public interface AnalysisView
extends org.eclipse.emf.ecore.EObject
The following features are supported:
CHESSViewsPackage.getAnalysisView()
Modifier and Type | Method and Description |
---|---|
org.eclipse.uml2.uml.Package |
getBase_Package()
Returns the value of the 'Base Package' reference.
|
DependabilityAnalysisView |
getDepanalysisview()
Returns the value of the 'Depanalysisview' reference.
|
RTAnalysisView |
getRtanalysisview()
Returns the value of the 'Rtanalysisview' containment reference.
|
void |
setBase_Package(org.eclipse.uml2.uml.Package value)
Sets the value of the '
Base Package ' reference. |
void |
setDepanalysisview(DependabilityAnalysisView value)
Sets the value of the '
Depanalysisview ' reference. |
void |
setRtanalysisview(RTAnalysisView value)
Sets the value of the '
Rtanalysisview ' containment reference. |
org.eclipse.uml2.uml.Package getBase_Package()
If the meaning of the 'Base Package' reference isn't clear, there really should be more of a description here...
setBase_Package(org.eclipse.uml2.uml.Package)
,
CHESSViewsPackage.getAnalysisView_Base_Package()
void setBase_Package(org.eclipse.uml2.uml.Package value)
Base Package
' reference.
value
- the new value of the 'Base Package' reference.getBase_Package()
RTAnalysisView getRtanalysisview()
If the meaning of the 'Rtanalysisview' containment reference isn't clear, there really should be more of a description here...
setRtanalysisview(RTAnalysisView)
,
CHESSViewsPackage.getAnalysisView_Rtanalysisview()
void setRtanalysisview(RTAnalysisView value)
Rtanalysisview
' containment reference.
value
- the new value of the 'Rtanalysisview' containment reference.getRtanalysisview()
DependabilityAnalysisView getDepanalysisview()
If the meaning of the 'Depanalysisview' reference isn't clear, there really should be more of a description here...
setDepanalysisview(DependabilityAnalysisView)
,
CHESSViewsPackage.getAnalysisView_Depanalysisview()
void setDepanalysisview(DependabilityAnalysisView value)
Depanalysisview
' reference.
value
- the new value of the 'Depanalysisview' reference.getDepanalysisview()