org.eclipse.gmt.modisco.omg.smm
Interface RescaledMeasure

All Superinterfaces:
DimensionalMeasure, Measure, SmmElement

public interface RescaledMeasure
extends DimensionalMeasure

A representation of the model object 'Rescaled Measure'.

The following features are supported:

See Also:
SmmPackage.getRescaledMeasure()
Generated:
Model:

Method Summary
 java.lang.String getFormula()
          Returns the value of the 'Formula' attribute.
 void setFormula(java.lang.String value)
          Sets the value of the 'Formula' attribute.
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.smm.DimensionalMeasure
getUnit, setUnit
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.smm.Measure
getCategory, getEquivalentFrom, getEquivalentTo, getInMeasure, getLibrary, getMeasurement, getName, getOutMeasure, getRefinement, getScope, getTrait, setLibrary, setName, setScope, setTrait
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.smm.SmmElement
getAnnotation, getAttribute, getInbound, getModel, getOutbound, setModel
 

Method Detail

getFormula

java.lang.String getFormula()
Returns the value of the 'Formula' attribute.

If the meaning of the 'Formula' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Formula' attribute.
See Also:
setFormula(String), SmmPackage.getRescaledMeasure_Formula()
Generated:
Model:
required="true"

setFormula

void setFormula(java.lang.String value)
Sets the value of the 'Formula' attribute.

Parameters:
value - the new value of the 'Formula' attribute.
See Also:
getFormula()
Generated: