SAP ABAP Class CL_GFS_GRAPH (CL_GFS_GRAPH)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-FSI (Application Component) Fast Search Infrastructure
⤷
SFSG_RP (Package) Fast Search Repository
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_GFS_JOIN_GRAPH | 20041123 |
Properties
| Class | CL_GFS_GRAPH | |
| 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 | 20050214 | 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 CL_GFS_GRAPH has no interface implemented.
Friends
Class CL_GFS_GRAPH has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | T_VERTEX_T | 20041119 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20041130 | ||
| 2 | Instance method | Public | Method | 20041119 | ||
| 3 | Instance method | Public | Method | 20041122 | ||
| 4 | Instance method | Public | Method | 20050118 | ||
| 5 | Instance method | Public | Method | 20050111 | ||
| 6 | Instance method | Public | Method | 20041119 | ||
| 7 | Instance method | Public | Method | 20041119 | ||
| 8 | Instance method | Public | Method | 20041119 |
Events
Class CL_GFS_GRAPH has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_VERTEX_T | Public | See coding | 20041119 | T_VERTEX_T type table of ref to cl_gfs_graph_vertex
|
Method Signatures
Method ADD_SUB_GRAPH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_GRAPH | Call by reference | Object reference (TYPE REF TO) | CL_GFS_GRAPH | 20041130 |
Method ADD_SUB_GRAPH on class CL_GFS_GRAPH has no exception.
Method ADD_VERTEX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_VERTEX | Call by reference | Object reference (TYPE REF TO) | CL_GFS_GRAPH_VERTEX | 20041119 |
Method ADD_VERTEX on class CL_GFS_GRAPH has no exception.
Method ADD_VERTEX_BY_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_DATA | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20041122 | ||||
| 2 | R_VERTEX | Value transfer | Object reference (TYPE REF TO) | CL_GFS_GRAPH_VERTEX | 20041122 |
Method ADD_VERTEX_BY_DATA on class CL_GFS_GRAPH has no exception.
Method DFS_ITERATOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_ITERATOR | Value transfer | Object reference (TYPE REF TO) | IF_GFS_ITERATOR | 20050118 |
Method DFS_ITERATOR on class CL_GFS_GRAPH has no exception.
Method IS_CONNECTED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_BOOL | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20050111 |
Method IS_CONNECTED on class CL_GFS_GRAPH has no exception.
Method LINK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_DATA | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20041119 | ||||
| 2 | IR_FROM_VERTEX | Call by reference | Object reference (TYPE REF TO) | CL_GFS_GRAPH_VERTEX | 20041119 | ||||
| 3 | IR_TO_VERTEX | Call by reference | Object reference (TYPE REF TO) | CL_GFS_GRAPH_VERTEX | 20041119 | ||||
| 4 | RR_EDGE | Value transfer | Object reference (TYPE REF TO) | CL_GFS_GRAPH_EDGE | 20041119 |
Method LINK on class CL_GFS_GRAPH has no exception.
Method REMOVE_VERTEX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_VERTEX | Call by reference | Object reference (TYPE REF TO) | CL_GFS_GRAPH_VERTEX | 20041119 |
Method REMOVE_VERTEX on class CL_GFS_GRAPH has no exception.
Method UNLINK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_FROM_VERTEX | Call by reference | Object reference (TYPE REF TO) | CL_GFS_GRAPH_VERTEX | 20041119 | ||||
| 2 | IR_TO_VERTEX | Call by reference | Object reference (TYPE REF TO) | CL_GFS_GRAPH_VERTEX | 20041119 |
Method UNLINK on class CL_GFS_GRAPH has no exception.
History
| Last changed by/on | SAP | 20050214 |
| SAP Release Created in | 700 |