Interface DoubleParameterRange
- All Superinterfaces:
DoubleParameterVariation
,EObject
,Notifier
,SensitivityParameterVariation
- All Known Implementing Classes:
DoubleParameterRangeImpl
A representation of the model object '
Double Parameter Range'.
Specifies a value range (i.e. an interval) with a given step size
or step count, to define a variation of a sensitivity parameter of type
DOUBLE.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptiondouble
Returns the value of the 'First Value' attribute.double
Returns the value of the 'Last Value' attribute.int
Returns the value of the 'Step Count' attribute.double
Returns the value of the 'Step Size' attribute.boolean
Returns the value of the 'Consider Step Size' attribute.void
setConsiderStepSize
(boolean value) Sets the value of the 'Consider Step Size
' attribute.void
setFirstValue
(double value) Sets the value of the 'First Value
' attribute.void
setLastValue
(double value) Sets the value of the 'Last Value
' attribute.void
setStepCount
(int value) Sets the value of the 'Step Count
' attribute.void
setStepSize
(double value) Sets the value of the 'Step Size
' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface org.palladiosimulator.reliability.sensitivity.SensitivityParameterVariation
getSingleSensitivityParameter__SensitivityParameterVariation, setSingleSensitivityParameter__SensitivityParameterVariation
-
Method Details
-
isConsiderStepSize
boolean isConsiderStepSize()Returns the value of the 'Consider Step Size' attribute. Decides if the step width is used to determine the value sequence (considerStepSize == true) or the step count
(considerStepSize == false).- Returns:
- the value of the 'Consider Step Size' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setConsiderStepSize
void setConsiderStepSize(boolean value) Sets the value of the 'Consider Step Size
' attribute.- Parameters:
value
- the new value of the 'Consider Step Size' attribute.- See Also:
- Generated class or method.
-
getFirstValue
double getFirstValue()Returns the value of the 'First Value' attribute.If the meaning of the 'First Value' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'First Value' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setFirstValue
void setFirstValue(double value) Sets the value of the 'First Value
' attribute.- Parameters:
value
- the new value of the 'First Value' attribute.- See Also:
- Generated class or method.
-
getLastValue
double getLastValue()Returns the value of the 'Last Value' attribute.If the meaning of the 'Last Value' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Last Value' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setLastValue
void setLastValue(double value) Sets the value of the 'Last Value
' attribute.- Parameters:
value
- the new value of the 'Last Value' attribute.- See Also:
- Generated class or method.
-
getStepSize
double getStepSize()Returns the value of the 'Step Size' attribute.If the meaning of the 'Step Size' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Step Size' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setStepSize
void setStepSize(double value) Sets the value of the 'Step Size
' attribute.- Parameters:
value
- the new value of the 'Step Size' attribute.- See Also:
- Generated class or method.
-
getStepCount
int getStepCount()Returns the value of the 'Step Count' attribute.If the meaning of the 'Step Count' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Step Count' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setStepCount
void setStepCount(int value) Sets the value of the 'Step Count
' attribute.- Parameters:
value
- the new value of the 'Step Count' attribute.- See Also:
- Generated class or method.
-