Uses of Interface
org.jactr.core.production.request.IRequest

Packages that use IRequest
org.jactr.core.buffer   
org.jactr.core.buffer.delegate   
org.jactr.core.buffer.event   
org.jactr.core.buffer.six   
org.jactr.core.module.asynch.delegate   
org.jactr.core.module.imaginal.six.buffer   
org.jactr.core.module.retrieval.buffer   
org.jactr.core.production.request   
org.jactr.core.queue.timedevents   
org.jactr.modules.pm.common.buffer   
org.jactr.modules.pm.motor.buffer.processor   
org.jactr.modules.pm.vocal   
org.jactr.modules.pm.vocal.buffer.processor   
org.jactr.modules.pm.vocal.delegate   
 

Uses of IRequest in org.jactr.core.buffer
 

Methods in org.jactr.core.buffer with parameters of type IRequest
 boolean IRequestableBuffer.request(IRequest source, double requestTime)
          Make a request of the module.
 boolean IRequestableBuffer.willAccept(IRequest request)
          return true if this buffer would accept this request
 

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

Methods in org.jactr.core.buffer.delegate with parameters of type IRequest
 boolean IRequestDelegate.request(IRequest request, IActivationBuffer buffer, double requestTime)
          do the module specific processing
 boolean IgnoreSlotRequestDelegate.request(IRequest request, IActivationBuffer buffer, double requestTime)
           
 boolean ExpandChunkRequestDelegate.request(IRequest request, IActivationBuffer buffer, double requestTime)
           
 boolean AsynchronousRequestDelegate.request(IRequest request, IActivationBuffer buffer, double requestTime)
          make the buffer request.
 boolean SimpleRequestDelegate.willAccept(IRequest request)
           
 boolean IRequestDelegate.willAccept(IRequest request)
           
 boolean IgnoreSlotRequestDelegate.willAccept(IRequest request)
           
 boolean ExpandChunkRequestDelegate.willAccept(IRequest request)
           
 boolean DefaultDelegatedRequestableBuffer6.willAccept(IRequest request)
           
 boolean AddChunkTypeRequestDelegate.willAccept(IRequest request)
           
 boolean AddChunkRequestDelegate.willAccept(IRequest request)
           
 

Uses of IRequest in org.jactr.core.buffer.event
 

Methods in org.jactr.core.buffer.event that return IRequest
 IRequest ActivationBufferEvent.getRequest()
           
 

Constructors in org.jactr.core.buffer.event with parameters of type IRequest
ActivationBufferEvent(IActivationBuffer buffer, IRequest request)
           
 

Uses of IRequest in org.jactr.core.buffer.six
 

Methods in org.jactr.core.buffer.six with parameters of type IRequest
 boolean AbstractRequestableBuffer6.request(IRequest request, double requestTime)
           
 

Uses of IRequest in org.jactr.core.module.asynch.delegate
 

Methods in org.jactr.core.module.asynch.delegate with parameters of type IRequest
 java.util.concurrent.Future<R> IAsynchronousModuleDelegate.process(IRequest request, double processTime, java.lang.Object... parameters)
          everything is based on a ChunkPattern.
 java.util.concurrent.Future<R> BasicAsynchronousModuleDelegate.process(IRequest request, double requestTime, java.lang.Object... parameters)
           
 java.util.concurrent.Future<R> AbstractAsynchronousModuleDelegate.process(IRequest request, double processTime, java.lang.Object... parameters)
           
 

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

Methods in org.jactr.core.module.imaginal.six.buffer with parameters of type IRequest
 boolean ImaginalSlotRequestDelegate.willAccept(IRequest request)
           
 

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

Methods in org.jactr.core.module.retrieval.buffer with parameters of type IRequest
 boolean RetrievalRequestDelegate.willAccept(IRequest request)
           
 

Uses of IRequest in org.jactr.core.production.request
 

Classes in org.jactr.core.production.request that implement IRequest
 class ChunkRequest
           
 class ChunkTypeRequest
           
 class SlotBasedRequest
          basic slot based request
 

Methods in org.jactr.core.production.request that return IRequest
 IRequest IRequest.clone()
          duplicate this IRequest so that the clone can be resolved against since the process is destructive
 

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

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

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

Methods in org.jactr.modules.pm.common.buffer with parameters of type IRequest
 boolean AbstractRequestDelegate.willAccept(IRequest request)
           
 boolean AbstractPMActivationBuffer6.willAccept(IRequest request)
           
 boolean AbstractCapacityPMActivationBuffer6.willAccept(IRequest request)
           
 

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

Methods in org.jactr.modules.pm.motor.buffer.processor with parameters of type IRequest
 boolean MotorRequestDelegate.request(IRequest request, IActivationBuffer buffer, double requestTime)
           
 boolean MotorClearRequestDelegate.request(IRequest request, IActivationBuffer buffer, double requestTime)
           
 boolean ClearRequestDelegate.request(IRequest request, IActivationBuffer buffer, double requestTime)
           
 boolean AbortRequestDelegate.request(IRequest request, IActivationBuffer buffer, double requestTime)
           
 

Uses of IRequest in org.jactr.modules.pm.vocal
 

Methods in org.jactr.modules.pm.vocal with parameters of type IRequest
 java.util.concurrent.Future<org.commonreality.modalities.vocal.VocalizationCommand> IVocalModule.prepare(IRequest request)
           
 java.util.concurrent.Future<org.commonreality.modalities.vocal.VocalizationCommand> AbstractVocalModule.prepare(IRequest request)
           
 

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

Methods in org.jactr.modules.pm.vocal.buffer.processor with parameters of type IRequest
 boolean ClearRequestDelegate.request(IRequest request, IActivationBuffer buffer, double requestTime)
           
 

Uses of IRequest in org.jactr.modules.pm.vocal.delegate
 

Methods in org.jactr.modules.pm.vocal.delegate with parameters of type IRequest
 java.util.concurrent.Future<org.commonreality.modalities.vocal.VocalizationCommand> VocalManagementDelegate.prepare(IRequest request)