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

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

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

Subinterfaces of BinaryMeasurement in org.eclipse.modisco.omg.smm
 interface RatioMeasurement
          A representation of the model object 'Ratio Measurement'.
 

Methods in org.eclipse.modisco.omg.smm that return BinaryMeasurement
 BinaryMeasurement SmmFactory.createBinaryMeasurement()
          Returns a new object of class 'Binary Measurement'.
 BinaryMeasurement Base1MeasurementRelationship.getFrom()
          Returns the value of the 'From' container reference.
 BinaryMeasurement Base2MeasurementRelationship.getFrom()
          Returns the value of the 'From' container reference.
 

Methods in org.eclipse.modisco.omg.smm with parameters of type BinaryMeasurement
 void Base1MeasurementRelationship.setFrom(BinaryMeasurement value)
          Sets the value of the 'From' container reference.
 void Base2MeasurementRelationship.setFrom(BinaryMeasurement value)
          Sets the value of the 'From' container reference.
 

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

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