| Interface | Description |
|---|---|
| And<T extends StateMachine<T,S,E,C>,S,E,C> |
Created by kailianghe on 7/12/14.
|
| Between<T extends StateMachine<T,S,E,C>,S,E,C> |
Created by kailianghe on 7/12/14.
|
| DeferBoundActionBuilder<T extends StateMachine<T,S,E,C>,S,E,C> | |
| DeferBoundActionFrom<T extends StateMachine<T,S,E,C>,S,E,C> | |
| DeferBoundActionTo<T extends StateMachine<T,S,E,C>,S,E,C> | |
| EntryExitActionBuilder<T extends StateMachine<T,S,E,C>,S,E,C> |
State action builder including entry action and exit action
|
| ExternalTransitionBuilder<T extends StateMachine<T,S,E,C>,S,E,C> |
External transition builder which is used to build a external transition.
|
| From<T extends StateMachine<T,S,E,C>,S,E,C> |
From clause builder which is used to build transition target state.
|
| InternalTransitionBuilder<T extends StateMachine<T,S,E,C>,S,E,C> |
Internal transition builder which is used to build a internal transition
|
| LocalTransitionBuilder<T extends StateMachine<T,S,E,C>,S,E,C> |
Local transition builder which is used to build a local transition.
|
| MultiFrom<T extends StateMachine<T,S,E,C>,S,E,C> |
Created by kailianghe on 7/12/14.
|
| MultiTo<T extends StateMachine<T,S,E,C>,S,E,C> |
Created by kailianghe on 7/12/14.
|
| MultiTransitionBuilder<T extends StateMachine<T,S,E,C>,S,E,C> |
Created by kailianghe on 7/12/14.
|
| On<T extends StateMachine<T,S,E,C>,S,E,C> |
On clause builder which is used to build transition condition
|
| To<T extends StateMachine<T,S,E,C>,S,E,C> |
On clause builder which is used to build transition event
|
| When<T extends StateMachine<T,S,E,C>,S,E,C> |
When clause builder which is used to install actions during transition
|
Copyright © 2013–2016. All rights reserved.