Package | Description |
---|---|
org.stekikun.dolmen.automaton |
Modifier and Type | Field and Description |
---|---|
NFA.EventKind |
NFA.Event.kind
What kind of event this is
|
Modifier and Type | Method and Description |
---|---|
static NFA.EventKind |
NFA.EventKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NFA.EventKind[] |
NFA.EventKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|