Interface StringParameterSequence
- All Superinterfaces:
EObject
,Notifier
,SensitivityParameterVariation
- All Known Implementing Classes:
StringParameterSequenceImpl
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 Summary
Modifier and TypeMethodDescriptionReturns the value of the 'String Values' attribute list.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
-
getStringValues
Returns the value of the 'String Values' attribute list. The list contents are of typeString
. 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"
-