|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap<java.lang.String,java.lang.Object>
uk.ac.standrews.cs.nds.eventModel.Event
uk.ac.standrews.cs.nds.eventModel.TimeStampedEvent
public class TimeStampedEvent
Extends event to store a event-creation-time-stamp
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface java.util.Map |
---|
java.util.Map.Entry<K,V> |
Constructor Summary | |
---|---|
TimeStampedEvent(java.lang.String type)
Creates a new time stamped event. |
Method Summary | |
---|---|
long |
getEventCreationTime()
|
Methods inherited from class uk.ac.standrews.cs.nds.eventModel.Event |
---|
equals, getType, toString |
Methods inherited from class java.util.HashMap |
---|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
---|
hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface uk.ac.standrews.cs.nds.eventModel.IEvent |
---|
getType |
Methods inherited from interface java.util.Map |
---|
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
Constructor Detail |
---|
public TimeStampedEvent(java.lang.String type)
type
- the type of the eventMethod Detail |
---|
public long getEventCreationTime()
getEventCreationTime
in interface ITimeStampedEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |