SAP ABAP Class CL_ART_IDENTIFIER_DISTANCE (Distance of similar identifiers)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-AIE-REF (Application Component) Tools for Refactoring ABAP Artifacts
     SRFAC_BLACKBOARD (Package) Refactoring Blackboard
Properties
Class CL_ART_IDENTIFIER_DISTANCE  
Short Description Distance of similar identifiers    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SRFAC_BLACKBOARD   Refactoring Blackboard 
Created 20130517   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ART_IDENTIFIER_DISTANCE has no forward declaration.
Interfaces
Class CL_ART_IDENTIFIER_DISTANCE has no interface implemented.
Friends
Class CL_ART_IDENTIFIER_DISTANCE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CONTEXT_CLASS Instance attribute Private Object reference (TYPE REF TO) CL_PST_CLASS 20130517
2 CONTEXT_METHOD Instance attribute Private Object reference (TYPE REF TO) CL_PST_METHOD_IMPLEMENTATION 20130517
3 CO_DISTANCE_CUTOFF Constant Private Type reference (TYPE) I 40 20130517
4 NODE_DISTANCE_TABLE Instance attribute Private See coding 20130517
5 UNKNOWN_NAME Instance attribute Private Type reference (TYPE) STRING 20130517
Methods
# Method Level Visibility Method type Description Created on
1 ANALYZE_NODES Instance method Private Method 20130517
2 CONSTRUCTOR Instance method Private Constructor 20130517
3 CREATE_FOR_VARIABLE Static method Public Method 20130517
4 GET_ALL_SIMILAR_NODES Instance method Public Method 20130613
5 PROCESS_NODE Instance method Private Method 20130517
Events
Class CL_ART_IDENTIFIER_DISTANCE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_NODE_DISTANCE Private See coding 20130517 BEGIN OF ty_s_node_distance, distance TYPE i, node TYPE REF TO cl_pst_node, END OF ty_s_node_distance
Method Signatures

Method ANALYZE_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_KIND Call by reference Object reference (TYPE REF TO) CE_PST_KIND 20130517

Method ANALYZE_NODES on class CL_ART_IDENTIFIER_DISTANCE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONTEXT_CLASS Call by reference Object reference (TYPE REF TO) CL_PST_CLASS 20130517
2 Importing I_CONTEXT_METHOD Call by reference Object reference (TYPE REF TO) CL_PST_METHOD_IMPLEMENTATION 20130517
3 Importing I_UNKNOWN_NAME Call by reference Type reference (TYPE) STRING 20130517

Method CONSTRUCTOR on class CL_ART_IDENTIFIER_DISTANCE has no exception.

Method CREATE_FOR_VARIABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONTEXT_CLASS Call by reference Object reference (TYPE REF TO) CL_PST_CLASS 20130517
2 Importing I_CONTEXT_METHOD Call by reference Object reference (TYPE REF TO) CL_PST_METHOD_IMPLEMENTATION 20130517
3 Importing I_UNKNOWN_NAME Call by reference Type reference (TYPE) STRING 20130517
4 Returning R_RESULT Value transfer Object reference (TYPE REF TO) CL_ART_IDENTIFIER_DISTANCE 20130517

Method CREATE_FOR_VARIABLE on class CL_ART_IDENTIFIER_DISTANCE has no exception.

Method GET_ALL_SIMILAR_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_RESULT Value transfer Type reference (TYPE) CL_PST_NODE=>TAB 20130613

Method GET_ALL_SIMILAR_NODES on class CL_ART_IDENTIFIER_DISTANCE has no exception.

Method PROCESS_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODE Call by reference Object reference (TYPE REF TO) CL_PST_NODE 20130517

Method PROCESS_NODE on class CL_ART_IDENTIFIER_DISTANCE has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740