Package org.somox.metrics.dsl.metricDSL
Interface MetricAndWeight
- All Known Implementing Classes:
MetricAndWeightImpl
A representation of the model object 'Metric And Weight'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Methods 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
-
getMetric
Metric getMetric()Returns the value of the 'Metric' reference.If the meaning of the 'Metric' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Metric' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setMetric
Sets the value of the 'Metric' reference.- Parameters:
value- the new value of the 'Metric' 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.
-