Class | Description |
---|---|
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.
|
NFA.MigratedNFA<T> |
Wrapper for migrated state.
|
NFA.MigratedNFASerializerSnapshot<T> |
A
TypeSerializerSnapshot for the legacy NFA.NFASerializer . |
NFA.NFASerializer<T> | Deprecated |
NFA.NFASerializerConfigSnapshot<T> | Deprecated
This snapshot class is no longer in use, and only maintained for backwards compatibility
purposes.
|
NFAState |
State kept for a
NFA . |
NFAStateSerializer |
A
TypeSerializer for NFAState . |
NFAStateSerializerSnapshot |
Snapshot class for
NFAStateSerializer . |
SharedBuffer<V> | Deprecated
everything in this class is deprecated.
|
SharedBuffer.SharedBufferSerializer<K,V> |
A
TypeSerializer for the SharedBuffer . |
SharedBuffer.SharedBufferSerializerConfigSnapshot<K,V> | Deprecated
This snapshot class is no longer in use, and only maintained for backwards compatibility
purposes.
|
SharedBuffer.SharedBufferSerializerSnapshot<K,V> | |
State<T> |
Represents a state of the
NFA . |
StateTransition<T> |
Represents a transition from one
State to another. |
Enum | Description |
---|---|
State.StateType |
Set of valid state types.
|
StateTransitionAction |
Set of actions when doing a state transition from a
State to another. |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.