Algorithms_in_C 1.0.0
Set of algorithms implemented in C.
Loading...
Searching...
No Matches
NFAState Struct Reference

Definition for a NFA state. More...

Collaboration diagram for NFAState:
[legend]

Data Fields

int ruleCount
 number of transition rules this state have
 
struct transRule ** rules
 the transition rules
 

Detailed Description

Definition for a NFA state.

Each NFAState object is initialized to have a capacity of three rules, since there will only be at most two outgoing rules and one empty character circular rule in this algorithm


The documentation for this struct was generated from the following file: