Uses of Class
org.lejon.events.MotionCommand

Packages that use MotionCommand
org.lejon   
org.lejon.util   
 

Uses of MotionCommand in org.lejon
 

Methods in org.lejon with parameters of type MotionCommand
abstract  void DriveModel.setMotionCommand(MotionCommand motionCommand)
          Sets a motion command which defines the action to be excecuted by the drive.
 void DDModel.setMotionCommand(MotionCommand motionCommand)
          Sets up a new action.
 

Uses of MotionCommand in org.lejon.util
 

Methods in org.lejon.util with parameters of type MotionCommand
static boolean MoveMentor.rectify(MotionCommand cmd, MotionReport report)
          Rectifies the motion defined in the MotionCommand.