Class EndReconfigurationEvent

java.lang.Object
org.palladiosimulator.simulizar.interpreter.listener.ReconfigurationEvent
org.palladiosimulator.simulizar.interpreter.listener.EndReconfigurationEvent

public final class EndReconfigurationEvent extends ReconfigurationEvent
Class to notify that an reconfiguration event terminated.
See Also:
  • Constructor Details

    • EndReconfigurationEvent

      public EndReconfigurationEvent(EventResult result, double simulationTime)
      Initializes a new instance with the given parameters.
      Parameters:
      result - An EventType constant to denote the result of the reconfiguration.
      simulationTime - A double to denote the simulation time.
    • EndReconfigurationEvent

      public EndReconfigurationEvent(EventResult result, de.uka.ipd.sdq.simulation.abstractsimengine.ISimulationControl simulationControl)
      Initializes a new instance with the given parameters.
      Parameters:
      result - An EventType constant to denote the result of the reconfiguration.
      simulationControl - The ISimulationControl that is used in the current simulation run.
      Throws:
      NullPointerException - In case the given simulationControl is null.
  • Method Details

    • getReconfigurationEventResult

      public EventResult getReconfigurationEventResult()
      Gets the result of the finished reconfiguration event.
      Returns:
      An EventType constant which the result of the reconfiguration.