org.jactr.core.module.retrieval.time
Interface IRetrievalTimeEquation

All Known Implementing Classes:
CompetitiveRetrievalTimeEquation, DefaultRetrievalTimeEquation

public interface IRetrievalTimeEquation

compute the retrieval time of a chunk. Implementations should also implement static public XXXEquation getInstance()

Author:
harrison

Method Summary
 double computeRetrievalTime(IChunk c)
          compute retrieval time of chunk c in the model.
 

Method Detail

computeRetrievalTime

double computeRetrievalTime(IChunk c)
compute retrieval time of chunk c in the model.