public interface CHESS
extends org.eclipse.emf.ecore.EObject
The following features are supported:
CorePackage.getCHESS()
Modifier and Type | Method and Description |
---|---|
AnalysisView |
getAnalysisView()
Returns the value of the 'Analysis View' containment reference.
|
org.eclipse.uml2.uml.Model |
getBase_Model()
Returns the value of the 'Base Model' reference.
|
ComponentView |
getComponentView()
Returns the value of the 'Component View' containment reference.
|
DeploymentView |
getDeploymentView()
Returns the value of the 'Deployment View' containment reference.
|
Domain |
getDomain()
Returns the value of the 'Domain' attribute.
|
PSMView |
getPsmView()
Returns the value of the 'Psm View' reference.
|
RequirementView |
getRequirementView()
Returns the value of the 'Requirement View' containment reference.
|
SystemView |
getSystemView()
Returns the value of the 'System View' containment reference.
|
void |
setAnalysisView(AnalysisView value)
Sets the value of the '
Analysis View ' containment reference. |
void |
setBase_Model(org.eclipse.uml2.uml.Model value)
Sets the value of the '
Base Model ' reference. |
void |
setComponentView(ComponentView value)
Sets the value of the '
Component View ' containment reference. |
void |
setDeploymentView(DeploymentView value)
Sets the value of the '
Deployment View ' containment reference. |
void |
setDomain(Domain value)
Sets the value of the '
Domain ' attribute. |
void |
setPsmView(PSMView value)
Sets the value of the '
Psm View ' reference. |
void |
setRequirementView(RequirementView value)
Sets the value of the '
Requirement View ' containment reference. |
void |
setSystemView(SystemView value)
Sets the value of the '
System View ' containment reference. |
org.eclipse.uml2.uml.Model getBase_Model()
If the meaning of the 'Base Model' reference isn't clear, there really should be more of a description here...
setBase_Model(Model)
,
CorePackage.getCHESS_Base_Model()
void setBase_Model(org.eclipse.uml2.uml.Model value)
Base Model
' reference.
value
- the new value of the 'Base Model' reference.getBase_Model()
AnalysisView getAnalysisView()
If the meaning of the 'Analysis View' containment reference isn't clear, there really should be more of a description here...
setAnalysisView(AnalysisView)
,
CorePackage.getCHESS_AnalysisView()
void setAnalysisView(AnalysisView value)
Analysis View
' containment reference.
value
- the new value of the 'Analysis View' containment reference.getAnalysisView()
DeploymentView getDeploymentView()
If the meaning of the 'Deployment View' containment reference isn't clear, there really should be more of a description here...
setDeploymentView(DeploymentView)
,
CorePackage.getCHESS_DeploymentView()
void setDeploymentView(DeploymentView value)
Deployment View
' containment reference.
value
- the new value of the 'Deployment View' containment reference.getDeploymentView()
RequirementView getRequirementView()
If the meaning of the 'Requirement View' containment reference isn't clear, there really should be more of a description here...
setRequirementView(RequirementView)
,
CorePackage.getCHESS_RequirementView()
void setRequirementView(RequirementView value)
Requirement View
' containment reference.
value
- the new value of the 'Requirement View' containment reference.getRequirementView()
ComponentView getComponentView()
If the meaning of the 'Component View' containment reference isn't clear, there really should be more of a description here...
setComponentView(ComponentView)
,
CorePackage.getCHESS_ComponentView()
void setComponentView(ComponentView value)
Component View
' containment reference.
value
- the new value of the 'Component View' containment reference.getComponentView()
SystemView getSystemView()
If the meaning of the 'System View' containment reference isn't clear, there really should be more of a description here...
setSystemView(SystemView)
,
CorePackage.getCHESS_SystemView()
void setSystemView(SystemView value)
System View
' containment reference.
value
- the new value of the 'System View' containment reference.getSystemView()
PSMView getPsmView()
If the meaning of the 'Psm View' reference isn't clear, there really should be more of a description here...
setPsmView(PSMView)
,
CorePackage.getCHESS_PsmView()
void setPsmView(PSMView value)
Psm View
' reference.
value
- the new value of the 'Psm View' reference.getPsmView()
Domain getDomain()
Domain
.
If the meaning of the 'Domain' attribute isn't clear, there really should be more of a description here...
Domain
,
setDomain(Domain)
,
CorePackage.getCHESS_Domain()
void setDomain(Domain value)
Domain
' attribute.
value
- the new value of the 'Domain' attribute.Domain
,
getDomain()