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

Packages that use IMotorTimeEquation
org.jactr.modules.pm.motor   
org.jactr.modules.pm.motor.six   
 

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

Methods in org.jactr.modules.pm.motor that return IMotorTimeEquation
 IMotorTimeEquation IMotorModule.getPreparationTimeEquation()
          the IMotorTimeEquation that determines how long the preparation of a motor movement lasts
 IMotorTimeEquation AbstractMotorModule.getPreparationTimeEquation()
           
 IMotorTimeEquation IMotorModule.getProcessingTimeEquation()
          the IMotorTimeEquation that determines how much time is spent processing the movement.
 IMotorTimeEquation AbstractMotorModule.getProcessingTimeEquation()
           
 

Methods in org.jactr.modules.pm.motor with parameters of type IMotorTimeEquation
 void AbstractMotorModule.setPreparationTimeEquation(IMotorTimeEquation equation)
           
 void AbstractMotorModule.setProcessingTimeEquation(IMotorTimeEquation equation)
           
 

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

Classes in org.jactr.modules.pm.motor.six that implement IMotorTimeEquation
 class DefaultPreparationTimeEquation
           
 class DefaultProcessingTimeEquation
          default processing time equation.