public interface AnalysisContextElement
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
org.eclipse.uml2.uml.Component |
getBase_Component()
Returns the value of the 'Base Component' reference.
|
org.eclipse.emf.common.util.EList<java.lang.String> |
getConditions()
Returns the value of the 'Conditions' attribute list.
|
org.eclipse.papyrus.MARTE.MARTE_AnalysisModel.GQAM.GaAnalysisContext |
getContextAnalysis()
Returns the value of the 'Context Analysis' reference.
|
java.lang.String |
getDate()
Returns the value of the 'Date' attribute.
|
InstantiatedArchitectureConfiguration |
getInstantiatedArchitecture()
Returns the value of the 'Instantiated Architecture' reference.
|
java.lang.String |
getResult()
Returns the value of the 'Result' attribute.
|
org.eclipse.uml2.uml.Class |
getRoot()
Returns the value of the 'Root' reference.
|
Analysis |
getType()
Returns the value of the 'Type' attribute.
|
boolean |
isValid()
Returns the value of the 'Valid' attribute.
|
void |
setBase_Component(org.eclipse.uml2.uml.Component value)
Sets the value of the '
Base Component ' reference. |
void |
setContextAnalysis(org.eclipse.papyrus.MARTE.MARTE_AnalysisModel.GQAM.GaAnalysisContext value)
Sets the value of the '
Context Analysis ' reference. |
void |
setDate(java.lang.String value)
Sets the value of the '
Date ' attribute. |
void |
setInstantiatedArchitecture(InstantiatedArchitectureConfiguration value)
Sets the value of the '
Instantiated Architecture ' reference. |
void |
setResult(java.lang.String value)
Sets the value of the '
Result ' attribute. |
void |
setRoot(org.eclipse.uml2.uml.Class value)
Sets the value of the '
Root ' reference. |
void |
setType(Analysis value)
Sets the value of the '
Type ' attribute. |
void |
setValid(boolean value)
Sets the value of the '
Valid ' attribute. |
Analysis getType()
Analysis
.
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
Analysis
,
setType(Analysis)
,
DependableComponentPackage.getAnalysisContextElement_Type()
java.lang.String getDate()
If the meaning of the 'Date' attribute isn't clear, there really should be more of a description here...
setDate(String)
,
DependableComponentPackage.getAnalysisContextElement_Date()
void setDate(java.lang.String value)
Date
' attribute.
value
- the new value of the 'Date' attribute.getDate()
org.eclipse.emf.common.util.EList<java.lang.String> getConditions()
String
.
If the meaning of the 'Conditions' attribute list isn't clear, there really should be more of a description here...
DependableComponentPackage.getAnalysisContextElement_Conditions()
boolean isValid()
If the meaning of the 'Valid' attribute isn't clear, there really should be more of a description here...
setValid(boolean)
,
DependableComponentPackage.getAnalysisContextElement_Valid()
void setValid(boolean value)
Valid
' attribute.
value
- the new value of the 'Valid' attribute.isValid()
java.lang.String getResult()
If the meaning of the 'Result' attribute isn't clear, there really should be more of a description here...
setResult(String)
,
DependableComponentPackage.getAnalysisContextElement_Result()
void setResult(java.lang.String value)
Result
' attribute.
value
- the new value of the 'Result' attribute.getResult()
org.eclipse.uml2.uml.Class getRoot()
If the meaning of the 'Root' reference isn't clear, there really should be more of a description here...
setRoot(org.eclipse.uml2.uml.Class)
,
DependableComponentPackage.getAnalysisContextElement_Root()
void setRoot(org.eclipse.uml2.uml.Class value)
Root
' reference.
value
- the new value of the 'Root' reference.getRoot()
org.eclipse.papyrus.MARTE.MARTE_AnalysisModel.GQAM.GaAnalysisContext getContextAnalysis()
If the meaning of the 'Context Analysis' reference isn't clear, there really should be more of a description here...
setContextAnalysis(GaAnalysisContext)
,
DependableComponentPackage.getAnalysisContextElement_ContextAnalysis()
void setContextAnalysis(org.eclipse.papyrus.MARTE.MARTE_AnalysisModel.GQAM.GaAnalysisContext value)
Context Analysis
' reference.
value
- the new value of the 'Context Analysis' reference.getContextAnalysis()
org.eclipse.uml2.uml.Component getBase_Component()
If the meaning of the 'Base Component' reference isn't clear, there really should be more of a description here...
setBase_Component(Component)
,
DependableComponentPackage.getAnalysisContextElement_Base_Component()
void setBase_Component(org.eclipse.uml2.uml.Component value)
Base Component
' reference.
value
- the new value of the 'Base Component' reference.getBase_Component()
InstantiatedArchitectureConfiguration getInstantiatedArchitecture()
If the meaning of the 'Instantiated Architecture' reference isn't clear, there really should be more of a description here...
setInstantiatedArchitecture(InstantiatedArchitectureConfiguration)
,
DependableComponentPackage.getAnalysisContextElement_InstantiatedArchitecture()
void setInstantiatedArchitecture(InstantiatedArchitectureConfiguration value)
Instantiated Architecture
' reference.
value
- the new value of the 'Instantiated Architecture' reference.getInstantiatedArchitecture()