Interface DoubleOffsetSequence
- All Superinterfaces:
DoubleParameterVariation
,EObject
,Notifier
,SensitivityParameterVariation
- All Known Implementing Classes:
DoubleOffsetSequenceImpl
A representation of the model object '
Double Offset Sequence'.
Specifies a sequence of values, to define a variation of a sensitivity
parameter of type DOUBLE. The given values are used as offsets to adjust the original model
value.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Double Offset Type Double Offset Sequence' attribute.Returns the value of the 'Offset Values' attribute list.void
Sets the value of the 'Double Offset Type Double Offset Sequence
' 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
-
getOffsetValues
Returns the value of the 'Offset Values' attribute list. The list contents are of typeDouble
.If the meaning of the 'Offset Values' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Offset Values' attribute list.
- See Also:
- Generated class or method.
- EMF model class or method.
- unique="false" required="true" ordered="false"
-
getDoubleOffsetType__DoubleOffsetSequence
DoubleOffsetType getDoubleOffsetType__DoubleOffsetSequence()Returns the value of the 'Double Offset Type Double Offset Sequence' attribute. The literals are from the enumerationDoubleOffsetType
.If the meaning of the 'Double Offset Type Double Offset Sequence' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Double Offset Type Double Offset Sequence' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setDoubleOffsetType__DoubleOffsetSequence
Sets the value of the 'Double Offset Type Double Offset Sequence
' attribute.- Parameters:
value
- the new value of the 'Double Offset Type Double Offset Sequence' attribute.- See Also:
- Generated class or method.
-