public interface AbstractTrace extends TraceableElement
The following features are supported:
ModellingcorePackage.getAbstractTrace()| Modifier and Type | Method and Description |
|---|---|
TraceableElement |
getSourceElement()
Returns the value of the 'Source Element' reference.
|
TraceableElement |
getTargetElement()
Returns the value of the 'Target Element' reference.
|
void |
setSourceElement(TraceableElement value)
Sets the value of the '
Source Element' reference. |
void |
setTargetElement(TraceableElement value)
Sets the value of the '
Target Element' reference. |
getIncomingTraces, getOutgoingTracesdestroy, getConstraints, getFullLabel, getId, getLabel, getOwnedConstraints, getSid, hasUnnamedLabel, setId, setSidgetOwnedExtensionsTraceableElement getTargetElement()
If the meaning of the 'Target Element' reference isn't clear, there really should be more of a description here...
setTargetElement(TraceableElement),
ModellingcorePackage.getAbstractTrace_TargetElement()void setTargetElement(TraceableElement value)
Target Element' reference.
value - the new value of the 'Target Element' reference.getTargetElement()TraceableElement getSourceElement()
If the meaning of the 'Source Element' reference isn't clear, there really should be more of a description here...
setSourceElement(TraceableElement),
ModellingcorePackage.getAbstractTrace_SourceElement()void setSourceElement(TraceableElement value)
Source Element' reference.
value - the new value of the 'Source Element' reference.getSourceElement()