All Superinterfaces:
SlingshotEvent
All Known Implementing Classes:
AbstractEntityChangedEvent, AbstractGenericEvent, AbstractSimulationEvent, ModelAdjusted, ModelVisited, PreSimulationConfigurationStarted, SimulationFinished, SimulationStarted

public interface DESEvent extends SlingshotEvent
This is an event that should happen during the simulation.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
     
    void
    setTime(double time)
     
    double
     

    Methods inherited from interface org.palladiosimulator.analyzer.slingshot.common.events.SlingshotEvent

    getId, getName
  • Method Details

    • time

      double time()
    • setTime

      void setTime(double time)
    • delay

      double delay()