SAP ABAP Class CL_TCL_GRAPH (Class for Displaying Graphs)
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 - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_TCL_AGGREGATE | Aggregate Class for Iterator Behavior Pattern | 20040810 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_TCL_GRAPH | Programatic Graph Display | 20040810 |
Properties
| Class | CL_TCL_GRAPH | |
| Short Description | Class for Displaying Graphs | |
| Super Class | CL_TCL_AGGREGATE | Aggregate Class for Iterator Behavior Pattern |
| 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_GRAPH has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_TCL_GRAPH | Programatic Graph Display | 20040810 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_TCL_GRAPH_ITERATOR | 20040810 | Iteration of All Vertices of a Graph |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | See coding | Aggregate of Vertices | 20040810 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20040810 | ||
| 2 | Instance method | Public | Method | 20040810 | ||
| 3 | Instance method | Public | Method | 20040810 | ||
| 4 | Instance method | Public | Method | 20040810 |
Events
Class CL_TCL_GRAPH has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TCL_GRAPH_INDEX | Public | See coding | 20040810 | BEGIN OF tcl_graph_index,
name TYPE string,
vertex TYPE REF TO cl_tcl_vertex,
END OF tcl_graph_index
|
Method Signatures
Method ADD_EDGE Signature
Method ADD_EDGE on class CL_TCL_GRAPH has no parameter.
Method ADD_EDGE on class CL_TCL_GRAPH has no exception.
Method ADD_VERTEX Signature
Method ADD_VERTEX on class CL_TCL_GRAPH has no parameter.
Method ADD_VERTEX on class CL_TCL_GRAPH has no exception.
Method FIND_VERTEX Signature
Method FIND_VERTEX on class CL_TCL_GRAPH has no parameter.
Method FIND_VERTEX on class CL_TCL_GRAPH has no exception.
Method IMPORT_VERTEX Signature
Method IMPORT_VERTEX on class CL_TCL_GRAPH has no parameter.
Method IMPORT_VERTEX on class CL_TCL_GRAPH has no exception.
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in | 700 |