Uses of Interface
org.commonreality.sensors.handlers.ICommandTimingEquation

Packages that use ICommandTimingEquation
org.commonreality.sensors.handlers   
org.commonreality.sensors.keyboard   
org.commonreality.sensors.motor   
org.commonreality.sensors.speech   
 

Uses of ICommandTimingEquation in org.commonreality.sensors.handlers
 

Methods in org.commonreality.sensors.handlers that return ICommandTimingEquation
 ICommandTimingEquation ICommandHandlerDelegate.getTimingEquation(IEfferentCommand command, IAgentObject agent, EfferentCommandHandler handler)
          return the timing equation used
 

Uses of ICommandTimingEquation in org.commonreality.sensors.keyboard
 

Classes in org.commonreality.sensors.keyboard that implement ICommandTimingEquation
 class SerialDurationEquation
           
 

Uses of ICommandTimingEquation in org.commonreality.sensors.motor
 

Methods in org.commonreality.sensors.motor that return ICommandTimingEquation
 ICommandTimingEquation MotorCommandHandler.getTimingEquation(IEfferentCommand command, IAgentObject agent, EfferentCommandHandler handler)
           
 

Methods in org.commonreality.sensors.motor with parameters of type ICommandTimingEquation
 void MotorCommandHandler.setTimingEquation(ICommandTimingEquation equation)
           
 

Uses of ICommandTimingEquation in org.commonreality.sensors.speech
 

Methods in org.commonreality.sensors.speech that return ICommandTimingEquation
 ICommandTimingEquation VocalizationCommandHandler.getTimingEquation(IEfferentCommand command, IAgentObject agent, EfferentCommandHandler handler)
           
 

Constructors in org.commonreality.sensors.speech with parameters of type ICommandTimingEquation
VocalizationCommandHandler(ICommandTimingEquation duration, ISpeaker speaker)