|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of EfferentCommandHandler in org.commonreality.sensors.handlers |
|---|
| Methods in org.commonreality.sensors.handlers with parameters of type EfferentCommandHandler | |
|---|---|
void |
ICommandHandlerDelegate.abort(IEfferentCommand command,
IAgentObject agent,
EfferentCommandHandler parent)
|
ICommandTimingEquation |
ICommandHandlerDelegate.getTimingEquation(IEfferentCommand command,
IAgentObject agent,
EfferentCommandHandler handler)
return the timing equation used |
boolean |
ICommandHandlerDelegate.shouldAbort(IEfferentCommand command,
IAgentObject agent,
EfferentCommandHandler handler)
return Boolean.TRUE if the command should abort (it will already be running). |
boolean |
AbstractCommandHandlerDelegate.shouldAbort(IEfferentCommand command,
IAgentObject agent,
EfferentCommandHandler handler)
|
java.lang.Object |
ICommandHandlerDelegate.shouldAccept(IEfferentCommand command,
IAgentObject agent,
EfferentCommandHandler handler)
return Boolean.TRUE if the command should be accepted for the specified agent. |
java.lang.Object |
AbstractCommandHandlerDelegate.shouldAccept(IEfferentCommand command,
IAgentObject agent,
EfferentCommandHandler handler)
|
java.lang.Object |
ICommandHandlerDelegate.shouldStart(IEfferentCommand command,
IAgentObject agent,
EfferentCommandHandler handler)
return Boolean.TRUE if the command should be started. |
java.lang.Object |
AbstractCommandHandlerDelegate.shouldStart(IEfferentCommand command,
IAgentObject agent,
EfferentCommandHandler handler)
|
void |
ICommandHandlerDelegate.start(IEfferentCommand command,
IAgentObject agent,
EfferentCommandHandler parent)
actually start the processing of the command. |
| Uses of EfferentCommandHandler in org.commonreality.sensors.keyboard |
|---|
| Methods in org.commonreality.sensors.keyboard with parameters of type EfferentCommandHandler | |
|---|---|
void |
DefaultActuator.abort(IAgentObject agent,
MovementCommand movement,
EfferentCommandHandler handler)
|
java.lang.Object |
KeyboardMotorHandler.shouldAccept(IEfferentCommand command,
IAgentObject agent,
EfferentCommandHandler handler)
|
void |
DefaultActuator.start(IAgentObject agent,
MovementCommand movement,
EfferentCommandHandler handler)
|
| Constructors in org.commonreality.sensors.keyboard with parameters of type EfferentCommandHandler | |
|---|---|
DefaultActuator(EfferentCommandHandler handler,
IDeviceMap deviceMap)
|
|
SwingActuator(EfferentCommandHandler handler,
IDeviceMap deviceMap)
|
|
| Uses of EfferentCommandHandler in org.commonreality.sensors.motor |
|---|
| Methods in org.commonreality.sensors.motor with parameters of type EfferentCommandHandler | |
|---|---|
void |
IActuator.abort(IAgentObject agent,
MovementCommand movement,
EfferentCommandHandler handler)
|
void |
MotorCommandHandler.abort(IEfferentCommand command,
IAgentObject agent,
EfferentCommandHandler parent)
|
ICommandTimingEquation |
MotorCommandHandler.getTimingEquation(IEfferentCommand command,
IAgentObject agent,
EfferentCommandHandler handler)
|
java.lang.Object |
MotorCommandHandler.shouldAccept(IEfferentCommand command,
IAgentObject agent,
EfferentCommandHandler handler)
only accept motor commands where the source matched the provided efferent |
java.lang.Object |
MotorCommandHandler.shouldStart(IEfferentCommand command,
IAgentObject agent,
EfferentCommandHandler handler)
|
void |
IActuator.start(IAgentObject agent,
MovementCommand movement,
EfferentCommandHandler handler)
|
void |
MotorCommandHandler.start(IEfferentCommand command,
IAgentObject agent,
EfferentCommandHandler parent)
|
| Uses of EfferentCommandHandler in org.commonreality.sensors.motor.interpolator |
|---|
| Methods in org.commonreality.sensors.motor.interpolator that return EfferentCommandHandler | |
|---|---|
EfferentCommandHandler |
BasicActuatorCompletion.getHandler()
|
| Methods in org.commonreality.sensors.motor.interpolator with parameters of type EfferentCommandHandler | |
|---|---|
void |
InterpolatorActuator.abort(IAgentObject agent,
MovementCommand movement,
EfferentCommandHandler handler)
|
void |
InterpolatorActuator.start(IAgentObject agent,
MovementCommand movement,
EfferentCommandHandler handler)
|
| Constructors in org.commonreality.sensors.motor.interpolator with parameters of type EfferentCommandHandler | |
|---|---|
BasicActuatorCompletion(EfferentCommandHandler handler)
|
|
BasicInterpolator(EfferentCommandHandler handler,
IActuator actualActuator,
IActuatorCompletion completion)
|
|
| Uses of EfferentCommandHandler in org.commonreality.sensors.speech |
|---|
| Methods in org.commonreality.sensors.speech with parameters of type EfferentCommandHandler | |
|---|---|
void |
VocalizationCommandHandler.abort(IEfferentCommand command,
IAgentObject agent,
EfferentCommandHandler parent)
|
ICommandTimingEquation |
VocalizationCommandHandler.getTimingEquation(IEfferentCommand command,
IAgentObject agent,
EfferentCommandHandler handler)
|
java.lang.Object |
VocalizationCommandHandler.shouldAccept(IEfferentCommand command,
IAgentObject agent,
EfferentCommandHandler handler)
only accept vocalization commands where the source matched the provided efferent |
java.lang.Object |
VocalizationCommandHandler.shouldStart(IEfferentCommand command,
IAgentObject agent,
EfferentCommandHandler handler)
|
void |
VocalizationCommandHandler.start(IEfferentCommand command,
IAgentObject agent,
EfferentCommandHandler parent)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||