Interface ContinousRangeChoice
-
- All Known Implementing Classes:
ContinousRangeChoiceImpl
public interface ContinousRangeChoice extends Choice
A representation of the model object ' Continous Range Choice'. The ContinuousRange represents a choice for a DegreeOfFreedom with a continuous domain. TODO constraint: The degreeOfFreedom of this Choice must be an ContinuousRangeDegreeThe following features are supported:
- See Also:
designdecisionPackage.getContinousRangeChoice()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getChosenValue()
Returns the value of the 'Chosen Value' attribute.void
setChosenValue​(double value)
Sets the value of the 'Chosen Value
' attribute.-
Methods inherited from interface de.uka.ipd.sdq.pcm.designdecision.Choice
getDegreeOfFreedomInstance, getValue, isActive, setDegreeOfFreedomInstance, setIsActive, setValue
-
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
-
-
-
-
Method Detail
-
getChosenValue
double getChosenValue()
Returns the value of the 'Chosen Value' attribute. The double value chosen from the range of the DegreeOfFreedom. TODO: constraint: chosenValue must be within the defined range.- Returns:
- the value of the 'Chosen Value' attribute.
- See Also:
setChosenValue(double)
,designdecisionPackage.getContinousRangeChoice_ChosenValue()
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setChosenValue
void setChosenValue​(double value)
Sets the value of the 'Chosen Value
' attribute.- Parameters:
value
- the new value of the 'Chosen Value' attribute.- See Also:
getChosenValue()
- Generated class or method.
-
-