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

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

Uses of Measurable in org.eclipse.gmf.mappings
 

Subinterfaces of Measurable in org.eclipse.gmf.mappings
 interface DiagramElementTarget
          A representation of the model object 'Diagram Element Target'.
 interface DomainElementTarget
          A representation of the model object 'Domain Element Target'.
 interface NotationElementTarget
          A representation of the model object 'Notation Element Target'.
 

Methods in org.eclipse.gmf.mappings that return Measurable
 Measurable MetricRule.getTarget()
          Returns the value of the 'Target' containment reference.
 

Methods in org.eclipse.gmf.mappings with parameters of type Measurable
 void MetricRule.setTarget(Measurable value)
          Sets the value of the 'Target' containment reference.
 

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

Classes in org.eclipse.gmf.mappings.impl that implement Measurable
 class DiagramElementTargetImpl
          An implementation of the model object 'Diagram Element Target'.
 class DomainElementTargetImpl
          An implementation of the model object 'Domain Element Target'.
 class NotationElementTargetImpl
          An implementation of the model object 'Notation Element Target'.
 

Fields in org.eclipse.gmf.mappings.impl declared as Measurable
protected  Measurable MetricRuleImpl.target
          The cached value of the 'Target' containment reference.
 

Methods in org.eclipse.gmf.mappings.impl that return Measurable
 Measurable MetricRuleImpl.getTarget()
           
 

Methods in org.eclipse.gmf.mappings.impl with parameters of type Measurable
 org.eclipse.emf.common.notify.NotificationChain MetricRuleImpl.basicSetTarget(Measurable newTarget, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void MetricRuleImpl.setTarget(Measurable newTarget)
           
 

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

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



Copyright © 2012. All Rights Reserved.