Class AbstractReconfigurator
- java.lang.Object
-
- org.palladiosimulator.simulizar.reconfiguration.AbstractReconfigurator
-
- All Implemented Interfaces:
IReconfigurationEngine
- Direct Known Subclasses:
HenshinReconfigurator
,QVTOReconfigurator
,SDReconfigurator
public abstract class AbstractReconfigurator extends Object implements IReconfigurationEngine
-
-
Field Summary
Fields Modifier and Type Field Description protected SimuLizarWorkflowConfiguration
configuration
protected PCMPartitionManager
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
Constructors Constructor Description AbstractReconfigurator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
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 Detail
-
pcmPartitionManager
protected PCMPartitionManager pcmPartitionManager
-
configuration
protected SimuLizarWorkflowConfiguration configuration
-
-
Method Detail
-
setConfiguration
public void setConfiguration(SimuLizarWorkflowConfiguration configuration)
- Specified by:
setConfiguration
in interfaceIReconfigurationEngine
-
setPCMPartitionManager
public void setPCMPartitionManager(PCMPartitionManager pcmPartitionManager)
- Specified by:
setPCMPartitionManager
in interfaceIReconfigurationEngine
-
-