Package org.somox.metrics.dsl.metricDSL
Interface MetricModel
- All Known Implementing Classes:
MetricModelImpl
A representation of the model object 'Metric
Model'.
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 'Import URI' attribute list.Returns the value of the 'Metrics' containment reference list.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
-
getImportURI
Returns the value of the 'Import URI' attribute list. The list contents are of typeString
.If the meaning of the 'Import URI' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Import URI' attribute list.
- See Also:
- Generated class or method.
- EMF model class or method.
- unique="false"
-
getMetrics
Returns the value of the 'Metrics' containment reference list. The list contents are of typeMetric
.If the meaning of the 'Metrics' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Metrics' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-