SAP ABAP Class CL_TCL_EDGE (Display of Directed Edge in Graphs)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
S_ABAP_TCL (Package) Tiny Class Library
⤷
⤷
Properties
| Class | CL_TCL_EDGE | |
| Short Description | Display of Directed Edge in Graphs | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_ABAP_TCL | Tiny Class Library |
| Created | 20040810 | SAP |
| Last change | 20090618 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_TCL_EDGE has no forward declaration.
Interfaces
Class CL_TCL_EDGE has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_TCL_GRAPH_SHORTEST_PATH_IT | 20060505 | Depth-First Iteration of All Nodes of a Graph | |
| 2 | CL_TCL_VERTEX | 20071029 | Vertex for Displaying Graphs |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_TCL_VERTEX | Vertex to Which Edge Points | 20040810 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | F | Weighting of Edge | 20060502 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20040810 | |
| 2 | Instance method | Public | Method | Determine Target Vertex of Edge | 20040810 |
Events
Class CL_TCL_EDGE has no event.
Types
Class CL_TCL_EDGE has no local type.
Method Signatures
Method CONSTRUCTOR 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 | |||
| 2 | WEIGHT | Call by reference | Type reference (TYPE) | F | 0 | Gewichtung | 20060502 |
Method CONSTRUCTOR on class CL_TCL_EDGE has no exception.
Method GET_DESTINATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DESTINATION | Value transfer | Object reference (TYPE REF TO) | CL_TCL_VERTEX | Knoten für die Darstellung von Graphen | 20040810 |
Method GET_DESTINATION on class CL_TCL_EDGE has no exception.
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in | 700 |