| Package | Description |
|---|---|
| org.mobicents.commons.fsm |
| Modifier and Type | Method and Description |
|---|---|
State |
TransitionNotFoundException.getDesiredState() |
protected State |
FiniteStateMachine.getState() |
State |
Transition.getStateOnEnter() |
State |
Transition.getStateOnExit() |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
Action.execute(Event<T> event,
State state) |
protected void |
FiniteStateMachine.initialize(State state,
Set<Transition> transitions) |
protected <T> void |
FiniteStateMachine.transition(Event<T> event,
State state) |
| Constructor and Description |
|---|
Transition(State stateOnEnter,
State stateOnExit,
Condition condition) |
TransitionNotFoundException(String message,
Event<?> event,
State state) |
Copyright © 2016. All rights reserved.