Uses of Class
org.jboss.util.CloneableObject

Packages that use CloneableObject
org.jboss.util.state State machine classes. 
 

Uses of CloneableObject in org.jboss.util.state
 

Subclasses of CloneableObject in org.jboss.util.state
 class AcceptableState
          An abstract state to build dynamicily state acceptabile states.
 class DefaultStateMachineModel
          A default implementation of a state machine model.
protected static class DefaultStateMachineModel.Entry
          A container for entiries in the state acceptable map.
 class State
          Provides the basic interface for states (both accepting, acceptable and final) of a state machine.
 class StateAdapter
          A helper state for instances which need to be StateMachine.Acceptable and/or StateMachine.ChangeListeners.
 class StateMachine
          A generalization of a programmable finite-state machine (with a twist).
 



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