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

Definition for a NFA state transition rule. More...

Collaboration diagram for transRule:
[legend]

Data Fields

struct NFAStatetarget
 pointer to the state to transit to
 
char cond
 the input required to activate this transition
 

Detailed Description

Definition for a NFA state transition rule.


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