| Package | Description |
|---|---|
| org.squirrelframework.foundation.fsm.builder | |
| org.squirrelframework.foundation.fsm.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EntryExitActionBuilder<T extends StateMachine<T,S,E,C>,S,E,C>
State action builder including entry action and exit action
|
interface |
On<T extends StateMachine<T,S,E,C>,S,E,C>
On clause builder which is used to build transition condition
|
| Modifier and Type | Method and Description |
|---|---|
When<T,S,E,C> |
On.when(Condition<C> condition)
Add condition for the transition
|
When<T,S,E,C> |
On.whenMvel(String expression)
Add condition for the transition
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeferBoundActionBuilderImpl<T extends StateMachine<T,S,E,C>,S,E,C> |
| Modifier and Type | Method and Description |
|---|---|
When<T,S,E,C> |
DeferBoundActionBuilderImpl.when(Condition<C> condition) |
When<T,S,E,C> |
DeferBoundActionBuilderImpl.whenMvel(String expression) |
Copyright © 2013–2016. All rights reserved.