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

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

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

Subinterfaces of GenMeasurable in org.eclipse.gmf.codegen.gmfgen
 interface GenDiagramElementTarget
          A representation of the model object 'Gen Diagram Element Target'.
 interface GenDomainElementTarget
          A representation of the model object 'Gen Domain Element Target'.
 interface GenNotationElementTarget
          A representation of the model object 'Gen Notation Element Target'.
 

Methods in org.eclipse.gmf.codegen.gmfgen that return GenMeasurable
 GenMeasurable GenMetricRule.getTarget()
          Returns the value of the 'Target' containment reference.
 

Methods in org.eclipse.gmf.codegen.gmfgen with parameters of type GenMeasurable
 void GenMetricRule.setTarget(GenMeasurable value)
          Sets the value of the 'Target' containment reference.
 

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

Classes in org.eclipse.gmf.codegen.gmfgen.impl that implement GenMeasurable
 class GenDiagramElementTargetImpl
          An implementation of the model object 'Gen Diagram Element Target'.
 class GenDomainElementTargetImpl
          An implementation of the model object 'Gen Domain Element Target'.
 class GenNotationElementTargetImpl
          An implementation of the model object 'Gen Notation Element Target'.
 

Fields in org.eclipse.gmf.codegen.gmfgen.impl declared as GenMeasurable
protected  GenMeasurable GenMetricRuleImpl.target
          The cached value of the 'Target' containment reference.
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return GenMeasurable
 GenMeasurable GenMetricRuleImpl.getTarget()
           
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl with parameters of type GenMeasurable
 org.eclipse.emf.common.notify.NotificationChain GenMetricRuleImpl.basicSetTarget(GenMeasurable newTarget, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void GenMetricRuleImpl.setTarget(GenMeasurable newTarget)
           
 

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

Methods in org.eclipse.gmf.codegen.gmfgen.util with parameters of type GenMeasurable
 T GMFGenSwitch.caseGenMeasurable(GenMeasurable object)
          Returns the result of interpreting the object as an instance of 'Gen Measurable'.
 



Copyright © 2012. All Rights Reserved.