public interface OperationalAnalysis extends BlockArchitecture
The following features are supported:
OaPackage.getOperationalAnalysis()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<SystemAnalysis> |
getAllocatingSystemAnalyses()
Returns the value of the 'Allocating System Analyses' reference list.
|
OperationalActivityPkg |
getContainedOperationalActivityPkg()
Returns the value of the 'Contained Operational Activity Pkg' reference.
|
OperationalCapabilityPkg |
getContainedOperationalCapabilityPkg()
Returns the value of the 'Contained Operational Capability Pkg' reference.
|
ConceptPkg |
getOwnedConceptPkg()
Returns the value of the 'Owned Concept Pkg' containment reference.
|
EntityPkg |
getOwnedEntityPkg()
Returns the value of the 'Owned Entity Pkg' containment reference.
|
OperationalContext |
getOwnedOperationalContext()
Returns the value of the 'Owned Operational Context' containment reference.
|
RolePkg |
getOwnedRolePkg()
Returns the value of the 'Owned Role Pkg' containment reference.
|
void |
setOwnedConceptPkg(ConceptPkg value)
Sets the value of the '
Owned Concept Pkg' containment reference. |
void |
setOwnedEntityPkg(EntityPkg value)
Sets the value of the '
Owned Entity Pkg' containment reference. |
void |
setOwnedOperationalContext(OperationalContext value)
Sets the value of the '
Owned Operational Context' containment reference. |
void |
setOwnedRolePkg(RolePkg value)
Sets the value of the '
Owned Role Pkg' containment reference. |
getAllocatedArchitectures, getAllocatingArchitectures, getOwnedAbstractCapabilityPkg, getOwnedDataPkg, getOwnedInterfacePkg, getOwnedRequirementPkgs, getProvisionedArchitectureAllocations, getProvisioningArchitectureAllocations, setOwnedAbstractCapabilityPkg, setOwnedDataPkg, setOwnedInterfacePkggetOwnedComponentExchangeCategories, 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, setSidgetOwnedExtensionsOperationalContext getOwnedOperationalContext()
If the meaning of the 'Owned Operational Context' containment reference isn't clear, there really should be more of a description here...
setOwnedOperationalContext(OperationalContext),
OaPackage.getOperationalAnalysis_OwnedOperationalContext()void setOwnedOperationalContext(OperationalContext value)
Owned Operational Context' containment reference.
value - the new value of the 'Owned Operational Context' containment reference.getOwnedOperationalContext()RolePkg getOwnedRolePkg()
If the meaning of the 'Owned Role Pkg' containment reference isn't clear, there really should be more of a description here...
setOwnedRolePkg(RolePkg),
OaPackage.getOperationalAnalysis_OwnedRolePkg()void setOwnedRolePkg(RolePkg value)
Owned Role Pkg' containment reference.
value - the new value of the 'Owned Role Pkg' containment reference.getOwnedRolePkg()EntityPkg getOwnedEntityPkg()
If the meaning of the 'Owned Entity Pkg' containment reference isn't clear, there really should be more of a description here...
setOwnedEntityPkg(EntityPkg),
OaPackage.getOperationalAnalysis_OwnedEntityPkg()void setOwnedEntityPkg(EntityPkg value)
Owned Entity Pkg' containment reference.
value - the new value of the 'Owned Entity Pkg' containment reference.getOwnedEntityPkg()ConceptPkg getOwnedConceptPkg()
If the meaning of the 'Owned Concept Pkg' containment reference isn't clear, there really should be more of a description here...
setOwnedConceptPkg(ConceptPkg),
OaPackage.getOperationalAnalysis_OwnedConceptPkg()void setOwnedConceptPkg(ConceptPkg value)
Owned Concept Pkg' containment reference.
value - the new value of the 'Owned Concept Pkg' containment reference.getOwnedConceptPkg()OperationalCapabilityPkg getContainedOperationalCapabilityPkg()
If the meaning of the 'Contained Operational Capability Pkg' reference isn't clear, there really should be more of a description here...
OaPackage.getOperationalAnalysis_ContainedOperationalCapabilityPkg()OperationalActivityPkg getContainedOperationalActivityPkg()
If the meaning of the 'Contained Operational Activity Pkg' reference isn't clear, there really should be more of a description here...
OaPackage.getOperationalAnalysis_ContainedOperationalActivityPkg()org.eclipse.emf.common.util.EList<SystemAnalysis> getAllocatingSystemAnalyses()
SystemAnalysis.
It is bidirectional and its opposite is 'Allocated Operational Analyses'.
If the meaning of the 'Allocating System Analyses' reference list isn't clear, there really should be more of a description here...
OaPackage.getOperationalAnalysis_AllocatingSystemAnalyses(),
SystemAnalysis.getAllocatedOperationalAnalyses()