Class AbstractSystemEvent
java.lang.Object
org.palladiosimulator.analyzer.slingshot.common.events.AbstractEvent
org.palladiosimulator.analyzer.slingshot.common.events.AbstractSystemEvent
- All Implemented Interfaces:
SlingshotEvent
,SystemEvent
- Direct Known Subclasses:
ArchitectureModelsTabBuilderStarted
,WorkflowLaunchConfigurationBuilderInitialized
-
Constructor Summary
Constructors -
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
-
AbstractSystemEvent
-
AbstractSystemEvent
public AbstractSystemEvent()
-
-
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.
-