org.jactr.modules.pm.motor.buffer.processor
Class MotorRequestDelegate

java.lang.Object
  extended by org.jactr.core.buffer.delegate.SimpleRequestDelegate
      extended by org.jactr.modules.pm.motor.buffer.processor.MotorRequestDelegate
All Implemented Interfaces:
IRequestDelegate

public class MotorRequestDelegate
extends SimpleRequestDelegate


Field Summary
static java.lang.String ADJUSTMENT
           
 
Constructor Summary
MotorRequestDelegate(IChunkType chunkType, IMotorModule motor)
           
 
Method Summary
 void clear()
          request is immediate
 boolean request(IRequest request, IActivationBuffer buffer, double requestTime)
          do the module specific processing
 
Methods inherited from class org.jactr.core.buffer.delegate.SimpleRequestDelegate
willAccept
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADJUSTMENT

public static final java.lang.String ADJUSTMENT
See Also:
Constant Field Values
Constructor Detail

MotorRequestDelegate

public MotorRequestDelegate(IChunkType chunkType,
                            IMotorModule motor)
Method Detail

request

public boolean request(IRequest request,
                       IActivationBuffer buffer,
                       double requestTime)
Description copied from interface: IRequestDelegate
do the module specific processing

Returns:
true if this was successful (will propogate the buffer event)

clear

public void clear()
request is immediate