Class AbstractReconfigurator
java.lang.Object
org.palladiosimulator.simulizar.reconfiguration.AbstractReconfigurator
- All Implemented Interfaces:
Extension,IReconfigurationEngine
- Direct Known Subclasses:
HenshinReconfigurator,QVTOReconfigurator,SDReconfigurator
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected SimuLizarWorkflowConfigurationprotected PCMPartitionManagerFields 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetConfiguration(SimuLizarWorkflowConfiguration configuration) voidsetPCMPartitionManager(PCMPartitionManager pcmPartitionManager) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.palladiosimulator.simulizar.reconfiguration.IReconfigurationEngine
runCheck, runExecute, runExecute
-
Field Details
-
pcmPartitionManager
-
configuration
-
-
Constructor Details
-
AbstractReconfigurator
public AbstractReconfigurator()
-
-
Method Details
-
setConfiguration
- Specified by:
setConfigurationin interfaceIReconfigurationEngine
-
setPCMPartitionManager
- Specified by:
setPCMPartitionManagerin interfaceIReconfigurationEngine
-