SAP ABAP Interface IF_TCL_GRAPH (Programatic Graph Display)
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 - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_TCL_GRAPH Class for Displaying Graphs 20040810
Properties
Interface IF_TCL_GRAPH  
Short Description Programatic Graph Display    
General Data
Package S_ABAP_TCL   Tiny Class Library 
Created 20040810   SAP 
Last changed 20090618   SAP 
Unicode checks active    
Forward declarations
Interface IF_TCL_GRAPH has no forward declaration.
Interfaces
Interface IF_TCL_GRAPH has no interface.
Friends
Interface IF_TCL_GRAPH has no friend.
Attributes
Interface IF_TCL_GRAPH has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ADD_EDGE Instance method Public Method Add Edge 20040810
2 ADD_VERTEX Instance method Public Method Insert Group 20040810
3 FIND_VERTEX Instance method Public Method Find Node Using its Name 20040810
4 IMPORT_VERTEX Instance method Public Method Import Node 20040810
5 VERTICES Instance method Public Method Number of nodes 20060428
Events
Interface IF_TCL_GRAPH has no event.
Types
Interface IF_TCL_GRAPH has no local type.
Method Signatures

Method ADD_EDGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESTINATION Call by reference Type reference (TYPE) STRING 20040810
2 Importing SOURCE Call by reference Type reference (TYPE) STRING 20040810
3 Importing WEIGHT Call by reference Type reference (TYPE) F 0 Wichtung 20060502
# Exception Resumable Description Created on
1 CX_TCL_EDGE_ALREADY_EXISTS Kannte existiert bereits 20060502
2 CX_TCL_UNKNOWN_VERTEX Knoten ist nicht bekannt 20060428

Method ADD_VERTEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SOURCE Call by reference Type reference (TYPE) STRING 20040810
2 Returning VERTEX Value transfer Object reference (TYPE REF TO) CL_TCL_VERTEX Knoten für die Darstellung von Graphen 20040810
# Exception Resumable Description Created on
1 CX_TCL_VERTEX_ALREADY_EXISTS Knoten ist bereits bekannt 20060428

Method FIND_VERTEX 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 Name 20040810
2 Returning VERTEX Value transfer Object reference (TYPE REF TO) CL_TCL_VERTEX Knoten für die Darstellung von Graphen 20040810
# Exception Resumable Description Created on
1 CX_TCL_UNKNOWN_VERTEX Knoten ist nicht bekannt 20060428

Method IMPORT_VERTEX 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 Knoten für die Darstellung von Graphen 20040810
# Exception Resumable Description Created on
1 CX_TCL_VERTEX_ALREADY_EXISTS Knoten ist bereits bekannt 20060428

Method VERTICES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COUNTER Value transfer Type reference (TYPE) INT4 Natürliche Zahl 20060428

Method VERTICES on Interface IF_TCL_GRAPH has no exception.
History
Last changed by/on SAP  20090618 
SAP Release Created in 700