SIS
Symmetric Index Structures
|
#include <tarjanTable.h>
Data Fields | |
UINTSequence * | statesTransitions |
UINTSequence * | table |
Alphabet * | alph |
Definition at line 4 of file tarjanTable.h.
Definition at line 7 of file tarjanTable.h.
Referenced by CompressedAutomatonDelta(), CompressedAutomatonFree(), TarjanTableInit(), TarjanTableRead(), and TarjanTableWrite().
UINTSequence* TarjanTable::statesTransitions |
Definition at line 5 of file tarjanTable.h.
Referenced by CompressedAutomatonDelta(), TarjanTableFree(), TarjanTableInit(), TarjanTableRead(), and TarjanTableWrite().
UINTSequence* TarjanTable::table |
Definition at line 6 of file tarjanTable.h.
Referenced by CompressedAutomatonDelta(), TarjanTableFree(), TarjanTableInit(), TarjanTableRead(), and TarjanTableWrite().