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
RETRIEVAL_THRESHOLD
static final java.lang.String RETRIEVAL_THRESHOLD
- See Also:
- Constant Field Values
getRetrievalThreshold
double getRetrievalThreshold()
setRetrievalThreshold
void setRetrievalThreshold(double threshold)
retrieveChunk
java.util.concurrent.Future<IChunk> retrieveChunk(ChunkTypeRequest chunkRequest)
getRetrievalTimeEquation
IRetrievalTimeEquation getRetrievalTimeEquation()