public interface AggregatedInvocation
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ExecutionPackage.getAggregatedInvocation()
Modifier and Type | Method and Description |
---|---|
DeployedOperation |
getSource()
Returns the value of the 'Source' reference.
|
DeployedOperation |
getTarget()
Returns the value of the 'Target' reference.
|
void |
setSource(DeployedOperation value)
Sets the value of the '
Source ' reference. |
void |
setTarget(DeployedOperation value)
Sets the value of the '
Target ' reference. |
DeployedOperation getSource()
If the meaning of the 'Source' reference isn't clear, there really should be more of a description here...
setSource(DeployedOperation)
,
ExecutionPackage.getAggregatedInvocation_Source()
void setSource(DeployedOperation value)
Source
' reference.
value
- the new value of the 'Source' reference.getSource()
DeployedOperation getTarget()
If the meaning of the 'Target' reference isn't clear, there really should be more of a description here...
setTarget(DeployedOperation)
,
ExecutionPackage.getAggregatedInvocation_Target()
void setTarget(DeployedOperation value)
Target
' reference.
value
- the new value of the 'Target' reference.getTarget()
Copyright 2020 Kieker Project, http://kieker-monitoring.net