java.lang.Object
org.palladiosimulator.analyzer.slingshot.common.events.AbstractEvent
All Implemented Interfaces:
SlingshotEvent
Direct Known Subclasses:
AbstractSimulationEvent, AbstractSystemEvent

public abstract class AbstractEvent extends Object implements SlingshotEvent
  • Constructor Details

    • AbstractEvent

      public AbstractEvent(String id)
    • AbstractEvent

      public AbstractEvent()
  • Method Details

    • getId

      public String getId()
      Description copied from interface: SlingshotEvent
      The unique identifiable String of this event.
      Specified by:
      getId in interface SlingshotEvent
      Returns:
      a non-null unique id.