eu.larkc.jactr.modules.sparql.buffer
Class SPARQLRetrievalRequestDelegate

java.lang.Object
  extended by org.jactr.core.buffer.delegate.AsynchronousRequestDelegate
      extended by org.jactr.core.module.retrieval.buffer.RetrievalRequestDelegate
          extended by eu.larkc.jactr.modules.sparql.buffer.SPARQLRetrievalRequestDelegate
All Implemented Interfaces:
IRequestDelegate

public class SPARQLRetrievalRequestDelegate
extends RetrievalRequestDelegate

A jACT-R Request Delegate that is used by the DefaultSPARQLRetrieval.

Author:
Martijn Brakenhoff

Constructor Summary
SPARQLRetrievalRequestDelegate(IRetrievalModule module)
           
 
Method Summary
 boolean willAccept(IRequest request)
           
 
Methods inherited from class org.jactr.core.module.retrieval.buffer.RetrievalRequestDelegate
clear, setIncludeNullValues
 
Methods inherited from class org.jactr.core.buffer.delegate.AsynchronousRequestDelegate
isAsynchronous, isDelayingStart, isUsingBlockingTimedEvents, request, setAsynchronous, setDelayStart, setUseBlockingTimedEvents
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SPARQLRetrievalRequestDelegate

public SPARQLRetrievalRequestDelegate(IRetrievalModule module)
Method Detail

willAccept

public boolean willAccept(IRequest request)
Specified by:
willAccept in interface IRequestDelegate
Overrides:
willAccept in class RetrievalRequestDelegate