public interface InterfaceAllocator extends CapellaElement
The following features are supported:
CsPackage.getInterfaceAllocator()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Interface> |
getAllocatedInterfaces()
Returns the value of the 'Allocated Interfaces' reference list.
|
org.eclipse.emf.common.util.EList<InterfaceAllocation> |
getOwnedInterfaceAllocations()
Returns the value of the 'Owned Interface Allocations' containment reference list.
|
org.eclipse.emf.common.util.EList<InterfaceAllocation> |
getProvisionedInterfaceAllocations()
Returns the value of the 'Provisioned Interface Allocations' reference list.
|
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<InterfaceAllocation> getOwnedInterfaceAllocations()
InterfaceAllocation.
If the meaning of the 'Owned Interface Allocations' containment reference list isn't clear, there really should be more of a description here...
CsPackage.getInterfaceAllocator_OwnedInterfaceAllocations()org.eclipse.emf.common.util.EList<InterfaceAllocation> getProvisionedInterfaceAllocations()
InterfaceAllocation.
It is bidirectional and its opposite is 'Allocating Interface Allocator'.
If the meaning of the 'Provisioned Interface Allocations' reference list isn't clear, there really should be more of a description here...
CsPackage.getInterfaceAllocator_ProvisionedInterfaceAllocations(),
InterfaceAllocation.getAllocatingInterfaceAllocator()org.eclipse.emf.common.util.EList<Interface> getAllocatedInterfaces()
Interface.
If the meaning of the 'Allocated Interfaces' reference list isn't clear, there really should be more of a description here...
CsPackage.getInterfaceAllocator_AllocatedInterfaces()