public class SDReconfigurator extends AbstractReconfigurator implements IReconfigurator
| Constructor and Description |
|---|
SDReconfigurator()
Story Diagram Reconfigurator default constructor.
|
| 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) |
public SDReconfigurator()
modelAccessFactory - Model access factory used to access the SDs.public 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 executedpublic void setModelAccess(IModelAccess modelAccess)
setModelAccess in interface IReconfiguratorsetModelAccess in class AbstractReconfiguratorpublic void setConfiguration(SimuLizarWorkflowConfiguration configuration)
setConfiguration in interface IReconfiguratorsetConfiguration in class AbstractReconfigurator