| Modifier and Type | Class and Description |
|---|---|
class |
ExpressionGuard<E,C>
A Guard which is defined by an MVEL expression.
|
| Modifier and Type | Method and Description |
|---|---|
Guard<?,?> |
Transition.getGuard() |
| Modifier and Type | Method and Description |
|---|---|
StateMachineBuilder<S,E,T,C,M> |
StateMachineBuilder.withTransition(S from,
T on,
S to,
Guard<E,C> guard)
Define a new transition guarded by a
Guard. |
| Constructor and Description |
|---|
Transition(S fromState,
T eventType,
S toState,
Guard<?,?> guard) |
Copyright © 2015. All rights reserved.