org.jactr.core.module.retrieval
Interface IRetrievalModule

All Superinterfaces:
IInitializable, IInstallable, IModule
All Known Subinterfaces:
IRetrievalModule4
All Known Implementing Classes:
DefaultRetrievalModule6

public interface IRetrievalModule
extends IModule


Field Summary
static java.lang.String RETRIEVAL_THRESHOLD
           
 
Method Summary
 double getRetrievalThreshold()
           
 IRetrievalTimeEquation getRetrievalTimeEquation()
           
 java.util.concurrent.Future<IChunk> retrieveChunk(ChunkTypeRequest chunkRequest)
           
 void setRetrievalThreshold(double threshold)
           
 
Methods inherited from interface org.jactr.core.module.IModule
dispose, getModel, getName, initialize, install, reset
 
Methods inherited from interface org.jactr.core.utils.IInstallable
uninstall
 

Field Detail

RETRIEVAL_THRESHOLD

static final java.lang.String RETRIEVAL_THRESHOLD
See Also:
Constant Field Values
Method Detail

getRetrievalThreshold

double getRetrievalThreshold()

setRetrievalThreshold

void setRetrievalThreshold(double threshold)

retrieveChunk

java.util.concurrent.Future<IChunk> retrieveChunk(ChunkTypeRequest chunkRequest)

getRetrievalTimeEquation

IRetrievalTimeEquation getRetrievalTimeEquation()