public interface IReconfigurator
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkAndExecute(EObject monitoredElement)
Trigger a reconfiguration of the model@runtime.
|
void |
setConfiguration(SimuLizarWorkflowConfiguration configuration) |
void |
setModelAccess(IModelAccess modelAccess) |
boolean checkAndExecute(EObject monitoredElement)
monitoredElement - PCM model element for which a new sensor measurement arrived.true if the reconfiguration was executed, false if it was
only checked but not executedvoid setModelAccess(IModelAccess modelAccess)
void setConfiguration(SimuLizarWorkflowConfiguration configuration)