org.eclipse.modisco.omg.smm
Interface RescaledMeasure

All Superinterfaces:
AbstractMeasureElement, 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.
  getRescaleFrom()
          Returns the value of the 'Rescale From' reference list.
 void setFormula(java.lang.String value)
          Sets the value of the 'Formula' attribute.
 
Methods inherited from interface org.eclipse.modisco.omg.smm.DimensionalMeasure
getBaseMeasure1From, getBaseMeasure2From, getBaseMeasureFrom, getRankingFrom, getRescaleTo, getUnit, setRescaleTo, setUnit
 
Methods inherited from interface org.eclipse.modisco.omg.smm.Measure
getAllArguments, getArguments, getCategory, getDefaultQuery, getEquivalentFrom, getEquivalentTo, getMeasureLabelFormat, getMeasurementLabelFormat, getMeasureRelationships, getRecursiveFrom, getRecursiveTo, getRefinementFrom, getRefinementTo, getScope, getTrait, isVisible, setDefaultQuery, setMeasureLabelFormat, setMeasurementLabelFormat, setRecursiveFrom, setRecursiveTo, setScope, setTrait, setVisible
 
Methods inherited from interface org.eclipse.modisco.omg.smm.AbstractMeasureElement
getInCategory
 
Methods inherited from interface org.eclipse.modisco.omg.smm.SmmElement
getAnnotation, getAttribute, getDescription, getInbound, getName, getOutbound, getRequestedObservations, getShortDescription, setDescription, setName, setShortDescription
 

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:

getRescaleFrom

 getRescaleFrom()
Returns the value of the 'Rescale From' reference list. The list contents are of type RescaleMeasureRelationship. It is bidirectional and its opposite is 'To'.

If the meaning of the 'Rescale From' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Rescale From' reference list.
See Also:
SmmPackage.getRescaledMeasure_RescaleFrom(), RescaleMeasureRelationship.getTo()
Generated:
Model:
opposite="to"