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

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

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

Subinterfaces of Measurement 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 DimensionalMeasurement
          A representation of the model object 'Dimensional Measurement'.
 interface DirectMeasurement
          A representation of the model object 'Direct Measurement'.
 interface Grade
          A representation of the model object 'Grade'.
 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 Measurement
 Measurement MeasurementRelationship.getFrom()
          Returns the value of the 'From' reference.
 Measurement MeasurementRelationship.getTo()
          Returns the value of the 'To' reference.
 

Methods in org.eclipse.gmt.modisco.omg.smm with parameters of type Measurement
 void MeasurementRelationship.setFrom(Measurement value)
          Sets the value of the 'From' reference.
 void MeasurementRelationship.setTo(Measurement value)
          Sets the value of the 'To' reference.
 

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

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