Interface SensitivityParameterVariation
- All Known Subinterfaces:
DoubleOffsetSequence
,DoubleParameterFunction
,DoubleParameterRange
,DoubleParameterSequence
,DoubleParameterVariation
,StringParameterSequence
- All Known Implementing Classes:
DoubleOffsetSequenceImpl
,DoubleParameterFunctionImpl
,DoubleParameterRangeImpl
,DoubleParameterSequenceImpl
,DoubleParameterVariationImpl
,SensitivityParameterVariationImpl
,StringParameterSequenceImpl
A representation of the model object 'Parameter Variation
'.
Specifies how a given sensitivity parameter shall be varied. From this
specification, a sequence of parameter values can be determined that constitutes the variation.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the ' Single Sensitivity Parameter Sensitivity Parameter Variation' container reference.void
Sets the value of the 'Single Sensitivity Parameter Sensitivity Parameter Variation
' container reference.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
-
Method Details
-
getSingleSensitivityParameter__SensitivityParameterVariation
SingleSensitivityParameter getSingleSensitivityParameter__SensitivityParameterVariation()Returns the value of the ' Single Sensitivity Parameter Sensitivity Parameter Variation' container reference. It is bidirectional and its opposite is 'Sensitivity Parameter Variation Single Sensitivity Parameter
'.If the meaning of the 'Single Sensitivity Parameter Sensitivity Parameter Variation' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the ' Single Sensitivity Parameter Sensitivity Parameter Variation' container reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="sensitivityParameterVariation__SingleSensitivityParameter" required="true" transient="false" ordered="false"
-
setSingleSensitivityParameter__SensitivityParameterVariation
Sets the value of the 'Single Sensitivity Parameter Sensitivity Parameter Variation
' container reference.- Parameters:
value
- the new value of the ' Single Sensitivity Parameter Sensitivity Parameter Variation' container reference.- See Also:
- Generated class or method.
-