Class AbstractSimulationEvent
java.lang.Object
org.palladiosimulator.analyzer.slingshot.common.events.AbstractEvent
org.palladiosimulator.analyzer.slingshot.common.events.AbstractSimulationEvent
- All Implemented Interfaces:
DESEvent
,SlingshotEvent
- Direct Known Subclasses:
AbstractEntityChangedEvent
,ModelAdjusted
,PreSimulationConfigurationStarted
,SimulationFinished
,SimulationStarted
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractSimulationEvent
(double delay) AbstractSimulationEvent
(String id, double delay) -
Method Summary
Methods inherited from class org.palladiosimulator.analyzer.slingshot.common.events.AbstractEvent
getId
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.palladiosimulator.analyzer.slingshot.common.events.SlingshotEvent
getId
-
Constructor Details
-
AbstractSimulationEvent
public AbstractSimulationEvent() -
AbstractSimulationEvent
-
AbstractSimulationEvent
public AbstractSimulationEvent(double delay)
-
-
Method Details
-
getName
Description copied from interface:SlingshotEvent
The name of this event. Does not have to be unique.- Specified by:
getName
in interfaceSlingshotEvent
- Returns:
- a non-null name.
-
time
public double time() -
setTime
public final void setTime(double time) -
delay
public double delay()
-