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:
Generated class or method.
EMF model class or method.
  • Method Details

    • getDoubleValues

      EList<Double> getDoubleValues()
      Returns the value of the 'Double Values' attribute list. The list contents are of type Double. The list of DOUBLE values.
      Returns:
      the value of the 'Double Values' attribute list.
      See Also:
      Generated class or method.
      EMF model class or method.
      unique="false" required="true"