public class QVTOReconfigurator extends AbstractReconfigurator implements IReconfigurator
| Constructor and Description |
|---|
QVTOReconfigurator()
QVTO Reconfigurator default constructor.
|
QVTOReconfigurator(IModelAccess modelAccessFactory,
SimuLizarWorkflowConfiguration configuration)
QVTO Reconfigurator constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkAndExecute(EObject monitoredElement)
Trigger a reconfiguration of the model@runtime.
|
setConfiguration, setModelAccessequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetConfiguration, setModelAccesspublic QVTOReconfigurator()
modelAccessFactory - ModelAccessFactory giving access to PCM and PRM modelsconfiguration - Simulation configurationpublic QVTOReconfigurator(IModelAccess modelAccessFactory, SimuLizarWorkflowConfiguration configuration)
modelAccessFactory - ModelAccessFactory giving access to PCM and PRM modelsconfiguration - Simulation configurationpublic boolean checkAndExecute(EObject monitoredElement)
IReconfiguratorcheckAndExecute in interface IReconfiguratormonitoredElement - PCM model element for which a new sensor measurement arrived.true if the reconfiguration was executed, false if it was
only checked but not executed