Generation Framework

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

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

Uses of ValueExpression in org.eclipse.gmf.mappings
 

Subinterfaces of ValueExpression in org.eclipse.gmf.mappings
 interface Constraint
          A representation of the model object 'Constraint'
 interface FeatureValueSpec
          A representation of the model object 'Feature Value Spec'
 

Methods in org.eclipse.gmf.mappings that return ValueExpression
 ValueExpression GMFMapFactory.createValueExpression()
          Returns a new object of class 'Value Expression'
 ValueExpression MetricRule.getRule()
          Returns the value of the 'Rule' containment reference
 

Methods in org.eclipse.gmf.mappings with parameters of type ValueExpression
 void MetricRule.setRule(ValueExpression value)
          Sets the value of the 'Rule' containment reference
 

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

Classes in org.eclipse.gmf.mappings.impl that implement ValueExpression
 class ConstraintImpl
          An implementation of the model object 'Constraint'
 class FeatureValueSpecImpl
          An implementation of the model object 'Feature Value Spec'
 class ValueExpressionImpl
          An implementation of the model object 'Value Expression'
 

Fields in org.eclipse.gmf.mappings.impl declared as ValueExpression
protected  ValueExpression MetricRuleImpl.rule
          The cached value of the 'Rule' containment reference
 

Methods in org.eclipse.gmf.mappings.impl that return ValueExpression
 ValueExpression GMFMapFactoryImpl.createValueExpression()
           
 ValueExpression MetricRuleImpl.getRule()
           
 

Methods in org.eclipse.gmf.mappings.impl with parameters of type ValueExpression
 NotificationChain MetricRuleImpl.basicSetRule(ValueExpression newRule, NotificationChain msgs)
           
 void MetricRuleImpl.setRule(ValueExpression newRule)
           
 

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

Methods in org.eclipse.gmf.mappings.util with parameters of type ValueExpression
 T GMFMapSwitch.caseValueExpression(ValueExpression object)
          Returns the result of interpretting the object as an instance of 'Value Expression'
 


Generation Framework

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.