Package org.somox.metrics.dsl.metricDSL
Interface StepwiseMetric
- All Superinterfaces:
EObject
,MetricDefinition
,Notifier
- All Known Implementing Classes:
StepwiseMetricImpl
A representation of the model object 'Stepwise 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 'Inner Metric' reference.getSteps()
Returns the value of the 'Steps' containment reference list.void
setInnerMetric
(Metric value) Sets the value of the 'Inner 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
-
getInnerMetric
Metric getInnerMetric()Returns the value of the 'Inner Metric' reference.If the meaning of the 'Inner Metric' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Inner Metric' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setInnerMetric
Sets the value of the 'Inner Metric
' reference.- Parameters:
value
- the new value of the 'Inner Metric' reference.- See Also:
- Generated class or method.
-
getSteps
EList<BoundAndWeight> getSteps()Returns the value of the 'Steps' containment reference list. The list contents are of typeBoundAndWeight
.If the meaning of the 'Steps' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Steps' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-