public interface StateBasedAnalysis
extends org.eclipse.papyrus.MARTE.MARTE_AnalysisModel.GQAM.GaAnalysisContext
The following features are supported:
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEvalMethod()
Returns the value of the 'Eval Method' attribute.
|
org.eclipse.emf.common.util.EList<SBAInitialConditions> |
getInitialConditions()
Returns the value of the 'Initial Conditions' reference list.
|
java.lang.String |
getMeasure()
Returns the value of the 'Measure' attribute.
|
java.lang.String |
getMeasureEvaluationResult()
Returns the value of the 'Measure Evaluation Result' attribute.
|
org.eclipse.emf.common.util.EList<org.eclipse.uml2.uml.InstanceSpecification> |
getTargetDepComponent()
Returns the value of the 'Target Dep Component' reference list.
|
org.eclipse.uml2.uml.InstanceSpecification |
getTargetDepComponent(java.lang.String name)
Retrieves the first
InstanceSpecification with the specified 'Name' from the 'Target Dep Component' reference list. |
org.eclipse.uml2.uml.InstanceSpecification |
getTargetDepComponent(java.lang.String name,
boolean ignoreCase,
org.eclipse.emf.ecore.EClass eClass)
Retrieves the first
InstanceSpecification with the specified 'Name' from the 'Target Dep Component' reference list. |
org.eclipse.emf.common.util.EList<java.lang.String> |
getTargetFailureMode()
Returns the value of the 'Target Failure Mode' attribute list.
|
org.eclipse.emf.common.util.EList<org.eclipse.uml2.uml.Slot> |
getTargetPort()
Returns the value of the 'Target Port' reference list.
|
void |
setEvalMethod(java.lang.String value)
Sets the value of the '
Eval Method ' attribute. |
void |
setMeasure(java.lang.String value)
Sets the value of the '
Measure ' attribute. |
void |
setMeasureEvaluationResult(java.lang.String value)
Sets the value of the '
Measure Evaluation Result ' attribute. |
getContext, getPlatform, getWorkload
getBase_Package, getBase_StructuredClassifier, getMode, setBase_Package, setBase_StructuredClassifier
getBase_NamedElement, setBase_NamedElement
java.lang.String getMeasure()
If the meaning of the 'Measure' attribute isn't clear, there really should be more of a description here...
setMeasure(String)
,
StateBasedAnalysisPackage.getStateBasedAnalysis_Measure()
void setMeasure(java.lang.String value)
Measure
' attribute.
value
- the new value of the 'Measure' attribute.getMeasure()
java.lang.String getMeasureEvaluationResult()
If the meaning of the 'Measure Evaluation Result' attribute isn't clear, there really should be more of a description here...
setMeasureEvaluationResult(String)
,
StateBasedAnalysisPackage.getStateBasedAnalysis_MeasureEvaluationResult()
void setMeasureEvaluationResult(java.lang.String value)
Measure Evaluation Result
' attribute.
value
- the new value of the 'Measure Evaluation Result' attribute.getMeasureEvaluationResult()
java.lang.String getEvalMethod()
If the meaning of the 'Eval Method' attribute isn't clear, there really should be more of a description here...
setEvalMethod(String)
,
StateBasedAnalysisPackage.getStateBasedAnalysis_EvalMethod()
void setEvalMethod(java.lang.String value)
Eval Method
' attribute.
value
- the new value of the 'Eval Method' attribute.getEvalMethod()
org.eclipse.emf.common.util.EList<java.lang.String> getTargetFailureMode()
String
.
If the meaning of the 'Target Failure Mode' reference list isn't clear, there really should be more of a description here...
StateBasedAnalysisPackage.getStateBasedAnalysis_TargetFailureMode()
org.eclipse.emf.common.util.EList<org.eclipse.uml2.uml.InstanceSpecification> getTargetDepComponent()
InstanceSpecification
.
If the meaning of the 'Target Dep Component' reference list isn't clear, there really should be more of a description here...
StateBasedAnalysisPackage.getStateBasedAnalysis_TargetDepComponent()
org.eclipse.uml2.uml.InstanceSpecification getTargetDepComponent(java.lang.String name)
InstanceSpecification
with the specified 'Name' from the 'Target Dep Component' reference list.
name
- The 'Name' of the InstanceSpecification
to retrieve, or null
.InstanceSpecification
with the specified 'Name', or null
.getTargetDepComponent()
org.eclipse.uml2.uml.InstanceSpecification getTargetDepComponent(java.lang.String name, boolean ignoreCase, org.eclipse.emf.ecore.EClass eClass)
InstanceSpecification
with the specified 'Name' from the 'Target Dep Component' reference list.
name
- The 'Name' of the InstanceSpecification
to retrieve, or null
.ignoreCase
- Whether to ignore case in String
comparisons.eClass
- The Ecore class of the InstanceSpecification
to retrieve, or null
.InstanceSpecification
with the specified 'Name', or null
.getTargetDepComponent()
org.eclipse.emf.common.util.EList<org.eclipse.uml2.uml.Slot> getTargetPort()
Slot
.
If the meaning of the 'Target Port' reference list isn't clear, there really should be more of a description here...
StateBasedAnalysisPackage.getStateBasedAnalysis_TargetPort()
org.eclipse.emf.common.util.EList<SBAInitialConditions> getInitialConditions()
SBAInitialConditions
.
If the meaning of the 'Initial Conditions' reference list isn't clear, there really should be more of a description here...
StateBasedAnalysisPackage.getStateBasedAnalysis_InitialConditions()