SAP ABAP Class CL_PATTERN_NFA (CL_PATTERN_NFA)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-ENH (Application Component) Enhancement Tools
     SEEF_UTILITIES (Package) Enhancement Framework Utilities
Properties
Class CL_PATTERN_NFA  
Short Description    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SEEF_UTILITIES   Enhancement Framework Utilities 
Created 20071029   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_PATTERN_NFA has no forward declaration.
Interfaces
Class CL_PATTERN_NFA has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_PATTERN_NFA_PRODUCT 20071108
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 NFA Instance attribute Private Type reference (TYPE) TY_NFA 20071108
Methods
# Method Level Visibility Method type Description Created on
1 ADD_STATE Instance method Public Method 20110819
2 ADD_TRANSITION Instance method Public Method 20071108
3 CONSTRUCTOR Instance method Public Constructor 20071108
4 SET_FINAL_STATE Instance method Public Method 20071108
Events
Class CL_PATTERN_NFA has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_INPUT Public See coding 20071108 ty_input type c length 2
2 TY_NFA Public See coding 20071108 begin of ty_nfa, states type standard table of ty_state with default key, final_state type sy-tabix, end of ty_nfa
3 TY_STATE Public See coding 20071108 ty_state type sorted table of ty_transition with unique key input next_state
4 TY_TRANSITION Public See coding 20071108 begin of ty_transition, input type ty_input, next_state type sy-tabix, end of ty_transition
Method Signatures

Method ADD_STATE Signature

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

Method ADD_STATE on class CL_PATTERN_NFA has no exception.

Method ADD_TRANSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_INPUT Call by reference Type reference (TYPE) TY_INPUT 20071108
2 Importing IM_NEXT_STATE Call by reference Type reference (TYPE) SY-TABIX 20071108
3 Importing IM_STATE Call by reference Type reference (TYPE) SY-TABIX 20071108

Method ADD_TRANSITION on class CL_PATTERN_NFA has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NO_OF_STATES Call by reference Type reference (TYPE) I 20071108

Method CONSTRUCTOR on class CL_PATTERN_NFA has no exception.

Method SET_FINAL_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_STATE Call by reference Type reference (TYPE) SY-TABIX 20071108

Method SET_FINAL_STATE on class CL_PATTERN_NFA has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 740