Uses of Class
org.jactr.core.buffer.delegate.AsynchronousRequestDelegate

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

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

Subclasses of AsynchronousRequestDelegate in org.jactr.core.buffer.delegate
 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 OldAsynchronousRequestDelegate
          Deprecated. 
 

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

Subclasses of AsynchronousRequestDelegate in org.jactr.core.module.imaginal.six.buffer
 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 AsynchronousRequestDelegate in org.jactr.core.module.retrieval.buffer
 

Subclasses of AsynchronousRequestDelegate in org.jactr.core.module.retrieval.buffer
 class RetrievalRequestDelegate
           
 

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

Subclasses of AsynchronousRequestDelegate in org.jactr.modules.pm.aural.buffer.processor
 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 AsynchronousRequestDelegate in org.jactr.modules.pm.common.buffer
 

Subclasses of AsynchronousRequestDelegate in org.jactr.modules.pm.common.buffer
 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!!
 

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

Subclasses of AsynchronousRequestDelegate in org.jactr.modules.pm.visual.buffer.processor
 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 AsynchronousRequestDelegate in org.jactr.modules.pm.vocal.buffer.processor
 

Subclasses of AsynchronousRequestDelegate in org.jactr.modules.pm.vocal.buffer.processor
 class SpeechRequestDelegate