Uses of Class
org.jactr.modules.pm.motor.command.IMovement.State

Packages that use IMovement.State
org.jactr.modules.pm.motor.command   
org.jactr.modules.pm.motor.managers   
 

Uses of IMovement.State in org.jactr.modules.pm.motor.command
 

Methods in org.jactr.modules.pm.motor.command that return IMovement.State
 IMovement.State IMovement.getState()
           
static IMovement.State IMovement.State.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IMovement.State[] IMovement.State.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of IMovement.State in org.jactr.modules.pm.motor.managers
 

Methods in org.jactr.modules.pm.motor.managers that return IMovement.State
 IMovement.State Movement.getState()
           
 

Methods in org.jactr.modules.pm.motor.managers with parameters of type IMovement.State
 void Movement.setState(IMovement.State state, boolean updateNow)