SAP ABAP Class CL_TCL_VERTEX (Vertex 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 20081117
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_UML_CACHED_TYPE Buffered Type for CL_UML_CACHE 20071023
Properties
Class CL_TCL_VERTEX  
Short Description Vertex 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_VERTEX has no forward declaration.
Interfaces
Class CL_TCL_VERTEX has no interface implemented.
Friends
Class CL_TCL_VERTEX has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ADJACENCY_INDEX Instance attribute Public See coding 20081117
2 ADJACENCY_LIST Instance attribute Public See coding Adjacent List 20081117
3 NAME Instance attribute Public Type reference (TYPE) STRING Name 20081117
4 RC_DUPREC Constant Public Type reference (TYPE) SYSUBRC '0004' Duplicated entry 20081117
5 VERTEX Instance attribute Public Object reference (TYPE REF TO) CL_TCL_VERTEX Node for Displaying Graphs 20081117
6 VISITED Instance attribute Public Type reference (TYPE) ABAP_BOOL Indicator whether vertex already visited 20081117
7 WAIT Instance attribute Public Type reference (TYPE) INT4 Used by CL_TCL_PROCESS 20081117
8 WEIGHT Instance attribute Public Type reference (TYPE) F Weighting 20060503
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ADJACENT Instance method Public Method Create edge to adjacent vertex 20081117
2 CONSTRUCTOR Instance method Public Constructor Constructor 20040810
3 GET_NAME Instance method Public Method Read name of vertex 20081117
4 REMOVE_ADJACENT Instance method Public Method Remove Edge to Neighbouring Vertex 20081117
Events
Class CL_TCL_VERTEX has no event.
Types
Class CL_TCL_VERTEX has no local type.
Method Signatures

Method ADD_ADJACENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EDGE Call by reference Object reference (TYPE REF TO) CL_TCL_EDGE Programmatische Darstellung einer Kannte in Graphen 20081117
# Exception Resumable Description Created on
1 CX_TCL_EDGE_ALREADY_EXISTS Kannte existiert bereits 20081117

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) STRING 20040810

Method CONSTRUCTOR on class CL_TCL_VERTEX has no exception.

Method GET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NAME Value transfer Type reference (TYPE) STRING 20081117

Method GET_NAME on class CL_TCL_VERTEX has no exception.

Method REMOVE_ADJACENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VERTEX Call by reference Object reference (TYPE REF TO) CL_TCL_VERTEX Programmatische Darstellung einer Kannte in Graphen 20081117
# Exception Resumable Description Created on
1 CX_TCL_EDGE_ALREADY_EXISTS Kannte existiert bereits 20081117
History
Last changed by/on SAP  20090618 
SAP Release Created in 700