Class AbstractReconfigurator
java.lang.Object
org.palladiosimulator.simulizar.reconfiguration.AbstractReconfigurator
- All Implemented Interfaces:
Extension
,IReconfigurationEngine
- Direct Known Subclasses:
HenshinReconfigurator
,QVTOReconfigurator
,SDReconfigurator
-
Field Summary
Modifier and TypeFieldDescriptionprotected SimuLizarWorkflowConfiguration
protected PCMPartitionManager
Fields inherited from interface org.palladiosimulator.simulizar.reconfiguration.IReconfigurationEngine
RECONFIGURATION_CHECK_FAILED, RECONFIGURATION_CHECK_NOT_APPLICABLE_BY_ENGINE, RECONFIGURATION_CHECK_SUCCEEDED, RECONFIGURATION_EXECUTION_FAILED, RECONFIGURATION_EXECUTION_NOT_APPLICABLE_BY_ENGINE, RECONFIGURATION_EXECUTION_SUCCEEDED
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setConfiguration
(SimuLizarWorkflowConfiguration configuration) void
setPCMPartitionManager
(PCMPartitionManager pcmPartitionManager) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.palladiosimulator.simulizar.reconfiguration.IReconfigurationEngine
runCheck, runExecute
-
Field Details
-
pcmPartitionManager
-
configuration
-
-
Constructor Details
-
AbstractReconfigurator
public AbstractReconfigurator()
-
-
Method Details
-
setConfiguration
- Specified by:
setConfiguration
in interfaceIReconfigurationEngine
-
setPCMPartitionManager
- Specified by:
setPCMPartitionManager
in interfaceIReconfigurationEngine
-