SAP ABAP Class CL_FSI_B_TREE (Binary Tree)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-FSI (Application Component) Fast Search Infrastructure
     SFSG_QE (Package) Fast Search Query Execution
Properties
Class CL_FSI_B_TREE  
Short Description Binary Tree    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SFSG_QE   Fast Search Query Execution 
Created 20050214   SAP 
Last change 20050308   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_FSI_B_TREE has no forward declaration.
Interfaces
Class CL_FSI_B_TREE has no interface implemented.
Friends
Class CL_FSI_B_TREE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MI_OFFSET Instance attribute Private Type reference (TYPE) I 20050214
2 MR_TREE Instance attribute Public Object reference (TYPE REF TO) CL_FSI_B_NODE 20050214
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20050214
2 GET_EXPR_BRACKET Instance method Public Method 20050214
3 GET_UPN Instance method Public Method 20050214
4 INSERT Instance method Public Method 20050214
5 OPTIMIZE Instance method Public Method 20050214
6 PRINT Instance method Public Method 20050214
7 PRINT_UPN Instance method Public Method 20050214
Events
Class CL_FSI_B_TREE has no event.
Types
Class CL_FSI_B_TREE has no local type.
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_FSI_B_TREE has no parameter.
Method CONSTRUCTOR on class CL_FSI_B_TREE has no exception.

Method GET_EXPR_BRACKET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing PR_ROOT Call by reference Object reference (TYPE REF TO) CL_FSI_B_NODE 20050214
2 Importing PT_TREX Call by reference Type reference (TYPE) TREXT_QUERY_ENTRIES Suchanfragen (Query) 20050214

Method GET_EXPR_BRACKET on class CL_FSI_B_TREE has no exception.

Method GET_UPN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TREX Call by reference Type reference (TYPE) TREXT_QUERY_ENTRIES Suchanfragen (Query) 20050214
2 Importing PR_ROOT Call by reference Object reference (TYPE REF TO) CL_FSI_B_NODE 20050214

Method GET_UPN on class CL_FSI_B_TREE has no exception.

Method INSERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PR_NODE Call by reference Object reference (TYPE REF TO) CL_FSI_B_NODE 20050214
2 Changing PR_ROOT Call by reference Object reference (TYPE REF TO) CL_FSI_B_NODE 20050214

Method INSERT on class CL_FSI_B_TREE has no exception.

Method OPTIMIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing PR_ROOT Call by reference Object reference (TYPE REF TO) CL_FSI_B_NODE 20050214

Method OPTIMIZE on class CL_FSI_B_TREE has no exception.

Method PRINT Signature

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

Method PRINT on class CL_FSI_B_TREE has no exception.

Method PRINT_UPN Signature

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

Method PRINT_UPN on class CL_FSI_B_TREE has no exception.
History
Last changed by/on SAP  20050308 
SAP Release Created in 700