| Modifier and Type | Method and Description |
|---|---|
Action<T> |
TransitionDefinition.getFirstAction()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends Action<T>> |
TransitionDefinition.getActions()
Returns the actions
|
| Modifier and Type | Method and Description |
|---|---|
TransitionDefinition<T> |
State.createTransition(State<T> targetState,
Action<T>... actions)
createTransition
|
| Modifier and Type | Method and Description |
|---|---|
TransitionDefinition<T> |
State.createTransition(State<T> targetState,
List<? extends Action<T>> actions)
Creates a new transition definition for the given target state and action
|
| Constructor and Description |
|---|
TransitionDefinition(State<T> source,
State<T> target,
Action<T>... actions)
Constructor for TransitionDefinition.
|
| Constructor and Description |
|---|
TransitionDefinition(State<T> source,
State<T> target,
List<? extends Action<T>> actions)
Creates a new transition definition between the given source and target
|
Copyright © 2007–2017 cedarsoft GmbH. All rights reserved.