Interface StringParameterSequence

All Superinterfaces:
EObject, Notifier, SensitivityParameterVariation
All Known Implementing Classes:
StringParameterSequenceImpl

public interface StringParameterSequence extends SensitivityParameterVariation
A representation of the model object ' String Parameter Sequence'.

Specifies a variation of a sensitivity parameter of type STRING (e.g. for stochastic expressions). The specification is given as a sequence of strings.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • getStringValues

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