@Deprecated public class ExecutionAdapter extends java.lang.Object implements ExecutionListener
| Constructor and Description |
|---|
ExecutionAdapter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
behaviorCalled(Behavior behavior,
fUML.Semantics.CommonBehaviors.BasicBehaviors.ParameterValueList pvl,
fUML.Semantics.Classes.Kernel.Object_ caller,
fUML.Semantics.Classes.Kernel.Object_ target,
boolean isSynchronous)
Deprecated.
Event for behavior called.
|
void |
busyStatusChange(fUML.Semantics.Classes.Kernel.StructuredValue context,
java.lang.Object oldValue,
java.lang.Object newValue)
Deprecated.
Event for busy status change.
|
void |
configLoaded(Element config)
Deprecated.
Custom additional configuration values can be read here.
|
void |
elementActivated(Element element,
java.util.Collection<?> values)
Deprecated.
Event for element activated.
|
void |
elementDeactivated(Element element,
java.util.Collection<?> values)
Deprecated.
Event for element deactivated.
|
void |
eventTriggered(fUML.Semantics.CommonBehaviors.Communications.SignalInstance signal)
Deprecated.
Event for signal event triggered.
|
void |
executionStarted(SimulationExecution execution)
Deprecated.
Event for execution started.
|
void |
executionTerminated(SimulationExecution execution)
Deprecated.
Event for execution terminated.
|
void |
objectCreated(fUML.Semantics.Classes.Kernel.Object_ sender,
fUML.Semantics.Classes.Kernel.Object_ object)
Deprecated.
Event for object created.
|
void |
operationCalled(Operation operation,
fUML.Semantics.CommonBehaviors.BasicBehaviors.ParameterValueList pvl,
fUML.Semantics.Classes.Kernel.Object_ caller,
fUML.Semantics.Classes.Kernel.Object_ target,
boolean isSynchronous)
Deprecated.
Event for operation called.
|
void |
valueChange(fUML.Semantics.Classes.Kernel.StructuredValue context,
fUML.Semantics.Classes.Kernel.FeatureValue feature,
java.lang.Object oldValue,
java.lang.Object newValue)
Deprecated.
Event for value change.
|
public void configLoaded(Element config)
ExecutionListenerconfigLoaded in interface ExecutionListenerconfig - the configuration element of the running execution.public void executionStarted(SimulationExecution execution)
ExecutionListenerexecutionStarted in interface ExecutionListenerexecution - the started executionpublic void eventTriggered(fUML.Semantics.CommonBehaviors.Communications.SignalInstance signal)
ExecutionListenereventTriggered in interface ExecutionListenersignal - the triggered signalpublic void operationCalled(Operation operation, fUML.Semantics.CommonBehaviors.BasicBehaviors.ParameterValueList pvl, fUML.Semantics.Classes.Kernel.Object_ caller, fUML.Semantics.Classes.Kernel.Object_ target, boolean isSynchronous)
ExecutionListeneroperationCalled in interface ExecutionListeneroperation - the called operationpvl - parameterscaller - callertarget - targetisSynchronous - isSynchronouspublic void behaviorCalled(Behavior behavior, fUML.Semantics.CommonBehaviors.BasicBehaviors.ParameterValueList pvl, fUML.Semantics.Classes.Kernel.Object_ caller, fUML.Semantics.Classes.Kernel.Object_ target, boolean isSynchronous)
ExecutionListenerbehaviorCalled in interface ExecutionListenerbehavior - the called behaviorpvl - parameterscaller - callertarget - targetisSynchronous - isSynchronouspublic void objectCreated(fUML.Semantics.Classes.Kernel.Object_ sender,
fUML.Semantics.Classes.Kernel.Object_ object)
ExecutionListenerobjectCreated in interface ExecutionListenersender - senderobject - the created Object_public void executionTerminated(SimulationExecution execution)
ExecutionListenerexecutionTerminated in interface ExecutionListenerexecution - the terminated executionpublic void elementActivated(Element element, java.util.Collection<?> values)
ExecutionListenerelementActivated in interface ExecutionListenerelement - the activated elementvalues - valuespublic void elementDeactivated(Element element, java.util.Collection<?> values)
ExecutionListenerelementDeactivated in interface ExecutionListenerelement - the deactivated elementvalues - valuespublic void valueChange(fUML.Semantics.Classes.Kernel.StructuredValue context,
fUML.Semantics.Classes.Kernel.FeatureValue feature,
java.lang.Object oldValue,
java.lang.Object newValue)
ExecutionListenervalueChange in interface ExecutionListenercontext - the owner of feature.feature - the FeatureValue that the value was changed.oldValue - the old value.newValue - the new value.public void busyStatusChange(fUML.Semantics.Classes.Kernel.StructuredValue context,
java.lang.Object oldValue,
java.lang.Object newValue)
ExecutionListenerbusyStatusChange in interface ExecutionListenercontext - the owner of feature.oldValue - the old value.newValue - the new value.