Uses of Interface
org.jboss.util.state.StateMachine.Model

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.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.