public interface Port extends NamedElement
The following features are supported:
InformationPackage.getPort()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<PortAllocation> |
getIncomingPortAllocations()
Returns the value of the 'Incoming Port Allocations' reference list.
|
org.eclipse.emf.common.util.EList<PortRealization> |
getIncomingPortRealizations()
Returns the value of the 'Incoming Port Realizations' reference list.
|
org.eclipse.emf.common.util.EList<PortAllocation> |
getOutgoingPortAllocations()
Returns the value of the 'Outgoing Port Allocations' reference list.
|
org.eclipse.emf.common.util.EList<PortRealization> |
getOutgoingPortRealizations()
Returns the value of the 'Outgoing Port Realizations' reference list.
|
org.eclipse.emf.common.util.EList<PortAllocation> |
getOwnedPortAllocations()
Returns the value of the 'Owned Port Allocations' containment reference list.
|
org.eclipse.emf.common.util.EList<PortRealization> |
getOwnedPortRealizations()
Returns the value of the 'Owned Port Realizations' containment reference list.
|
org.eclipse.emf.common.util.EList<StateMachine> |
getOwnedProtocols()
Returns the value of the 'Owned Protocols' containment reference list.
|
org.eclipse.emf.common.util.EList<Interface> |
getProvidedInterfaces()
Returns the value of the 'Provided Interfaces' reference list.
|
org.eclipse.emf.common.util.EList<Interface> |
getRequiredInterfaces()
Returns the value of the 'Required Interfaces' reference list.
|
getName, setNamegetAppliedPropertyValueGroups, 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<PortRealization> getIncomingPortRealizations()
PortRealization.
It is bidirectional and its opposite is 'Realized Port'.
If the meaning of the 'Incoming Port Realizations' reference list isn't clear, there really should be more of a description here...
InformationPackage.getPort_IncomingPortRealizations(),
PortRealization.getRealizedPort()org.eclipse.emf.common.util.EList<PortRealization> getOutgoingPortRealizations()
PortRealization.
It is bidirectional and its opposite is 'Realizing Port'.
If the meaning of the 'Outgoing Port Realizations' reference list isn't clear, there really should be more of a description here...
InformationPackage.getPort_OutgoingPortRealizations(),
PortRealization.getRealizingPort()org.eclipse.emf.common.util.EList<StateMachine> getOwnedProtocols()
StateMachine.
If the meaning of the 'Owned Protocols' containment reference list isn't clear, there really should be more of a description here...
InformationPackage.getPort_OwnedProtocols()org.eclipse.emf.common.util.EList<PortAllocation> getIncomingPortAllocations()
PortAllocation.
It is bidirectional and its opposite is 'Allocated Port'.
If the meaning of the 'Incoming Port Allocations' reference list isn't clear, there really should be more of a description here...
InformationPackage.getPort_IncomingPortAllocations(),
PortAllocation.getAllocatedPort()org.eclipse.emf.common.util.EList<PortAllocation> getOutgoingPortAllocations()
PortAllocation.
It is bidirectional and its opposite is 'Allocating Port'.
If the meaning of the 'Outgoing Port Allocations' reference list isn't clear, there really should be more of a description here...
InformationPackage.getPort_OutgoingPortAllocations(),
PortAllocation.getAllocatingPort()org.eclipse.emf.common.util.EList<Interface> getProvidedInterfaces()
Interface.
If the meaning of the 'Provided Interfaces' reference list isn't clear, there really should be more of a description here...
InformationPackage.getPort_ProvidedInterfaces()org.eclipse.emf.common.util.EList<Interface> getRequiredInterfaces()
Interface.
If the meaning of the 'Required Interfaces' reference list isn't clear, there really should be more of a description here...
InformationPackage.getPort_RequiredInterfaces()org.eclipse.emf.common.util.EList<PortRealization> getOwnedPortRealizations()
PortRealization.
If the meaning of the 'Owned Port Realizations' containment reference list isn't clear, there really should be more of a description here...
InformationPackage.getPort_OwnedPortRealizations()org.eclipse.emf.common.util.EList<PortAllocation> getOwnedPortAllocations()
PortAllocation.
If the meaning of the 'Owned Port Allocations' containment reference list isn't clear, there really should be more of a description here...
InformationPackage.getPort_OwnedPortAllocations()