| Package | Description |
|---|---|
| org.squirrelframework.foundation.fsm |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableTransition<T extends StateMachine<T,S,E,C>,S,E,C> |
| Modifier and Type | Method and Description |
|---|---|
List<ImmutableTransition<T,S,E,C>> |
ImmutableState.getAllTransitions() |
List<ImmutableTransition<T,S,E,C>> |
ImmutableState.getTransitions(E event) |
| Modifier and Type | Method and Description |
|---|---|
void |
Visitor.visitOnEntry(ImmutableTransition<?,?,?,?> visitable) |
void |
Visitor.visitOnExit(ImmutableTransition<?,?,?,?> visitable) |
Copyright © 2013–2016. All rights reserved.