Interface BoolChoice
-
- All Known Implementing Classes:
BoolChoiceImpl
public interface BoolChoice extends Choice
A representation of the model object 'Bool Choice'. The BoolChoice represents a choice for a DegreeOfFreedom with an bool range. So it is an indicator choice.The following features are supported:
- See Also:
designdecisionPackage.getBoolChoice()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisChosenValue()Returns the value of the 'Chosen Value' attribute.voidsetChosenValue(boolean 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
-
isChosenValue
boolean isChosenValue()
Returns the value of the 'Chosen Value' attribute. The default value is"false".If the meaning of the 'Chosen Value' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Chosen Value' attribute.
- See Also:
setChosenValue(boolean),designdecisionPackage.getBoolChoice_ChosenValue()- Generated class or method.
- EMF model class or method.
- default="false" dataType="org.eclipse.uml2.types.Boolean" required="true" ordered="false"
-
setChosenValue
void setChosenValue(boolean value)
Sets the value of the 'Chosen Value' attribute.- Parameters:
value- the new value of the 'Chosen Value' attribute.- See Also:
isChosenValue()- Generated class or method.
-
-