org.eclipse.gmt.modisco.infra.browser.custom
Interface DerivedFeatureValue

All Superinterfaces:
FeatureValue

public interface DerivedFeatureValue
extends FeatureValue

A representation of the model object 'Derived Feature Value'.

The following features are supported:

See Also:
UicustomPackage.getDerivedFeatureValue()
Generated:
Model:

Method Summary
 ModelQuery getValueCalculator()
          Returns the value of the 'Value Calculator' reference.
 void setValueCalculator(ModelQuery value)
          Sets the value of the 'Value Calculator' reference.
 
Methods inherited from interface org.eclipse.gmt.modisco.infra.browser.custom.FeatureValue
getCase, getFeature
 

Method Detail

getValueCalculator

ModelQuery getValueCalculator()
Returns the value of the 'Value Calculator' reference.

If the meaning of the 'Value Calculator' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Value Calculator' reference.
See Also:
setValueCalculator(ModelQuery), UicustomPackage.getDerivedFeatureValue_ValueCalculator()
Generated:
Model:
required="true"

setValueCalculator

void setValueCalculator(ModelQuery value)
Sets the value of the 'Value Calculator' reference.

Parameters:
value - the new value of the 'Value Calculator' reference.
See Also:
getValueCalculator()
Generated: