Uses of Interface
org.jactr.core.buffer.delegate.IRequestDelegate

Packages that use IRequestDelegate
org.jactr.core.buffer.delegate   
org.jactr.core.module.imaginal.six.buffer   
org.jactr.core.module.retrieval.buffer   
org.jactr.core.queue.timedevents   
org.jactr.modules.pm.aural.buffer.processor   
org.jactr.modules.pm.common.buffer   
org.jactr.modules.pm.motor.buffer.processor   
org.jactr.modules.pm.visual.buffer.processor   
org.jactr.modules.pm.vocal.buffer.processor   
 

Uses of IRequestDelegate in org.jactr.core.buffer.delegate
 

Classes in org.jactr.core.buffer.delegate that implement IRequestDelegate
 class AddChunkRequestDelegate
          takes a chunk pattern and if the chunk is already encoded, copies it, before inserting into the buffer via IActivationBuffer.addSourceChunk(org.jactr.core.chunk.IChunk).
 class AddChunkTypeRequestDelegate
          takes a chunk type request creates a chunk, before inserting into the buffer via IActivationBuffer.addSourceChunk(org.jactr.core.chunk.IChunk).
 class AsynchronousRequestDelegate
          abstract request delegate that splits requests into two part process AsynchronousRequestDelegate.startRequest(IRequest, IActivationBuffer, double) and AsynchronousRequestDelegate.finishRequest(IRequest, IActivationBuffer, Object).
 class ExpandChunkRequestDelegate
          takes a chunk request and automatically expands it to the chunktype request and resubmits it.
 class IgnoreSlotRequestDelegate
          silently consumes SlotBasedRequests but does not forward them to the owning module
 class OldAsynchronousRequestDelegate
          Deprecated. 
 class SimpleRequestDelegate
           
 

Methods in org.jactr.core.buffer.delegate that return types with arguments of type IRequestDelegate
 java.util.Collection<IRequestDelegate> IDelegatedRequestableBuffer.getRequestDelegates()
           
 java.util.Collection<IRequestDelegate> DefaultDelegatedRequestableBuffer6.getRequestDelegates()
           
 

Methods in org.jactr.core.buffer.delegate with parameters of type IRequestDelegate
 void IDelegatedRequestableBuffer.addRequestDelegate(IRequestDelegate processor)
           
 void DefaultDelegatedRequestableBuffer6.addRequestDelegate(IRequestDelegate processor)
           
 void IDelegatedRequestableBuffer.removeRequestDelegate(IRequestDelegate processor)
           
 void DefaultDelegatedRequestableBuffer6.removeRequestDelegate(IRequestDelegate processor)
           
 

Uses of IRequestDelegate in org.jactr.core.module.imaginal.six.buffer
 

Classes in org.jactr.core.module.imaginal.six.buffer that implement IRequestDelegate
 class ImaginalAddChunkRequestDelegate
          extends the AddChunkRequestDelegate to include to handling of IImaginalModule.getAddDelayTime()
 class ImaginalAddChunkTypeRequestDelegate
          extends the AddChunkRequestDelegate to include to handling of IImaginalModule.getAddDelayTime()
 class ImaginalSlotRequestDelegate
           
 

Uses of IRequestDelegate in org.jactr.core.module.retrieval.buffer
 

Classes in org.jactr.core.module.retrieval.buffer that implement IRequestDelegate
 class RetrievalRequestDelegate
           
 

Uses of IRequestDelegate in org.jactr.core.queue.timedevents
 

Constructors in org.jactr.core.queue.timedevents with parameters of type IRequestDelegate
DelayedIndirectBufferRequestTimedEvent(IRequest request, IActivationBuffer buffer, IRequestDelegate delegate, double start, double end)
           
 

Uses of IRequestDelegate in org.jactr.modules.pm.aural.buffer.processor
 

Classes in org.jactr.modules.pm.aural.buffer.processor that implement IRequestDelegate
 class AttendToRequestDelegate
          attend-to and move-attention delegate that handles buffer states and routes the request to the module
 class AuralSearchRequestDelegate
          handles aural-location requests by checking and managing the buffer states and routing to the aural module.
 class ClearRequestDelegate
          reset the visual system - merely calls IVisualModule.reset()
 

Uses of IRequestDelegate in org.jactr.modules.pm.common.buffer
 

Classes in org.jactr.modules.pm.common.buffer that implement IRequestDelegate
 class AbstractRequestDelegate
          abstract chunk pattern processor that has it's handles(ChunkPattern) implemented basically, if the pattern is of the same chunk type as that used to initialize the processor, handles returns true be sure to set the buffer state slot value!!
 

Methods in org.jactr.modules.pm.common.buffer that return types with arguments of type IRequestDelegate
 java.util.Collection<IRequestDelegate> AbstractCapacityPMActivationBuffer6.getRequestDelegates()
          returns the actual backing collection
 

Methods in org.jactr.modules.pm.common.buffer with parameters of type IRequestDelegate
 void AbstractCapacityPMActivationBuffer6.addRequestDelegate(IRequestDelegate processor)
           
 void AbstractCapacityPMActivationBuffer6.removeRequestDelegate(IRequestDelegate processor)
           
 

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

Classes in org.jactr.modules.pm.motor.buffer.processor that implement IRequestDelegate
 class AbortRequestDelegate
           
 class MotorClearRequestDelegate
          reset the motor system - merely calls IMotorModule.reset()
 class MotorRequestDelegate
           
 

Uses of IRequestDelegate in org.jactr.modules.pm.visual.buffer.processor
 

Classes in org.jactr.modules.pm.visual.buffer.processor that implement IRequestDelegate
 class AssignFINSTRequestDelegate
           
 class StartTrackingRequestDelegate
           
 class VisualSearchRequestDelegate
          handles visual-location requests by checking and managing the buffer states and routing to the visual module.
 

Uses of IRequestDelegate in org.jactr.modules.pm.vocal.buffer.processor
 

Classes in org.jactr.modules.pm.vocal.buffer.processor that implement IRequestDelegate
 class SpeechRequestDelegate