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

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

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

Subinterfaces of DimensionalMeasurement in org.eclipse.modisco.omg.smm
 interface AggregatedMeasurement
          A representation of the model object 'Aggregated Measurement'.
 interface BinaryMeasurement
          A representation of the model object 'Binary 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 RatioMeasurement
          A representation of the model object 'Ratio Measurement'.
 interface RescaledMeasurement
          A representation of the model object 'Rescaled Measurement'.
 

Methods in org.eclipse.modisco.omg.smm that return DimensionalMeasurement
 DimensionalMeasurement Grade.getBaseMeasurement()
          Returns the value of the 'Base Measurement' reference.
 DimensionalMeasurement RescaleMeasurementRelationship.getFrom()
          Returns the value of the 'From' reference.
 DimensionalMeasurement Base1MeasurementRelationship.getTo()
          Returns the value of the 'To' reference.
 DimensionalMeasurement Base2MeasurementRelationship.getTo()
          Returns the value of the 'To' reference.
 DimensionalMeasurement BaseMeasurementRelationship.getTo()
          Returns the value of the 'To' reference.
 DimensionalMeasurement RankingMeasurementRelationship.getTo()
          Returns the value of the 'To' reference.
 

Methods in org.eclipse.modisco.omg.smm with parameters of type DimensionalMeasurement
 void Grade.setBaseMeasurement(DimensionalMeasurement value)
          Sets the value of the 'Base Measurement' reference.
 void RescaleMeasurementRelationship.setFrom(DimensionalMeasurement value)
          Sets the value of the 'From' reference.
 void Base1MeasurementRelationship.setTo(DimensionalMeasurement value)
          Sets the value of the 'To' reference.
 void Base2MeasurementRelationship.setTo(DimensionalMeasurement value)
          Sets the value of the 'To' reference.
 void BaseMeasurementRelationship.setTo(DimensionalMeasurement value)
          Sets the value of the 'To' reference.
 void RankingMeasurementRelationship.setTo(DimensionalMeasurement value)
          Sets the value of the 'To' reference.
 

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

Methods in org.eclipse.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'.