Interface DoubleOffsetSequence
-
- All Superinterfaces:
DoubleParameterVariation
,EObject
,Notifier
,SensitivityParameterVariation
- All Known Implementing Classes:
DoubleOffsetSequenceImpl
public interface DoubleOffsetSequence extends DoubleParameterVariation
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:
SensitivityPackage.getDoubleOffsetSequence()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DoubleOffsetType
getDoubleOffsetType__DoubleOffsetSequence()
Returns the value of the 'Double Offset Type Double Offset Sequence' attribute.EList<Double>
getOffsetValues()
Returns the value of the 'Offset Values' attribute list.void
setDoubleOffsetType__DoubleOffsetSequence(DoubleOffsetType value)
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 Detail
-
getOffsetValues
EList<Double> 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:
SensitivityPackage.getDoubleOffsetSequence_OffsetValues()
- 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:
DoubleOffsetType
,setDoubleOffsetType__DoubleOffsetSequence(DoubleOffsetType)
,SensitivityPackage.getDoubleOffsetSequence_DoubleOffsetType__DoubleOffsetSequence()
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setDoubleOffsetType__DoubleOffsetSequence
void setDoubleOffsetType__DoubleOffsetSequence(DoubleOffsetType value)
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:
DoubleOffsetType
,getDoubleOffsetType__DoubleOffsetSequence()
- Generated class or method.
-
-