| Package | Description |
|---|---|
| org.squirrelframework.foundation.fsm |
| Modifier and Type | Method and Description |
|---|---|
TransitionType |
ImmutableTransition.getType() |
static TransitionType |
TransitionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransitionType[] |
TransitionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ImmutableTransition.isMatch(S fromState,
S toState,
E event,
int priority,
Class<?> condClazz,
TransitionType type) |
void |
MutableTransition.setType(TransitionType type) |
Copyright © 2013–2016. All rights reserved.