Uses of Interface
org.jactr.modules.pm.motor.IMotorModule

Packages that use IMotorModule
org.jactr.modules.pm.motor   
org.jactr.modules.pm.motor.buffer.event   
org.jactr.modules.pm.motor.buffer.processor   
org.jactr.modules.pm.motor.command   
org.jactr.modules.pm.motor.event   
org.jactr.modules.pm.motor.managers   
org.jactr.modules.pm.motor.six   
 

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

Classes in org.jactr.modules.pm.motor that implement IMotorModule
 class AbstractMotorModule
          abstract motor module that handles just about everything one needs.
 

Uses of IMotorModule in org.jactr.modules.pm.motor.buffer.event
 

Constructors in org.jactr.modules.pm.motor.buffer.event with parameters of type IMotorModule
MotorTimedEvent(IMovement movement, IMotorModule module, double driftOffset, java.util.Collection<org.commonreality.efferent.IEfferentCommand.ActualState> driftStates, double startTime, double endTime)
           
 

Uses of IMotorModule in org.jactr.modules.pm.motor.buffer.processor
 

Constructors in org.jactr.modules.pm.motor.buffer.processor with parameters of type IMotorModule
MotorRequestDelegate(IChunkType chunkType, IMotorModule motor)
           
 

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

Methods in org.jactr.modules.pm.motor.command with parameters of type IMotorModule
 double IMotorTimeEquation.compute(IMovement movement, IMotorModule module)
           
 

Uses of IMotorModule in org.jactr.modules.pm.motor.event
 

Constructors in org.jactr.modules.pm.motor.event with parameters of type IMotorModule
MotorModuleEvent(IMotorModule source, IMovement movement, MotorModuleEvent.Type type)
           
 

Uses of IMotorModule in org.jactr.modules.pm.motor.managers
 

Constructors in org.jactr.modules.pm.motor.managers with parameters of type IMotorModule
MuscleStateManager(IMotorModule motor)
           
 

Uses of IMotorModule in org.jactr.modules.pm.motor.six
 

Classes in org.jactr.modules.pm.motor.six that implement IMotorModule
 class DefaultMotorModule6
           
 

Methods in org.jactr.modules.pm.motor.six with parameters of type IMotorModule
 double DefaultProcessingTimeEquation.compute(IMovement movement, IMotorModule module)
           
 double DefaultPreparationTimeEquation.compute(IMovement movement, IMotorModule module)