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

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

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

Subinterfaces of Measurement 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 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 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 Measurement
 Measurement EquivalentMeasurementRelationship.getFrom()
          Returns the value of the 'From' reference.
 Measurement MeasurementRelationship.getFrom()
           
 Measurement RecursiveMeasurementRelationship.getFrom()
          Returns the value of the 'From' reference.
 Measurement RefinementMeasurementRelationship.getFrom()
          Returns the value of the 'From' reference.
 Measurement EquivalentMeasurementRelationship.getTo()
          Returns the value of the 'To' reference.
 Measurement MeasurementRelationship.getTo()
           
 Measurement RecursiveMeasurementRelationship.getTo()
          Returns the value of the 'To' reference.
 Measurement RefinementMeasurementRelationship.getTo()
          Returns the value of the 'To' reference.
 

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

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

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