Class Time
- java.lang.Object
-
- FAtiMA.Core.memory.episodicMemory.Time
-
- All Implemented Interfaces:
java.io.Serializable
public class Time extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetElapsedEvents()longgetElapsedNarrativeTime()longgetElapsedRealTime()static longgetEventCounter()longgetEventSequence()longgetNarrativeTime()longgetRealTime()java.lang.StringgetRealTimeFormatted()java.lang.StringgetStrRealTime()static voidsetEventCounter(long eventCounter)java.lang.StringtoString()
-
-
-
Method Detail
-
getNarrativeTime
public long getNarrativeTime()
-
getRealTime
public long getRealTime()
-
getRealTimeFormatted
public java.lang.String getRealTimeFormatted()
-
getStrRealTime
public java.lang.String getStrRealTime()
-
getEventSequence
public long getEventSequence()
-
getElapsedNarrativeTime
public long getElapsedNarrativeTime()
-
getElapsedRealTime
public long getElapsedRealTime()
-
getElapsedEvents
public long getElapsedEvents()
-
getEventCounter
public static long getEventCounter()
-
setEventCounter
public static void setEventCounter(long eventCounter)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-