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 Class  CL_TCL Tiny Class Library Root Class
2 Class  CL_TCL_AGGREGATE Aggregate Class for Iterator Behavior Pattern
3 Class  CL_TCL_GRAPH Class for Displaying Graphs
4 Class  CL_TCL_GRAPH_ITERATOR Iteration of All Vertices of a Graph
5 Class  CL_TCL_GRAPH_SHORTEST_PATH_IT Depth-First Iteration of All Nodes of a Graph
6 Class  CL_TCL_ITERATOR General Iterator
7 Class  CL_TCL_VERTEX Vertex for Displaying Graphs
8 Class  CX_TCL_ERROR Superclass of All Exceptions of the TCL
9 Class  CX_TCL_UNKNOWN_VERTEX Node Is Unknown
10 Class  CX_TCL_VERTEX_ALREADY_EXISTS Node Is Already Known