org.jactr.core.module.retrieval.four
Interface IRetrievalModule4

All Superinterfaces:
IInitializable, IInstallable, IModule, IRetrievalModule
All Known Implementing Classes:
DefaultRetrievalModule6

public interface IRetrievalModule4
extends IRetrievalModule


Field Summary
static java.lang.String LATENCY_EXPONENT
           
static java.lang.String LATENCY_FACTOR
           
 
Fields inherited from interface org.jactr.core.module.retrieval.IRetrievalModule
RETRIEVAL_THRESHOLD
 
Method Summary
 double getLatencyExponent()
           
 double getLatencyFactor()
           
 void setLatencyExponent(double exp)
           
 void setLatencyFactor(double fact)
           
 
Methods inherited from interface org.jactr.core.module.retrieval.IRetrievalModule
addListener, getRetrievalThreshold, getRetrievalTimeEquation, removeListener, reset, retrieveChunk, setRetrievalThreshold
 
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

LATENCY_EXPONENT

static final java.lang.String LATENCY_EXPONENT
See Also:
Constant Field Values

LATENCY_FACTOR

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

getLatencyExponent

double getLatencyExponent()

setLatencyExponent

void setLatencyExponent(double exp)

getLatencyFactor

double getLatencyFactor()

setLatencyFactor

void setLatencyFactor(double fact)