|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MetricContainer | |
---|---|
org.eclipse.gmf.mappings | |
org.eclipse.gmf.mappings.impl | |
org.eclipse.gmf.mappings.util |
Uses of MetricContainer in org.eclipse.gmf.mappings |
---|
Methods in org.eclipse.gmf.mappings that return MetricContainer | |
---|---|
MetricContainer |
GMFMapFactory.createMetricContainer()
Returns a new object of class 'Metric Container'. |
MetricContainer |
MetricRule.getContainer()
Returns the value of the 'Container' container reference. |
MetricContainer |
Mapping.getMetrics()
Returns the value of the 'Metrics' containment reference. |
Methods in org.eclipse.gmf.mappings with parameters of type MetricContainer | |
---|---|
void |
MetricRule.setContainer(MetricContainer value)
Sets the value of the ' Container ' container reference. |
void |
Mapping.setMetrics(MetricContainer value)
Sets the value of the ' Metrics ' containment reference. |
Uses of MetricContainer in org.eclipse.gmf.mappings.impl |
---|
Classes in org.eclipse.gmf.mappings.impl that implement MetricContainer | |
---|---|
class |
MetricContainerImpl
An implementation of the model object 'Metric Container'. |
Fields in org.eclipse.gmf.mappings.impl declared as MetricContainer | |
---|---|
protected MetricContainer |
MappingImpl.metrics
The cached value of the ' Metrics ' containment reference. |
Methods in org.eclipse.gmf.mappings.impl that return MetricContainer | |
---|---|
MetricContainer |
GMFMapFactoryImpl.createMetricContainer()
|
MetricContainer |
MetricRuleImpl.getContainer()
|
MetricContainer |
MappingImpl.getMetrics()
|
Methods in org.eclipse.gmf.mappings.impl with parameters of type MetricContainer | |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
MetricRuleImpl.basicSetContainer(MetricContainer newContainer,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
MappingImpl.basicSetMetrics(MetricContainer newMetrics,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
MetricRuleImpl.setContainer(MetricContainer newContainer)
|
void |
MappingImpl.setMetrics(MetricContainer newMetrics)
|
Uses of MetricContainer in org.eclipse.gmf.mappings.util |
---|
Methods in org.eclipse.gmf.mappings.util with parameters of type MetricContainer | |
---|---|
T |
GMFMapSwitch.caseMetricContainer(MetricContainer object)
Returns the result of interpreting the object as an instance of 'Metric Container'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |