SAP ABAP Class CL_GFS_GRAPH_VERTEX (CL_GFS_GRAPH_VERTEX)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-FSI (Application Component) Fast Search Infrastructure
     SFSG_RP (Package) Fast Search Repository
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GFS_NODE 20041122
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GFS_JOIN_GRAPH_VERTEX 20041123
Properties
Class CL_GFS_GRAPH_VERTEX  
Short Description    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SFSG_RP   Fast Search Repository 
Created 20041119   SAP 
Last change 20060207   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_GFS_GRAPH_VERTEX has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_GFS_NODE 20041122
Friends
Class CL_GFS_GRAPH_VERTEX has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MR_DATA Instance attribute Public Object reference (TYPE REF TO) OBJECT 20041119
2 MR_GRAPH Instance attribute Public Object reference (TYPE REF TO) CL_GFS_GRAPH 20041119
3 MT_EDGE_LIST Instance attribute Public Type reference (TYPE) T_EDGE_T 20041119
Methods
# Method Level Visibility Method type Description Created on
1 ADD_EDGE Instance method Public Method 20041119
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20041119
3 DFS_ITERATOR Instance method Public Method 20041122
4 FIND_EDGE_BY_FROM Instance method Public Method 20041119
5 FIND_EDGE_BY_OTHER_END Instance method Public Method 20051013
6 REMOVE_EDGE Instance method Public Method 20041119
7 SET_GRAPH Instance method Public Method 20041119
Events
Class CL_GFS_GRAPH_VERTEX has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_EDGE_T Public See coding 20041119 T_EDGE_T type table of ref to cl_gfs_graph_edge
Method Signatures

Method ADD_EDGE Signature

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

Method ADD_EDGE on class CL_GFS_GRAPH_VERTEX has no exception.

Method CONSTRUCTOR Signature

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

Method CONSTRUCTOR on class CL_GFS_GRAPH_VERTEX has no exception.

Method DFS_ITERATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_ITERATOR Value transfer Object reference (TYPE REF TO) IF_GFS_ITERATOR 20041122

Method DFS_ITERATOR on class CL_GFS_GRAPH_VERTEX has no exception.

Method FIND_EDGE_BY_FROM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_FROM_VERTEX Call by reference Object reference (TYPE REF TO) CL_GFS_GRAPH_VERTEX 20041119
2 Returning RR_EDGE Value transfer Object reference (TYPE REF TO) CL_GFS_GRAPH_EDGE 20041119

Method FIND_EDGE_BY_FROM on class CL_GFS_GRAPH_VERTEX has no exception.

Method FIND_EDGE_BY_OTHER_END Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_FROM_VERTEX Call by reference Object reference (TYPE REF TO) CL_GFS_GRAPH_VERTEX 20051013
2 Returning RR_EDGE Value transfer Object reference (TYPE REF TO) CL_GFS_GRAPH_EDGE 20051013

Method FIND_EDGE_BY_OTHER_END on class CL_GFS_GRAPH_VERTEX has no exception.

Method REMOVE_EDGE Signature

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

Method REMOVE_EDGE on class CL_GFS_GRAPH_VERTEX has no exception.

Method SET_GRAPH Signature

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

Method SET_GRAPH on class CL_GFS_GRAPH_VERTEX has no exception.
History
Last changed by/on SAP  20060207 
SAP Release Created in 700