Package de.uka.ipd.sdq.featuremodel
Interface IntervalRange
-
- All Known Subinterfaces:
ContinousIntervalRange
,IntegerIntervalRange
- All Known Implementing Classes:
ContinousIntervalRangeImpl
,IntegerIntervalRangeImpl
,IntervalRangeImpl
public interface IntervalRange extends EObject
A representation of the model object 'Interval Range'.The following features are supported:
- See Also:
featuremodelPackage.getIntervalRange()
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isLowerBoundIncluded()
Returns the value of the 'Lower Bound Included' attribute.boolean
isUpperBoundIncluded()
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 Detail
-
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:
setLowerBoundIncluded(boolean)
,featuremodelPackage.getIntervalRange_LowerBoundIncluded()
- 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:
isLowerBoundIncluded()
- 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:
setUpperBoundIncluded(boolean)
,featuremodelPackage.getIntervalRange_UpperBoundIncluded()
- 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:
isUpperBoundIncluded()
- Generated class or method.
-
-