public interface ExchangeSpecification extends NamedElement, ActivityExchange
The following features are supported:
FaPackage.getExchangeSpecification()| Modifier and Type | Method and Description |
|---|---|
ExchangeLink |
getContainingLink()
Returns the value of the 'Containing Link' reference.
|
org.eclipse.emf.common.util.EList<ExchangeSpecificationRealization> |
getIncomingExchangeSpecificationRealizations()
Returns the value of the 'Incoming Exchange Specification Realizations' reference list.
|
ExchangeContainment |
getLink()
Returns the value of the 'Link' reference.
|
org.eclipse.emf.common.util.EList<ExchangeSpecificationRealization> |
getOutgoingExchangeSpecificationRealizations()
Returns the value of the 'Outgoing Exchange Specification Realizations' reference list.
|
void |
setLink(ExchangeContainment value)
Sets the value of the '
Link' reference. |
getAppliedPropertyValueGroups, getAppliedPropertyValues, getAppliedRequirements, getDescription, getFeatures, getOwnedEnumerationPropertyTypes, getOwnedPropertyValueGroups, getOwnedPropertyValues, getReview, getStatus, getSummary, setDescription, setReview, setStatus, setSummarygetIncomingTraces, getOutgoingTracesisVisibleInDoc, isVisibleInLM, setVisibleInDoc, setVisibleInLMgetRealizingActivityFlowsgetConvoyedInformations, getRealizations, getSource, getTarget, setSource, setTargetgetName, setNamegetRealizedFlow, setRealizedFlowdestroy, getConstraints, getFullLabel, getId, getLabel, getOwnedConstraints, getSid, hasUnnamedLabel, setId, setSidgetOwnedExtensionsExchangeLink getContainingLink()
If the meaning of the 'Containing Link' reference isn't clear, there really should be more of a description here...
FaPackage.getExchangeSpecification_ContainingLink()ExchangeContainment getLink()
Exchange'.
If the meaning of the 'Link' reference isn't clear, there really should be more of a description here...
setLink(ExchangeContainment),
FaPackage.getExchangeSpecification_Link(),
ExchangeContainment.getExchange()void setLink(ExchangeContainment value)
Link' reference.
value - the new value of the 'Link' reference.getLink()org.eclipse.emf.common.util.EList<ExchangeSpecificationRealization> getOutgoingExchangeSpecificationRealizations()
ExchangeSpecificationRealization.
It is bidirectional and its opposite is 'Realizing Exchange Specification'.
If the meaning of the 'Outgoing Exchange Specification Realizations' reference list isn't clear, there really should be more of a description here...
FaPackage.getExchangeSpecification_OutgoingExchangeSpecificationRealizations(),
ExchangeSpecificationRealization.getRealizingExchangeSpecification()org.eclipse.emf.common.util.EList<ExchangeSpecificationRealization> getIncomingExchangeSpecificationRealizations()
ExchangeSpecificationRealization.
It is bidirectional and its opposite is 'Realized Exchange Specification'.
If the meaning of the 'Incoming Exchange Specification Realizations' reference list isn't clear, there really should be more of a description here...
FaPackage.getExchangeSpecification_IncomingExchangeSpecificationRealizations(),
ExchangeSpecificationRealization.getRealizedExchangeSpecification()