Package | Description |
---|---|
org.stekikun.dolmen.automaton |
Modifier and Type | Field and Description |
---|---|
NFA.Event |
NFA.Transition.event
The event of the transition
|
Modifier and Type | Field and Description |
---|---|
Set<Set<NFA.Event>> |
DFA.TEquiv.equiv
Sets of NFA states which define the tag
in a common memory cell
|
Set<NFA.Event> |
DFA.Key.state
The set of NFA states (the 'untagged' DFA state)
|
Modifier and Type | Method and Description |
---|---|
static NFA.Event |
NFA.Event.onChars(int n) |
static NFA.Event |
NFA.Event.toAction(int n) |
Modifier and Type | Method and Description |
---|---|
Map<TRegular.TagInfo,Integer> |
DFA.State.getLocsFor(NFA.Event event) |
Constructor and Description |
---|
Transition(NFA.Event event,
Set<TRegular.TagInfo> tags) |