Package org.somox.metrics.dsl.metricDSL
Interface BoundAndWeight
- All Known Implementing Classes:
BoundAndWeightImpl
A representation of the model object 'Bound
And Weight'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Upper Bound' reference.Returns the value of the 'Weight' reference.void
setUpperBound
(Number value) Sets the value of the 'Upper Bound
' reference.void
Sets the value of the 'Weight
' reference.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
-
getUpperBound
Number getUpperBound()Returns the value of the 'Upper Bound' reference.If the meaning of the 'Upper Bound' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Upper Bound' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setUpperBound
Sets the value of the 'Upper Bound
' reference.- Parameters:
value
- the new value of the 'Upper Bound' reference.- See Also:
- Generated class or method.
-
getWeight
Number getWeight()Returns the value of the 'Weight' reference.If the meaning of the 'Weight' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Weight' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setWeight
Sets the value of the 'Weight
' reference.- Parameters:
value
- the new value of the 'Weight' reference.- See Also:
- Generated class or method.
-