SAP ABAP Class CL_XLFT_GRAPH (Represents a translation graph)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DOC-TTL (Application Component) Translation Tools
     SLXE_XLFT (Package) XLIFF 1.2 Translation
Properties
Class CL_XLFT_GRAPH  
Short Description Represents a translation graph    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SLXE_XLFT   XLIFF 1.2 Translation 
Created 20110221   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_XLFT_GRAPH has no forward declaration.
Interfaces
Class CL_XLFT_GRAPH has no interface implemented.
Friends
Class CL_XLFT_GRAPH has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_ENTRIES Instance attribute Private Type reference (TYPE) T_ENTRY 20110221
2 MV_NAME Instance attribute Private Type reference (TYPE) LXE0060LIN Text Line with 60 Characters 20110221
3 MV_NUMBER Instance attribute Private Type reference (TYPE) LXEGRAPH Translation graph 20110221
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Private Constructor CONSTRUCTOR 20110221
2 CREATE Static method Public Method Creates a graph 20110221
3 FIND_ROUTE Instance method Public Method Finds a route from a target language to a source language 20110221
4 GET_NAME Instance method Public Method Returns the graph's name 20110221
5 GET_NUMBER Instance method Public Method Returns the graph's number 20110221
Events
Class CL_XLFT_GRAPH has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_ENTRY Public See coding 20110221 BEGIN OF s_entry, target_lang TYPE lxeisolang, orig_lang TYPE lxeisolang, source_lang TYPE lxeisolang, END OF s_entry
2 T_ENTRY Public See coding 20110221 t_entry TYPE HASHED TABLE OF s_entry WITH UNIQUE KEY target_lang orig_lang
3 T_ROUTE Public See coding 20110221 t_route TYPE STANDARD TABLE OF lxeisolang WITH DEFAULT KEY
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENTRIES Call by reference Type reference (TYPE) T_ENTRY 20110221
2 Importing NAME Call by reference Type reference (TYPE) LXE0060LIN Text Line with 60 Characters 20110221
3 Importing NUMBER Call by reference Type reference (TYPE) LXEGRAPH Translation graph 20110221

Method CONSTRUCTOR on class CL_XLFT_GRAPH has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENTRIES Call by reference Type reference (TYPE) T_ENTRY Graph entries 20110221
2 Returning GRAPH Value transfer Object reference (TYPE REF TO) CL_XLFT_GRAPH Represents a translation graph 20110221
3 Importing NAME Call by reference Type reference (TYPE) LXE0060LIN Text Line with 60 Characters 20110221
4 Importing NUMBER Call by reference Type reference (TYPE) LXEGRAPH Translation graph 20110221

Method CREATE on class CL_XLFT_GRAPH has no exception.

Method FIND_ROUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ORIG_LANG Call by reference Type reference (TYPE) LXEISOLANG ISO Language ID 20110221
2 Returning ROUTE Value transfer Type reference (TYPE) T_ROUTE Route from target lang to original lang 20110221
3 Importing TARGET_LANG Call by reference Type reference (TYPE) LXEISOLANG ISO Language ID 20110221

Method FIND_ROUTE on class CL_XLFT_GRAPH 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) LXE0060LIN Graph's name 20110221

Method GET_NAME on class CL_XLFT_GRAPH has no exception.

Method GET_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NUMBER Value transfer Type reference (TYPE) LXEGRAPH Translation graph 20110221

Method GET_NUMBER on class CL_XLFT_GRAPH has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 731