Package | Description |
---|---|
net.sourceforge.anotherfsm |
AnotherFSM is yet another implementation of state machines,
a library for Java programming language.
|
Modifier and Type | Method and Description |
---|---|
protected Transition |
DeterministicStateMachine.getTransition(State state,
Event event)
Get transition of a specified event type defined for a state.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<Transition> |
DeterministicStateMachine.getTransitions() |
java.util.Set<Transition> |
StateMachine.getTransitions()
Get all defined transitions.
|
Modifier and Type | Method and Description |
---|---|
void |
DeterministicStateMachine.addTransition(Transition transition) |
void |
StateMachine.addTransition(Transition transition)
Add a new transition.
|
Copyright 2012-2013 Michal Turek, AnotherFSM.