SAP ABAP Interface IF_TCL_GRAPH (Programatic Graph Display)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
S_ABAP_TCL (Package) Tiny Class Library
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_TCL_GRAPH | Class for Displaying Graphs | 20040810 |
Properties
| Interface | IF_TCL_GRAPH | |
| Short Description | Programatic Graph Display |
General Data
| Package | S_ABAP_TCL | Tiny Class Library |
| Created | 20040810 | SAP |
| Last changed | 20090618 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_TCL_GRAPH has no forward declaration.
Interfaces
Interface IF_TCL_GRAPH has no interface.
Friends
Interface IF_TCL_GRAPH has no friend.
Attributes
Interface IF_TCL_GRAPH has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add Edge | 20040810 | |
| 2 | Instance method | Public | Method | Insert Group | 20040810 | |
| 3 | Instance method | Public | Method | Find Node Using its Name | 20040810 | |
| 4 | Instance method | Public | Method | Import Node | 20040810 | |
| 5 | Instance method | Public | Method | Number of nodes | 20060428 |
Events
Interface IF_TCL_GRAPH has no event.
Types
Interface IF_TCL_GRAPH has no local type.
Method Signatures
Method ADD_EDGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DESTINATION | Call by reference | Type reference (TYPE) | STRING | 20040810 | ||||
| 2 | SOURCE | Call by reference | Type reference (TYPE) | STRING | 20040810 | ||||
| 3 | WEIGHT | Call by reference | Type reference (TYPE) | F | 0 | Wichtung | 20060502 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Kannte existiert bereits | 20060502 | ||
| 2 | Knoten ist nicht bekannt | 20060428 |
Method ADD_VERTEX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SOURCE | Call by reference | Type reference (TYPE) | STRING | 20040810 | ||||
| 2 | VERTEX | Value transfer | Object reference (TYPE REF TO) | CL_TCL_VERTEX | Knoten für die Darstellung von Graphen | 20040810 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Knoten ist bereits bekannt | 20060428 |
Method FIND_VERTEX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | STRING | Name | 20040810 | |||
| 2 | VERTEX | Value transfer | Object reference (TYPE REF TO) | CL_TCL_VERTEX | Knoten für die Darstellung von Graphen | 20040810 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Knoten ist nicht bekannt | 20060428 |
Method IMPORT_VERTEX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VERTEX | Call by reference | Object reference (TYPE REF TO) | CL_TCL_VERTEX | Knoten für die Darstellung von Graphen | 20040810 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Knoten ist bereits bekannt | 20060428 |
Method VERTICES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COUNTER | Value transfer | Type reference (TYPE) | INT4 | Natürliche Zahl | 20060428 |
Method VERTICES on Interface IF_TCL_GRAPH has no exception.
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in | 700 |