Uses of Interface
org.eclipse.gmt.modisco.omg.smm.DimensionalMeasurement

Packages that use DimensionalMeasurement
org.eclipse.gmt.modisco.omg.smm   
org.eclipse.gmt.modisco.omg.smm.util   
 

Uses of DimensionalMeasurement in org.eclipse.gmt.modisco.omg.smm
 

Subinterfaces of DimensionalMeasurement in org.eclipse.gmt.modisco.omg.smm
 interface AggregatedMeasurement
          A representation of the model object 'Aggregated Measurement'.
 interface CollectiveMeasurement
          A representation of the model object 'Collective Measurement'.
 interface Count
          A representation of the model object 'Count'.
 interface DirectMeasurement
          A representation of the model object 'Direct Measurement'.
 interface NamedMeasurement
          A representation of the model object 'Named Measurement'.
 interface ReScaledMeasurement
          A representation of the model object 'Re Scaled Measurement'.
 

Methods in org.eclipse.gmt.modisco.omg.smm that return DimensionalMeasurement
 DimensionalMeasurement Grade.getBaseMeasurement()
          Returns the value of the 'Base Measurement' reference.
 

Methods in org.eclipse.gmt.modisco.omg.smm with parameters of type DimensionalMeasurement
 void Grade.setBaseMeasurement(DimensionalMeasurement value)
          Sets the value of the 'Base Measurement' reference.
 

Uses of DimensionalMeasurement in org.eclipse.gmt.modisco.omg.smm.util
 

Methods in org.eclipse.gmt.modisco.omg.smm.util with parameters of type DimensionalMeasurement
 T SmmSwitch.caseDimensionalMeasurement(DimensionalMeasurement object)
          Returns the result of interpreting the object as an instance of 'Dimensional Measurement'.