| Package | Description |
|---|---|
| org.squirrelframework.foundation.fsm |
| Modifier and Type | Method and Description |
|---|---|
ImmutableState<T,S,E,C> |
ImmutableState.enterByHistory(StateContext<T,S,E,C> stateContext)
Enters this state by its history depending on its
HistoryType. |
ImmutableState<T,S,E,C> |
ImmutableState.enterDeep(StateContext<T,S,E,C> stateContext)
Enters this state is deep mode: mode if there is one.
|
ImmutableState<T,S,E,C> |
ImmutableState.enterShallow(StateContext<T,S,E,C> stateContext)
Enters this state is shallow mode: The entry action is executed and the
initial state is entered in shallow mode if there is one.
|
void |
ImmutableState.entry(StateContext<T,S,E,C> stateContext)
Entry state with state context
|
void |
ImmutableState.exit(StateContext<T,S,E,C> stateContext)
Exit state with state context
|
void |
ImmutableTransition.internalFire(StateContext<T,S,E,C> stateContext)
Notify transition when receiving event
|
void |
ImmutableState.internalFire(StateContext<T,S,E,C> stateContext)
Notify transitions when receiving event.
|
ImmutableState<T,S,E,C> |
ImmutableTransition.transit(StateContext<T,S,E,C> stateContext)
Execute transition under state context
|
Copyright © 2013–2016. All rights reserved.