public interface ConnectionInstance extends AbstractPhysicalInstance
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<PortInstance> |
getConnectionEnds()
Returns the value of the 'Connection Ends' reference list.
|
ComponentExchange |
getType()
Returns the value of the 'Type' reference.
|
void |
setType(ComponentExchange value)
Sets the value of the '
Type' reference. |
getAppliedPropertyValueGroups, getAppliedPropertyValues, getAppliedRequirements, getDescription, getFeatures, getOwnedEnumerationPropertyTypes, getOwnedPropertyValueGroups, getOwnedPropertyValues, getReview, getStatus, getSummary, setDescription, setReview, setStatus, setSummarygetIncomingTraces, getOutgoingTracesisVisibleInDoc, isVisibleInLM, setVisibleInDoc, setVisibleInLMdestroy, getConstraints, getFullLabel, getId, getLabel, getOwnedConstraints, getSid, hasUnnamedLabel, setId, setSidgetOwnedExtensionsorg.eclipse.emf.common.util.EList<PortInstance> getConnectionEnds()
PortInstance.
It is bidirectional and its opposite is 'Connections'.
If the meaning of the 'Connection Ends' reference list isn't clear, there really should be more of a description here...
DeploymentPackage.getConnectionInstance_ConnectionEnds(),
PortInstance.getConnections()ComponentExchange getType()
If the meaning of the 'Type' reference isn't clear, there really should be more of a description here...
setType(ComponentExchange),
DeploymentPackage.getConnectionInstance_Type()void setType(ComponentExchange value)
Type' reference.
value - the new value of the 'Type' reference.getType()