public interface AbstractFunctionalBlock extends ModellingBlock
The following features are supported:
FaPackage.getAbstractFunctionalBlock()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<AbstractFunction> |
getAllocatedFunctions()
Returns the value of the 'Allocated Functions' reference list.
|
org.eclipse.emf.common.util.EList<ComponentFunctionalAllocation> |
getFunctionalAllocations()
Returns the value of the 'Functional Allocations' reference list.
|
org.eclipse.emf.common.util.EList<ExchangeLink> |
getInExchangeLinks()
Returns the value of the 'In Exchange Links' reference list.
|
org.eclipse.emf.common.util.EList<ExchangeLink> |
getOutExchangeLinks()
Returns the value of the 'Out Exchange Links' reference list.
|
org.eclipse.emf.common.util.EList<ComponentExchangeCategory> |
getOwnedComponentExchangeCategories()
Returns the value of the 'Owned Component Exchange Categories' containment reference list.
|
org.eclipse.emf.common.util.EList<ComponentExchange> |
getOwnedComponentExchanges()
Returns the value of the 'Owned Component Exchanges' containment reference list.
|
org.eclipse.emf.common.util.EList<ComponentFunctionalAllocation> |
getOwnedFunctionalAllocation()
Returns the value of the 'Owned Functional Allocation' containment reference list.
|
getTypedElementsgetAbstractTypedElementsgetContainedGenericTraces, getContainedRequirementsTraces, getNamingRules, getOwnedTracesgetName, 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<ComponentFunctionalAllocation> getOwnedFunctionalAllocation()
ComponentFunctionalAllocation.
If the meaning of the 'Owned Functional Allocation' containment reference list isn't clear, there really should be more of a description here...
FaPackage.getAbstractFunctionalBlock_OwnedFunctionalAllocation()org.eclipse.emf.common.util.EList<ComponentExchange> getOwnedComponentExchanges()
ComponentExchange.
If the meaning of the 'Owned Component Exchanges' containment reference list isn't clear, there really should be more of a description here...
FaPackage.getAbstractFunctionalBlock_OwnedComponentExchanges()org.eclipse.emf.common.util.EList<ComponentExchangeCategory> getOwnedComponentExchangeCategories()
ComponentExchangeCategory.
If the meaning of the 'Owned Component Exchange Categories' containment reference list isn't clear, there really should be more of a description here...
FaPackage.getAbstractFunctionalBlock_OwnedComponentExchangeCategories()org.eclipse.emf.common.util.EList<ComponentFunctionalAllocation> getFunctionalAllocations()
ComponentFunctionalAllocation.
It is bidirectional and its opposite is 'Block'.
If the meaning of the 'Functional Allocations' reference list isn't clear, there really should be more of a description here...
FaPackage.getAbstractFunctionalBlock_FunctionalAllocations(),
ComponentFunctionalAllocation.getBlock()org.eclipse.emf.common.util.EList<AbstractFunction> getAllocatedFunctions()
AbstractFunction.
It is bidirectional and its opposite is 'Allocation Blocks'.
If the meaning of the 'Allocated Functions' reference list isn't clear, there really should be more of a description here...
FaPackage.getAbstractFunctionalBlock_AllocatedFunctions(),
AbstractFunction.getAllocationBlocks()org.eclipse.emf.common.util.EList<ExchangeLink> getInExchangeLinks()
ExchangeLink.
If the meaning of the 'In Exchange Links' reference list isn't clear, there really should be more of a description here...
FaPackage.getAbstractFunctionalBlock_InExchangeLinks()org.eclipse.emf.common.util.EList<ExchangeLink> getOutExchangeLinks()
ExchangeLink.
If the meaning of the 'Out Exchange Links' reference list isn't clear, there really should be more of a description here...
FaPackage.getAbstractFunctionalBlock_OutExchangeLinks()