Interface DoubleParameterSequence
-
- All Superinterfaces:
DoubleParameterVariation
,EObject
,Notifier
,SensitivityParameterVariation
- All Known Implementing Classes:
DoubleParameterSequenceImpl
public interface DoubleParameterSequence extends DoubleParameterVariation
A representation of the model object ' Double Parameter Sequence'. Specifies a sequence of values, to define a variation of a sensitivity parameter of type DOUBLE.The following features are supported:
- See Also:
SensitivityPackage.getDoubleParameterSequence()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<Double>
getDoubleValues()
Returns the value of the 'Double Values' attribute list.-
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 Detail
-
getDoubleValues
EList<Double> getDoubleValues()
Returns the value of the 'Double Values' attribute list. The list contents are of typeDouble
. The list of DOUBLE values.- Returns:
- the value of the 'Double Values' attribute list.
- See Also:
SensitivityPackage.getDoubleParameterSequence_DoubleValues()
- Generated class or method.
- EMF model class or method.
- unique="false" required="true"
-
-