Class AbstractEntityChangedEvent<T>
java.lang.Object
org.palladiosimulator.analyzer.slingshot.common.events.AbstractEvent
org.palladiosimulator.analyzer.slingshot.common.events.AbstractSimulationEvent
org.palladiosimulator.analyzer.slingshot.common.events.AbstractEntityChangedEvent<T>
- All Implemented Interfaces:
DESEvent
,SlingshotEvent
- Direct Known Subclasses:
AbstractGenericEvent
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.palladiosimulator.analyzer.slingshot.common.events.AbstractSimulationEvent
delay, getName, setTime, time
-
Constructor Details
-
AbstractEntityChangedEvent
-
-
Method Details
-
getId
Description copied from interface:SlingshotEvent
The unique identifiable String of this event.- Specified by:
getId
in interfaceSlingshotEvent
- Overrides:
getId
in classAbstractEvent
- Returns:
- a non-null unique id.
-
getEntity
-