Uses of Interface
org.jactr.modules.pm.motor.command.ICommandTranslator

Packages that use ICommandTranslator
org.jactr.modules.pm.motor   
org.jactr.modules.pm.motor.command   
org.jactr.modules.pm.motor.command.translators   
 

Uses of ICommandTranslator in org.jactr.modules.pm.motor
 

Methods in org.jactr.modules.pm.motor that return ICommandTranslator
 ICommandTranslator IMotorModule.getCommandTranslator()
          responsible code snippet that translates ChunkPatterns into IEfferentCommands
 ICommandTranslator AbstractMotorModule.getCommandTranslator()
           
 

Methods in org.jactr.modules.pm.motor with parameters of type ICommandTranslator
 void AbstractMotorModule.setCommandTranslator(ICommandTranslator translator)
           
 

Uses of ICommandTranslator in org.jactr.modules.pm.motor.command
 

Subinterfaces of ICommandTranslator in org.jactr.modules.pm.motor.command
 interface ICommandTranslatorDelegate
          delegate version of ICommandTranslator
 

Classes in org.jactr.modules.pm.motor.command that implement ICommandTranslator
 class DefaultCommandTranslator
           
 

Uses of ICommandTranslator in org.jactr.modules.pm.motor.command.translators
 

Classes in org.jactr.modules.pm.motor.command.translators that implement ICommandTranslator
 class AbstractManualTranslator
           
 class AbstractTranslator
           
 class PeckRecoilTranslator
           
 class PeckTranslator
           
 class PunchTranslator