| Modifier and Type | Method and Description |
|---|---|
static Action |
Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Action[] |
Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VTParser.onEntry(State state,
Action action) |
void |
VTParser.onEvent(State state,
Character event,
Action action) |
void |
VTParser.onExit(State state,
Action action) |
| Constructor and Description |
|---|
VTParserStateMachine(net.digger.util.fsm.ActionHandler<Action,State,Character> handler,
net.digger.util.fsm.EventMapper<Character> mapper) |
Copyright © 2018. All rights reserved.