Uses of Interface
org.eclipse.gmf.mappings.MetricRule

Packages that use MetricRule
org.eclipse.gmf.mappings   
org.eclipse.gmf.mappings.impl   
org.eclipse.gmf.mappings.util   
 

Uses of MetricRule in org.eclipse.gmf.mappings
 

Methods in org.eclipse.gmf.mappings that return MetricRule
 MetricRule GMFMapFactory.createMetricRule()
          Returns a new object of class 'Metric Rule'.
 MetricRule AuditedMetricTarget.getMetric()
          Returns the value of the 'Metric' reference.
 

Methods in org.eclipse.gmf.mappings that return types with arguments of type MetricRule
 org.eclipse.emf.common.util.EList<MetricRule> MetricContainer.getMetrics()
          Returns the value of the 'Metrics' containment reference list.
 

Methods in org.eclipse.gmf.mappings with parameters of type MetricRule
 void AuditedMetricTarget.setMetric(MetricRule value)
          Sets the value of the 'Metric' reference.
 

Uses of MetricRule in org.eclipse.gmf.mappings.impl
 

Classes in org.eclipse.gmf.mappings.impl that implement MetricRule
 class MetricRuleImpl
          An implementation of the model object 'Metric Rule'.
 

Fields in org.eclipse.gmf.mappings.impl declared as MetricRule
protected  MetricRule AuditedMetricTargetImpl.metric
          The cached value of the 'Metric' reference.
 

Fields in org.eclipse.gmf.mappings.impl with type parameters of type MetricRule
protected  org.eclipse.emf.common.util.EList<MetricRule> MetricContainerImpl.metrics
          The cached value of the 'Metrics' containment reference list.
 

Methods in org.eclipse.gmf.mappings.impl that return MetricRule
 MetricRule AuditedMetricTargetImpl.basicGetMetric()
           
 MetricRule GMFMapFactoryImpl.createMetricRule()
           
 MetricRule AuditedMetricTargetImpl.getMetric()
           
 

Methods in org.eclipse.gmf.mappings.impl that return types with arguments of type MetricRule
 org.eclipse.emf.common.util.EList<MetricRule> MetricContainerImpl.getMetrics()
           
 

Methods in org.eclipse.gmf.mappings.impl with parameters of type MetricRule
 void AuditedMetricTargetImpl.setMetric(MetricRule newMetric)
           
 

Uses of MetricRule in org.eclipse.gmf.mappings.util
 

Methods in org.eclipse.gmf.mappings.util with parameters of type MetricRule
 T GMFMapSwitch.caseMetricRule(MetricRule object)
          Returns the result of interpreting the object as an instance of 'Metric Rule'.
 



Copyright © 2012. All Rights Reserved.