public interface FunctionPort extends Port, TypedElement, AbstractEvent
The following features are supported:
FaPackage.getFunctionPort()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<ComponentPort> |
getAllocatorComponentPorts()
Returns the value of the 'Allocator Component Ports' reference list.
|
org.eclipse.emf.common.util.EList<FunctionPort> |
getRealizedFunctionPorts()
Returns the value of the 'Realized Function Ports' reference list.
|
org.eclipse.emf.common.util.EList<FunctionPort> |
getRealizingFunctionPorts()
Returns the value of the 'Realizing Function Ports' reference list.
|
ComponentPort |
getRepresentedComponentPort()
Deprecated.
: 'representedComponentPort' shall not be used anymore
|
void |
setRepresentedComponentPort(ComponentPort value)
Sets the value of the '
Represented Component Port' reference. |
getIncomingPortAllocations, getIncomingPortRealizations, getOutgoingPortAllocations, getOutgoingPortRealizations, getOwnedPortAllocations, getOwnedPortRealizations, getOwnedProtocols, getProvidedInterfaces, getRequiredInterfacesgetTypegetAbstractType, setAbstractTypegetAppliedPropertyValueGroups, 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, setSidgetOwnedExtensionseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDelivergetAbstractTypedElementsgetName, setNameComponentPort getRepresentedComponentPort()
setRepresentedComponentPort(ComponentPort),
FaPackage.getFunctionPort_RepresentedComponentPort()void setRepresentedComponentPort(ComponentPort value)
Represented Component Port' reference.
value - the new value of the 'Represented Component Port' reference.getRepresentedComponentPort()org.eclipse.emf.common.util.EList<ComponentPort> getAllocatorComponentPorts()
ComponentPort.
It is bidirectional and its opposite is 'Allocated Function Ports'.
If the meaning of the 'Allocator Component Ports' reference list isn't clear, there really should be more of a description here...
FaPackage.getFunctionPort_AllocatorComponentPorts(),
ComponentPort.getAllocatedFunctionPorts()org.eclipse.emf.common.util.EList<FunctionPort> getRealizedFunctionPorts()
FunctionPort.
If the meaning of the 'Realized Function Ports' reference list isn't clear, there really should be more of a description here...
FaPackage.getFunctionPort_RealizedFunctionPorts()org.eclipse.emf.common.util.EList<FunctionPort> getRealizingFunctionPorts()
FunctionPort.
If the meaning of the 'Realizing Function Ports' reference list isn't clear, there really should be more of a description here...
FaPackage.getFunctionPort_RealizingFunctionPorts()