Uses of Interface
org.eclipse.gmf.codegen.gmfgen.GenMetricRule

Packages that use GenMetricRule
org.eclipse.gmf.codegen.gmfgen   
org.eclipse.gmf.codegen.gmfgen.impl   
org.eclipse.gmf.codegen.gmfgen.util   
 

Uses of GenMetricRule in org.eclipse.gmf.codegen.gmfgen
 

Methods in org.eclipse.gmf.codegen.gmfgen that return GenMetricRule
 GenMetricRule GMFGenFactory.createGenMetricRule()
          Returns a new object of class 'Gen Metric Rule'.
 GenMetricRule GenAuditedMetricTarget.getMetric()
          Returns the value of the 'Metric' reference.
 

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

Methods in org.eclipse.gmf.codegen.gmfgen with parameters of type GenMetricRule
 void GenAuditedMetricTarget.setMetric(GenMetricRule value)
          Sets the value of the 'Metric' reference.
 

Uses of GenMetricRule in org.eclipse.gmf.codegen.gmfgen.impl
 

Classes in org.eclipse.gmf.codegen.gmfgen.impl that implement GenMetricRule
 class GenMetricRuleImpl
          An implementation of the model object 'Gen Metric Rule'.
 

Fields in org.eclipse.gmf.codegen.gmfgen.impl declared as GenMetricRule
protected  GenMetricRule GenAuditedMetricTargetImpl.metric
          The cached value of the 'Metric' reference.
 

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

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return GenMetricRule
 GenMetricRule GenAuditedMetricTargetImpl.basicGetMetric()
           
 GenMetricRule GMFGenFactoryImpl.createGenMetricRule()
           
 GenMetricRule GenAuditedMetricTargetImpl.getMetric()
           
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return types with arguments of type GenMetricRule
 org.eclipse.emf.common.util.EList<GenMetricRule> GenMetricContainerImpl.getMetrics()
           
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl with parameters of type GenMetricRule
 void GenAuditedMetricTargetImpl.setMetric(GenMetricRule newMetric)
           
 

Uses of GenMetricRule in org.eclipse.gmf.codegen.gmfgen.util
 

Methods in org.eclipse.gmf.codegen.gmfgen.util with parameters of type GenMetricRule
 T GMFGenSwitch.caseGenMetricRule(GenMetricRule object)
          Returns the result of interpreting the object as an instance of 'Gen Metric Rule'.
 



Copyright © 2012. All Rights Reserved.