Package de.uka.ipd.sdq.featuremodel
Interface IntervalRange
- All Known Subinterfaces:
ContinousIntervalRange
,IntegerIntervalRange
- All Known Implementing Classes:
ContinousIntervalRangeImpl
,IntegerIntervalRangeImpl
,IntervalRangeImpl
A representation of the model object 'Interval Range'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the value of the 'Lower Bound Included' attribute.boolean
Returns the value of the 'Upper Bound Included' attribute.void
setLowerBoundIncluded
(boolean value) Sets the value of the 'Lower Bound Included
' attribute.void
setUpperBoundIncluded
(boolean value) Sets the value of the 'Upper Bound Included
' attribute.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 Details
-
isLowerBoundIncluded
boolean isLowerBoundIncluded()Returns the value of the 'Lower Bound Included' attribute.If the meaning of the 'Lower Bound Included' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Lower Bound Included' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setLowerBoundIncluded
void setLowerBoundIncluded(boolean value) Sets the value of the 'Lower Bound Included
' attribute.- Parameters:
value
- the new value of the 'Lower Bound Included' attribute.- See Also:
- Generated class or method.
-
isUpperBoundIncluded
boolean isUpperBoundIncluded()Returns the value of the 'Upper Bound Included' attribute.If the meaning of the 'Upper Bound Included' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Upper Bound Included' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setUpperBoundIncluded
void setUpperBoundIncluded(boolean value) Sets the value of the 'Upper Bound Included
' attribute.- Parameters:
value
- the new value of the 'Upper Bound Included' attribute.- See Also:
- Generated class or method.
-