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'
 

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
 ValueExpression FeatureValueSpec.getValue()
          Returns the value of the 'Value' 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
 void FeatureValueSpec.setValue(ValueExpression value)
          Sets the value of the 'Value' 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 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
protected  ValueExpression FeatureValueSpecImpl.value
          The cached value of the 'Value' containment reference
 

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

Methods in org.eclipse.gmf.mappings.impl with parameters of type ValueExpression
 org.eclipse.emf.common.notify.NotificationChain MetricRuleImpl.basicSetRule(ValueExpression newRule, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain FeatureValueSpecImpl.basicSetValue(ValueExpression newValue, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void MetricRuleImpl.setRule(ValueExpression newRule)
           
 void FeatureValueSpecImpl.setValue(ValueExpression newValue)
           
 

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 interpreting 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.