SAP ABAP Class CL_TCL_GRAPH_ITERATOR (Iteration of All Vertices of a Graph)
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_ITERATOR | General Iterator | 20040810 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_TCL_GRAPH_BREADTH_FIRST_IT | Breadth-First Iteration of All Vertices of a Graph | 20040810 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_TCL_GRAPH_DEPTH_FIRST_IT | Depth-First Iteration of All Vertices of a Graph | 20040810 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_TCL_GRAPH_SHORTEST_PATH_IT | Depth-First Iteration of All Nodes of a Graph | 20060505 |
Properties
| Class | CL_TCL_GRAPH_ITERATOR | |
| Short Description | Iteration of All Vertices of a Graph | |
| Super Class | CL_TCL_ITERATOR | General Iterator |
| 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
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_TCL_GRAPH_ITERATOR has no interface implemented.
Friends
Class CL_TCL_GRAPH_ITERATOR has no friend class.
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_GRAPH | Depth-First Iteration of All Edges of a Vertex | 20040810 | |||
| 2 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_TCL_VERTEX | Vertex for Displaying Graphs | 20040810 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor of Class | 20040810 |
Events
Class CL_TCL_GRAPH_ITERATOR has no event.
Types
Class CL_TCL_GRAPH_ITERATOR has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NO_HANDLER | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20040810 | |||
| 2 | REFERENCE | Call by reference | Object reference (TYPE REF TO) | CL_TCL_GRAPH | Depth-First Iteration über alle Kanten eines Knotens | 20040810 |
Method CONSTRUCTOR on class CL_TCL_GRAPH_ITERATOR has no exception.
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in | 700 |