java.lang.Object
org.palladiosimulator.simulizar.reconfiguration.storydiagram.SDExecutor

public class SDExecutor extends Object
  • Constructor Details

    • SDExecutor

      public SDExecutor(PCMPartitionManager partitionManager)
      Constructor of the SD Executor.
      Parameters:
      partitionManager - used to access the SD, PCM@runtime and RuntimeMeasurement models.
  • Method Details

    • executeTransformations

      public boolean executeTransformations(List<SDModelTransformation> transformations, EObject monitoredElement)
      Executes all activities for the given monitored element.
      Parameters:
      monitoredElement - the pcm model element to be monitored.
      Returns:
      true if at least one reconfiguration's check was positive and it reconfigured the model.