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

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

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

Subinterfaces of BinaryMeasure in org.eclipse.modisco.omg.smm
 interface RatioMeasure
          A representation of the model object 'Ratio Measure'.
 

Methods in org.eclipse.modisco.omg.smm that return BinaryMeasure
 BinaryMeasure SmmFactory.createBinaryMeasure()
          Returns a new object of class 'Binary Measure'.
 BinaryMeasure Base1MeasureRelationship.getFrom()
          Returns the value of the 'From' reference.
 BinaryMeasure Base2MeasureRelationship.getFrom()
          Returns the value of the 'From' reference.
 

Methods in org.eclipse.modisco.omg.smm with parameters of type BinaryMeasure
 void Base1MeasureRelationship.setFrom(BinaryMeasure value)
          Sets the value of the 'From' reference.
 void Base2MeasureRelationship.setFrom(BinaryMeasure value)
          Sets the value of the 'From' reference.
 

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

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