/AWS1/CL_GEPMATCHSCOREDETAILS¶
Details related to the match score.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_overall TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
Indicates how well the entire input matches the returned. It is equal to 1 if all input tokens are recognized and matched.
io_components TYPE REF TO /AWS1/CL_GEPCOMPONENTMATCHSC00 /AWS1/CL_GEPCOMPONENTMATCHSC00¶
Indicates how well the component input matches the returned. It is equal to 1 if all input tokens are recognized and matched.
Queryable Attributes¶
Overall¶
Indicates how well the entire input matches the returned. It is equal to 1 if all input tokens are recognized and matched.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OVERALL() |
Getter for OVERALL |
ASK_OVERALL() |
Getter for OVERALL w/ exceptions if field has no value |
STR_OVERALL() |
String format for OVERALL |
Components¶
Indicates how well the component input matches the returned. It is equal to 1 if all input tokens are recognized and matched.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPONENTS() |
Getter for COMPONENTS |