public interface SystemAnalysis extends ComponentArchitecture
The following features are supported:
CtxPackage.getSystemAnalysis()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<OperationalAnalysis> |
getAllocatedOperationalAnalyses()
Returns the value of the 'Allocated Operational Analyses' reference list.
|
org.eclipse.emf.common.util.EList<OperationalAnalysisRealization> |
getAllocatedOperationalAnalysisRealizations()
Returns the value of the 'Allocated Operational Analysis Realizations' reference list.
|
org.eclipse.emf.common.util.EList<LogicalArchitecture> |
getAllocatingLogicalArchitectures()
Returns the value of the 'Allocating Logical Architectures' reference list.
|
CapabilityPkg |
getContainedCapabilityPkg()
Returns the value of the 'Contained Capability Pkg' reference.
|
SystemFunctionPkg |
getContainedSystemFunctionPkg()
Returns the value of the 'Contained System Function Pkg' reference.
|
ActorPkg |
getOwnedActorPkg()
Returns the value of the 'Owned Actor Pkg' containment reference.
|
MissionPkg |
getOwnedMissionPkg()
Returns the value of the 'Owned Mission Pkg' containment reference.
|
org.eclipse.emf.common.util.EList<OperationalAnalysisRealization> |
getOwnedOperationalAnalysisRealizations()
Returns the value of the 'Owned Operational Analysis Realizations' containment reference list.
|
System |
getOwnedSystem()
Returns the value of the 'Owned System' containment reference.
|
SystemContext |
getOwnedSystemContext()
Returns the value of the 'Owned System Context' containment reference.
|
void |
setOwnedActorPkg(ActorPkg value)
Sets the value of the '
Owned Actor Pkg' containment reference. |
void |
setOwnedMissionPkg(MissionPkg value)
Sets the value of the '
Owned Mission Pkg' containment reference. |
void |
setOwnedSystem(System value)
Sets the value of the '
Owned System' containment reference. |
void |
setOwnedSystemContext(SystemContext value)
Sets the value of the '
Owned System Context' 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, setSidgetOwnedExtensionsSystemContext getOwnedSystemContext()
If the meaning of the 'Owned System Context' containment reference isn't clear, there really should be more of a description here...
setOwnedSystemContext(SystemContext),
CtxPackage.getSystemAnalysis_OwnedSystemContext()void setOwnedSystemContext(SystemContext value)
Owned System Context' containment reference.
value - the new value of the 'Owned System Context' containment reference.getOwnedSystemContext()System getOwnedSystem()
If the meaning of the 'Owned System' containment reference isn't clear, there really should be more of a description here...
setOwnedSystem(org.polarsys.capella.core.data.ctx.System),
CtxPackage.getSystemAnalysis_OwnedSystem()void setOwnedSystem(System value)
Owned System' containment reference.
value - the new value of the 'Owned System' containment reference.getOwnedSystem()ActorPkg getOwnedActorPkg()
If the meaning of the 'Owned Actor Pkg' containment reference isn't clear, there really should be more of a description here...
setOwnedActorPkg(ActorPkg),
CtxPackage.getSystemAnalysis_OwnedActorPkg()void setOwnedActorPkg(ActorPkg value)
Owned Actor Pkg' containment reference.
value - the new value of the 'Owned Actor Pkg' containment reference.getOwnedActorPkg()MissionPkg getOwnedMissionPkg()
If the meaning of the 'Owned Mission Pkg' containment reference isn't clear, there really should be more of a description here...
setOwnedMissionPkg(MissionPkg),
CtxPackage.getSystemAnalysis_OwnedMissionPkg()void setOwnedMissionPkg(MissionPkg value)
Owned Mission Pkg' containment reference.
value - the new value of the 'Owned Mission Pkg' containment reference.getOwnedMissionPkg()CapabilityPkg getContainedCapabilityPkg()
If the meaning of the 'Contained Capability Pkg' reference isn't clear, there really should be more of a description here...
CtxPackage.getSystemAnalysis_ContainedCapabilityPkg()SystemFunctionPkg getContainedSystemFunctionPkg()
If the meaning of the 'Contained System Function Pkg' reference isn't clear, there really should be more of a description here...
CtxPackage.getSystemAnalysis_ContainedSystemFunctionPkg()org.eclipse.emf.common.util.EList<OperationalAnalysisRealization> getOwnedOperationalAnalysisRealizations()
OperationalAnalysisRealization.
If the meaning of the 'Owned Operational Analysis Realizations' containment reference list isn't clear, there really should be more of a description here...
CtxPackage.getSystemAnalysis_OwnedOperationalAnalysisRealizations()org.eclipse.emf.common.util.EList<OperationalAnalysisRealization> getAllocatedOperationalAnalysisRealizations()
OperationalAnalysisRealization.
If the meaning of the 'Allocated Operational Analysis Realizations' reference list isn't clear, there really should be more of a description here...
CtxPackage.getSystemAnalysis_AllocatedOperationalAnalysisRealizations()org.eclipse.emf.common.util.EList<OperationalAnalysis> getAllocatedOperationalAnalyses()
OperationalAnalysis.
It is bidirectional and its opposite is 'Allocating System Analyses'.
If the meaning of the 'Allocated Operational Analyses' reference list isn't clear, there really should be more of a description here...
CtxPackage.getSystemAnalysis_AllocatedOperationalAnalyses(),
OperationalAnalysis.getAllocatingSystemAnalyses()org.eclipse.emf.common.util.EList<LogicalArchitecture> getAllocatingLogicalArchitectures()
LogicalArchitecture.
It is bidirectional and its opposite is 'Allocated System Analyses'.
If the meaning of the 'Allocating Logical Architectures' reference list isn't clear, there really should be more of a description here...
CtxPackage.getSystemAnalysis_AllocatingLogicalArchitectures(),
LogicalArchitecture.getAllocatedSystemAnalyses()