|
org.eclipse.gmf.mappings
Interface MetricContainer
-
All Superinterfaces:
- org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
-
All Known Implementing Classes:
-
MetricContainerImpl
-
public interface MetricContainer
- extends org.eclipse.emf.ecore.EObject
A representation of the model object '
Metric Container
'.
The following features are supported:
-
See Also:
-
GMFMapPackage.getMetricContainer()
-
** Generated **
-
-
Model:
-
Method Summary
|
org.eclipse.emf.common.util.EList<
MetricRule>
|
getMetrics
()
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, eIsProxy, eIsSet, eResource, eSet, eUnset
|
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
|
eAdapters, eDeliver, eNotify, eSetDeliver
|
getMetrics
org.eclipse.emf.common.util.EList<
MetricRule> getMetrics()
- Returns the value of the '
Metrics
' containment reference list.
The list contents are of type
MetricRule .
It is bidirectional and its opposite is '
Container '.
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:
-
GMFMapPackage.getMetricContainer_Metrics() ,
MetricRule.getContainer()
-
** Generated **
-
-
Model:
- opposite="container" containment="true" required="true"
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.
|
|