public interface PortInstance extends AbstractPhysicalInstance
The following features are supported:
DeploymentPackage.getPortInstance()| Modifier and Type | Method and Description |
|---|---|
ComponentInstance |
getComponent()
Returns the value of the 'Component' reference.
|
org.eclipse.emf.common.util.EList<ConnectionInstance> |
getConnections()
Returns the value of the 'Connections' reference list.
|
ComponentPort |
getType()
Returns the value of the 'Type' reference.
|
void |
setType(ComponentPort 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<ConnectionInstance> getConnections()
ConnectionInstance.
It is bidirectional and its opposite is 'Connection Ends'.
If the meaning of the 'Connections' reference list isn't clear, there really should be more of a description here...
DeploymentPackage.getPortInstance_Connections(),
ConnectionInstance.getConnectionEnds()ComponentInstance getComponent()
If the meaning of the 'Component' reference isn't clear, there really should be more of a description here...
DeploymentPackage.getPortInstance_Component()ComponentPort getType()
If the meaning of the 'Type' reference isn't clear, there really should be more of a description here...
setType(ComponentPort),
DeploymentPackage.getPortInstance_Type()void setType(ComponentPort value)
Type' reference.
value - the new value of the 'Type' reference.getType()