Interface FeatureChoice
- All Known Implementing Classes:
FeatureChoiceImpl
A representation of the model object 'Feature Choice'.
The FeatureChoice represents a choice for a FeatureDegree.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the value of the 'Present' attribute.booleanReturns the value of the 'Selected' attribute.voidsetPresent(boolean value) Sets the value of the 'Present' attribute.voidsetSelected(boolean value) Sets the value of the 'Selected' attribute.Methods inherited from interface de.uka.ipd.sdq.pcm.designdecision.Choice
getDegreeOfFreedomInstance, getValue, isActive, setDegreeOfFreedomInstance, setIsActive, setValueMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
isSelected
boolean isSelected()Returns the value of the 'Selected' attribute. Indicates whether the Feature shall be active.- Returns:
- the value of the 'Selected' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- dataType="org.eclipse.uml2.types.Boolean"
-
setSelected
void setSelected(boolean value) Sets the value of the 'Selected' attribute.- Parameters:
value- the new value of the 'Selected' attribute.- See Also:
- Generated class or method.
-
isPresent
boolean isPresent()Returns the value of the 'Present' attribute. Indicates whether the Feature is active.- Returns:
- the value of the 'Present' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- dataType="org.eclipse.uml2.types.Boolean"
-
setPresent
void setPresent(boolean value) Sets the value of the 'Present' attribute.- Parameters:
value- the new value of the 'Present' attribute.- See Also:
- Generated class or method.
-