SAP ABAP Class IF_TCL_GRAPH (Programatic Graph Display)
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
Class | IF_TCL_GRAPH | |
Short Description | Programatic Graph Display | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20040810 | SAP |
Last change | 20090618 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class IF_TCL_GRAPH has no forward declaration.
Interfaces
Class IF_TCL_GRAPH has no interface implemented.
Friends
Class IF_TCL_GRAPH has no friend class.
Attributes
Class 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
Class IF_TCL_GRAPH has no event.
Types
Class 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 class IF_TCL_GRAPH has no exception.
History
Last changed by/on | SAP | 20090618 |
SAP Release Created in |