|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StateMachine.Model | |
org.jboss.util.state | State machine classes. |
Uses of StateMachine.Model in org.jboss.util.state |
Classes in org.jboss.util.state that implement StateMachine.Model | |
class |
DefaultStateMachineModel
A default implementation of a state machine model. |
Fields in org.jboss.util.state declared as StateMachine.Model | |
protected StateMachine.Model |
StateMachine.model
The data model for the machine. |
Methods in org.jboss.util.state that return StateMachine.Model | |
static StateMachine.Model |
Test.makeClone()
|
StateMachine.Model |
StateMachine.getModel()
Return the model which provides data encapsulation for the machine. |
Constructors in org.jboss.util.state with parameters of type StateMachine.Model | |
StateMachine(StateMachine.Model model)
Construct a state machine with the given model. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |