SAP ABAP Class IF_SIC_FM_OBJ_MATCH_ANALYZER (Semantic Object Match Analyzer)
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SIC_OTR_MATCH_ANALYZER | Match analyzer for OTR texts | 20061130 |
Properties
Class | IF_SIC_FM_OBJ_MATCH_ANALYZER | |
Short Description | Semantic Object Match Analyzer | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20060327 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class IF_SIC_FM_OBJ_MATCH_ANALYZER has no interface implemented.
Friends
Class IF_SIC_FM_OBJ_MATCH_ANALYZER has no friend class.
Attributes
Class IF_SIC_FM_OBJ_MATCH_ANALYZER has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Check on a semantic level if the two objects match definitly | 20060327 |
2 | ![]() |
Instance method | Public | Method | Check on a semantic level if the two objects do not match | 20060327 |
3 | ![]() |
Instance method | Public | Method | Check on a semantic level if the two objs match potentially | 20060706 |
Events
Class IF_SIC_FM_OBJ_MATCH_ANALYZER has no event.
Types
Class IF_SIC_FM_OBJ_MATCH_ANALYZER has no local type.
Method Signatures
Method IS_DEFINITE_MATCH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_SRC_OBJECT | Value transfer | Object reference (TYPE REF TO) | IF_SIC_OBJECT_NODE | Source object | 20060327 | ||
2 | ![]() |
IR_TRG_OBJECT | Value transfer | Object reference (TYPE REF TO) | IF_SIC_OBJECT_NODE | Target object | 20060327 | ||
3 | ![]() |
RV_IS_DEFINITE_MATCH | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE: The objects do match | 20060327 |
Method IS_DEFINITE_MATCH on class IF_SIC_FM_OBJ_MATCH_ANALYZER has no exception.
Method IS_NO_MATCH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_SRC_OBJECT | Value transfer | Object reference (TYPE REF TO) | IF_SIC_OBJECT_NODE | Source object | 20060327 | ||
2 | ![]() |
IR_TRG_OBJECT | Value transfer | Object reference (TYPE REF TO) | IF_SIC_OBJECT_NODE | Target object | 20060327 | ||
3 | ![]() |
RV_IS_NO_MATCH | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE: The objects do not match | 20060327 |
Method IS_NO_MATCH on class IF_SIC_FM_OBJ_MATCH_ANALYZER has no exception.
Method IS_POTENTIAL_MATCH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_IS_POTENTIAL_MATCH | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE: The objects match potentially | 20060706 | ||
2 | ![]() |
EV_SIMILARITY_SCORE | Value transfer | Type reference (TYPE) | F | Similarity score [0, 1] | 20060706 | ||
3 | ![]() |
IR_SRC_OBJECT | Value transfer | Object reference (TYPE REF TO) | IF_SIC_OBJECT_NODE | Source object | 20060706 | ||
4 | ![]() |
IR_TRG_OBJECT | Value transfer | Object reference (TYPE REF TO) | IF_SIC_OBJECT_NODE | Target object | 20060706 |
Method IS_POTENTIAL_MATCH on class IF_SIC_FM_OBJ_MATCH_ANALYZER has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in |