public interface AbstractInformationFlow extends AbstractNamedElement, AbstractRelationship
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<AbstractExchangeItem> |
getConvoyedInformations()
Returns the value of the 'Convoyed Informations' reference list.
|
org.eclipse.emf.common.util.EList<AbstractRelationship> |
getRealizations()
Returns the value of the 'Realizations' reference list.
|
InformationsExchanger |
getSource()
Returns the value of the 'Source' reference.
|
InformationsExchanger |
getTarget()
Returns the value of the 'Target' reference.
|
void |
setSource(InformationsExchanger value)
Sets the value of the '
Source' reference. |
void |
setTarget(InformationsExchanger value)
Sets the value of the '
Target' reference. |
getName, setNamegetRealizedFlow, setRealizedFlowdestroy, getConstraints, getFullLabel, getId, getLabel, getOwnedConstraints, getSid, hasUnnamedLabel, setId, setSidgetOwnedExtensionsorg.eclipse.emf.common.util.EList<AbstractRelationship> getRealizations()
AbstractRelationship.
It is bidirectional and its opposite is 'Realized Flow'.
If the meaning of the 'Realizations' reference list isn't clear, there really should be more of a description here...
ModellingcorePackage.getAbstractInformationFlow_Realizations(),
AbstractRelationship.getRealizedFlow()org.eclipse.emf.common.util.EList<AbstractExchangeItem> getConvoyedInformations()
AbstractExchangeItem.
If the meaning of the 'Convoyed Informations' reference list isn't clear, there really should be more of a description here...
ModellingcorePackage.getAbstractInformationFlow_ConvoyedInformations()InformationsExchanger getSource()
If the meaning of the 'Source' reference isn't clear, there really should be more of a description here...
setSource(InformationsExchanger),
ModellingcorePackage.getAbstractInformationFlow_Source()void setSource(InformationsExchanger value)
Source' reference.
value - the new value of the 'Source' reference.getSource()InformationsExchanger getTarget()
If the meaning of the 'Target' reference isn't clear, there really should be more of a description here...
setTarget(InformationsExchanger),
ModellingcorePackage.getAbstractInformationFlow_Target()void setTarget(InformationsExchanger value)
Target' reference.
value - the new value of the 'Target' reference.getTarget()