Class AbstractEvent
java.lang.Object
org.palladiosimulator.analyzer.slingshot.common.events.AbstractEvent
- All Implemented Interfaces:
SlingshotEvent
- Direct Known Subclasses:
AbstractSimulationEvent
,AbstractSystemEvent
-
Constructor Details
-
AbstractEvent
-
AbstractEvent
public AbstractEvent()
-
-
Method Details
-
getId
Description copied from interface:SlingshotEvent
The unique identifiable String of this event.- Specified by:
getId
in interfaceSlingshotEvent
- Returns:
- a non-null unique id.
-