Class | Description |
---|---|
Automaton |
This class provides basic functionalities for standard one-tape automata.
|
AutomatonBuildHelp |
This class is needed while building an automaton.
|
AutomatonDeterminizationHelp |
This class is needed while determinizing an automaton.
|
AutomatonMinimizationHelp |
This class is needed while minimizing an automaton.
|
ClosedHashOfLabels |
This class implements closed hash of elements of type Transition
|
ClosedHashOfObjects |
This class implements closed hash of elements of type Object.
|
ClosedHashOfStrings |
This class implements closed hash of elements of type String
|
CodeInt |
This class provides a basic functionality used to compute hash codes in
closed hashes.
|
Constants | |
EpsilonClosure | |
GenericWholeArrray |
This class provides basic functionalities for array of bytes, array of
shorts, array of ints, array of chars and array of bits.
|
IntSequence | |
TripleTransitions |
This class is used for the conversion from FSM to Automaton and from
Automaton to FSM.
|
WholeSet |