SAP ABAP Class CL_GFS_CYCLE_FINDER (Cycle Finder)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-FSI (Application Component) Fast Search Infrastructure
     SFSG_RP (Package) Fast Search Repository
Properties
Class CL_GFS_CYCLE_FINDER  
Short Description Cycle Finder    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SFSG_RP   Fast Search Repository 
Created 20051110   SAP 
Last change 20060703   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_GFS_CYCLE_FINDER has no forward declaration.
Interfaces
Class CL_GFS_CYCLE_FINDER has no interface implemented.
Friends
Class CL_GFS_CYCLE_FINDER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_CYCLES Instance attribute Public Type reference (TYPE) T_CYCLE_T 20051110
2 M_CYCLE_COUNT Instance attribute Public Type reference (TYPE) I 20051110
Methods
# Method Level Visibility Method type Description Created on
1 BUILD Instance method Public Method 20051110
2 GET_CYCLE Instance method Public Method 20051110
3 GET_CYCLE_COUNT Instance method Public Method 20051110
Events
Class CL_GFS_CYCLE_FINDER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_CYCLE_ENTRY Public See coding 20051110 BEGIN OF t_cycle_entry , num TYPE i, edge TYPE REF TO cl_gfs_graph_edge, vertex TYPE REF TO cl_gfs_graph_vertex, END OF t_cycle_entry
2 T_CYCLE_T Public See coding 20051110 t_cycle_t TYPE STANDARD TABLE OF t_cycle_entry WITH DEFAULT KEY
Method Signatures

Method BUILD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_VERTEX Call by reference Object reference (TYPE REF TO) CL_GFS_GRAPH_VERTEX 20051110

Method BUILD on class CL_GFS_CYCLE_FINDER has no exception.

Method GET_CYCLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INDEX Call by reference Type reference (TYPE) I 20051110
2 Returning RT_CYCLE Value transfer Type reference (TYPE) CL_GFS_CYCLE_FINDER=>T_CYCLE_T 20051110

Method GET_CYCLE on class CL_GFS_CYCLE_FINDER has no exception.

Method GET_CYCLE_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_COUNT Value transfer Type reference (TYPE) I 20051110

Method GET_CYCLE_COUNT on class CL_GFS_CYCLE_FINDER has no exception.
History
Last changed by/on SAP  20060703 
SAP Release Created in 710