Uses of Class
org.jactr.tools.async.message.command.state.IStateCommand.State

Packages that use IStateCommand.State
org.jactr.tools.async.message.command.state   
 

Uses of IStateCommand.State in org.jactr.tools.async.message.command.state
 

Methods in org.jactr.tools.async.message.command.state that return IStateCommand.State
 IStateCommand.State RuntimeStateCommand.getState()
           
 IStateCommand.State ModelStateCommand.getState()
           
 IStateCommand.State IStateCommand.getState()
           
static IStateCommand.State IStateCommand.State.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IStateCommand.State[] IStateCommand.State.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in org.jactr.tools.async.message.command.state with parameters of type IStateCommand.State
ModelStateCommand(java.lang.String modelName, IStateCommand.State state)
           
RuntimeStateCommand(IStateCommand.State requestedState)