Class list used by SAP ABAP Program TCL_FLIGHT_EXAMPLE (TCL Graphs: Identification of the Shortest Route)
SAP ABAP Program
TCL_FLIGHT_EXAMPLE (TCL Graphs: Identification of the Shortest Route) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | CL_TCL | Tiny Class Library Root Class | ||
| 2 | CL_TCL_AGGREGATE | Aggregate Class for Iterator Behavior Pattern | ||
| 3 | CL_TCL_GRAPH | Class for Displaying Graphs | ||
| 4 | CL_TCL_GRAPH_ITERATOR | Iteration of All Vertices of a Graph | ||
| 5 | CL_TCL_GRAPH_SHORTEST_PATH_IT | Depth-First Iteration of All Nodes of a Graph | ||
| 6 | CL_TCL_ITERATOR | General Iterator | ||
| 7 | CL_TCL_VERTEX | Vertex for Displaying Graphs | ||
| 8 | CX_TCL_ERROR | Superclass of All Exceptions of the TCL | ||
| 9 | CX_TCL_UNKNOWN_VERTEX | Node Is Unknown | ||
| 10 | CX_TCL_VERTEX_ALREADY_EXISTS | Node Is Already Known | ||