public interface BlockArchitecture extends AbstractFunctionalArchitecture
The following features are supported:
CsPackage.getBlockArchitecture()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<BlockArchitecture> |
getAllocatedArchitectures()
Returns the value of the 'Allocated Architectures' reference list.
|
org.eclipse.emf.common.util.EList<BlockArchitecture> |
getAllocatingArchitectures()
Returns the value of the 'Allocating Architectures' reference list.
|
AbstractCapabilityPkg |
getOwnedAbstractCapabilityPkg()
Returns the value of the 'Owned Abstract Capability Pkg' containment reference.
|
DataPkg |
getOwnedDataPkg()
Returns the value of the 'Owned Data Pkg' containment reference.
|
InterfacePkg |
getOwnedInterfacePkg()
Returns the value of the 'Owned Interface Pkg' containment reference.
|
org.eclipse.emf.common.util.EList<RequirementsPkg> |
getOwnedRequirementPkgs()
Returns the value of the 'Owned Requirement Pkgs' containment reference list.
|
org.eclipse.emf.common.util.EList<ArchitectureAllocation> |
getProvisionedArchitectureAllocations()
Returns the value of the 'Provisioned Architecture Allocations' reference list.
|
org.eclipse.emf.common.util.EList<ArchitectureAllocation> |
getProvisioningArchitectureAllocations()
Returns the value of the 'Provisioning Architecture Allocations' reference list.
|
void |
setOwnedAbstractCapabilityPkg(AbstractCapabilityPkg value)
Sets the value of the '
Owned Abstract Capability Pkg' containment reference. |
void |
setOwnedDataPkg(DataPkg value)
Sets the value of the '
Owned Data Pkg' containment reference. |
void |
setOwnedInterfacePkg(InterfacePkg value)
Sets the value of the '
Owned Interface Pkg' containment reference. |
getOwnedComponentExchangeCategories, getOwnedComponentExchangeRealizations, getOwnedComponentExchanges, getOwnedFunctionalAllocations, getOwnedFunctionalLinks, getOwnedFunctionPkg, setOwnedFunctionPkggetOwnedPropertyValuePkgsgetContainedGenericTraces, 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<RequirementsPkg> getOwnedRequirementPkgs()
RequirementsPkg.
If the meaning of the 'Owned Requirement Pkgs' containment reference list isn't clear, there really should be more of a description here...
CsPackage.getBlockArchitecture_OwnedRequirementPkgs()AbstractCapabilityPkg getOwnedAbstractCapabilityPkg()
If the meaning of the 'Owned Abstract Capability Pkg' containment reference isn't clear, there really should be more of a description here...
setOwnedAbstractCapabilityPkg(AbstractCapabilityPkg),
CsPackage.getBlockArchitecture_OwnedAbstractCapabilityPkg()void setOwnedAbstractCapabilityPkg(AbstractCapabilityPkg value)
Owned Abstract Capability Pkg' containment reference.
value - the new value of the 'Owned Abstract Capability Pkg' containment reference.getOwnedAbstractCapabilityPkg()InterfacePkg getOwnedInterfacePkg()
If the meaning of the 'Owned Interface Pkg' containment reference isn't clear, there really should be more of a description here...
setOwnedInterfacePkg(InterfacePkg),
CsPackage.getBlockArchitecture_OwnedInterfacePkg()void setOwnedInterfacePkg(InterfacePkg value)
Owned Interface Pkg' containment reference.
value - the new value of the 'Owned Interface Pkg' containment reference.getOwnedInterfacePkg()DataPkg getOwnedDataPkg()
If the meaning of the 'Owned Data Pkg' containment reference isn't clear, there really should be more of a description here...
setOwnedDataPkg(DataPkg),
CsPackage.getBlockArchitecture_OwnedDataPkg()void setOwnedDataPkg(DataPkg value)
Owned Data Pkg' containment reference.
value - the new value of the 'Owned Data Pkg' containment reference.getOwnedDataPkg()org.eclipse.emf.common.util.EList<ArchitectureAllocation> getProvisionedArchitectureAllocations()
ArchitectureAllocation.
It is bidirectional and its opposite is 'Allocating Architecture'.
If the meaning of the 'Provisioned Architecture Allocations' reference list isn't clear, there really should be more of a description here...
CsPackage.getBlockArchitecture_ProvisionedArchitectureAllocations(),
ArchitectureAllocation.getAllocatingArchitecture()org.eclipse.emf.common.util.EList<ArchitectureAllocation> getProvisioningArchitectureAllocations()
ArchitectureAllocation.
It is bidirectional and its opposite is 'Allocated Architecture'.
If the meaning of the 'Provisioning Architecture Allocations' reference list isn't clear, there really should be more of a description here...
CsPackage.getBlockArchitecture_ProvisioningArchitectureAllocations(),
ArchitectureAllocation.getAllocatedArchitecture()org.eclipse.emf.common.util.EList<BlockArchitecture> getAllocatedArchitectures()
BlockArchitecture.
If the meaning of the 'Allocated Architectures' reference list isn't clear, there really should be more of a description here...
CsPackage.getBlockArchitecture_AllocatedArchitectures()org.eclipse.emf.common.util.EList<BlockArchitecture> getAllocatingArchitectures()
BlockArchitecture.
If the meaning of the 'Allocating Architectures' reference list isn't clear, there really should be more of a description here...
CsPackage.getBlockArchitecture_AllocatingArchitectures()