Class SDExecutor
java.lang.Object
org.palladiosimulator.simulizar.reconfiguration.storydiagram.SDExecutor
-
Constructor Summary
ConstructorDescriptionSDExecutor
(PCMPartitionManager partitionManager) Constructor of the SD Executor. -
Method Summary
Modifier and TypeMethodDescriptionboolean
executeTransformations
(List<SDModelTransformation> transformations, EObject monitoredElement) Executes all activities for the given monitored element.
-
Constructor Details
-
SDExecutor
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.
-