| ComputationState |
Helper class which encapsulates the currentStateName of the NFA computation.
|
| DeweyNumber |
Versioning scheme which allows to retrieve dependencies between different versions.
|
| DeweyNumber.DeweyNumberSerializer |
A TypeSerializer for the DeweyNumber which serves as a version number.
|
| DeweyNumber.DeweyNumberSerializer.DeweyNumberSerializerSnapshot |
Serializer configuration snapshot for compatibility and format evolution.
|
| NFA<T> |
Non-deterministic finite automaton implementation.
|
| NFAState |
|
| NFAStateSerializer |
|
| NFAStateSerializerSnapshot |
|
| State<T> |
Represents a state of the NFA.
|
| StateTransition<T> |
Represents a transition from one State to another.
|