Package org.somox.metrics.dsl.metricDSL
Interface RatioMetric
- All Superinterfaces:
EObject
,MetricDefinition
,Notifier
- All Known Implementing Classes:
RatioMetricImpl
A representation of the model object 'Ratio
Metric'.
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 'Denominator Metric' reference.Returns the value of the 'Nominator Metric' reference.void
setDenominatorMetric
(Metric value) Sets the value of the 'Denominator Metric
' reference.void
setNominatorMetric
(Metric value) Sets the value of the 'Nominator Metric
' 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
-
getNominatorMetric
Metric getNominatorMetric()Returns the value of the 'Nominator Metric' reference.If the meaning of the 'Nominator Metric' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Nominator Metric' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setNominatorMetric
Sets the value of the 'Nominator Metric
' reference.- Parameters:
value
- the new value of the 'Nominator Metric' reference.- See Also:
- Generated class or method.
-
getDenominatorMetric
Metric getDenominatorMetric()Returns the value of the 'Denominator Metric' reference.If the meaning of the 'Denominator Metric' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Denominator Metric' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setDenominatorMetric
Sets the value of the 'Denominator Metric
' reference.- Parameters:
value
- the new value of the 'Denominator Metric' reference.- See Also:
- Generated class or method.
-