Class RetrievalQueue
- java.lang.Object
-
- FAtiMA.Core.memory.episodicMemory.RetrievalQueue
-
- All Implemented Interfaces:
java.io.Serializable
public class RetrievalQueue extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RetrievalQueue(int detailID)RetrievalQueue(int detailID, int maxRetrievalTimes, long minTimeInterval)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddRetrievalTime(Time time)intgetDetailID()java.util.LinkedList<Time>getRetrievalTimes()java.lang.StringtoString()
-