public interface InformationsExchanger extends ModelElement
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<AbstractInformationFlow> |
getIncomingInformationFlows()
Returns the value of the 'Incoming Information Flows' reference list.
|
org.eclipse.emf.common.util.EList<AbstractInformationFlow> |
getInformationFlows()
Returns the value of the 'Information Flows' reference list.
|
org.eclipse.emf.common.util.EList<AbstractInformationFlow> |
getOutgoingInformationFlows()
Returns the value of the 'Outgoing Information Flows' reference list.
|
destroy, getConstraints, getFullLabel, getId, getLabel, getOwnedConstraints, getSid, hasUnnamedLabel, setId, setSidgetOwnedExtensionsorg.eclipse.emf.common.util.EList<AbstractInformationFlow> getIncomingInformationFlows()
AbstractInformationFlow.
If the meaning of the 'Incoming Information Flows' reference list isn't clear, there really should be more of a description here...
ModellingcorePackage.getInformationsExchanger_IncomingInformationFlows()org.eclipse.emf.common.util.EList<AbstractInformationFlow> getOutgoingInformationFlows()
AbstractInformationFlow.
If the meaning of the 'Outgoing Information Flows' reference list isn't clear, there really should be more of a description here...
ModellingcorePackage.getInformationsExchanger_OutgoingInformationFlows()org.eclipse.emf.common.util.EList<AbstractInformationFlow> getInformationFlows()
AbstractInformationFlow.
If the meaning of the 'Information Flows' reference list isn't clear, there really should be more of a description here...
ModellingcorePackage.getInformationsExchanger_InformationFlows()