public interface TraceableElement extends ModelElement
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<AbstractTrace> |
getIncomingTraces()
Returns the value of the 'Incoming Traces' reference list.
|
org.eclipse.emf.common.util.EList<AbstractTrace> |
getOutgoingTraces()
Returns the value of the 'Outgoing Traces' reference list.
|
destroy, getConstraints, getFullLabel, getId, getLabel, getOwnedConstraints, getSid, hasUnnamedLabel, setId, setSidgetOwnedExtensionsorg.eclipse.emf.common.util.EList<AbstractTrace> getIncomingTraces()
AbstractTrace.
If the meaning of the 'Incoming Traces' reference list isn't clear, there really should be more of a description here...
ModellingcorePackage.getTraceableElement_IncomingTraces()org.eclipse.emf.common.util.EList<AbstractTrace> getOutgoingTraces()
AbstractTrace.
If the meaning of the 'Outgoing Traces' reference list isn't clear, there really should be more of a description here...
ModellingcorePackage.getTraceableElement_OutgoingTraces()