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

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

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

Subinterfaces of DimensionalMeasure in org.eclipse.gmt.modisco.omg.smm
 interface BinaryMeasure
          A representation of the model object 'Binary Measure'.
 interface CollectiveMeasure
          A representation of the model object 'Collective Measure'.
 interface Counting
          A representation of the model object 'Counting'.
 interface DirectMeasure
          A representation of the model object 'Direct Measure'.
 interface NamedMeasure
          A representation of the model object 'Named Measure'.
 interface RatioMeasure
          A representation of the model object 'Ratio Measure'.
 interface RescaledMeasure
          A representation of the model object 'Rescaled Measure'.
 

Methods in org.eclipse.gmt.modisco.omg.smm that return DimensionalMeasure
 DimensionalMeasure SmmFactory.createDimensionalMeasure()
          Returns a new object of class 'Dimensional Measure'.
 DimensionalMeasure CollectiveMeasure.getBaseMeasure()
          Returns the value of the 'Base Measure' reference.
 DimensionalMeasure BinaryMeasure.getBaseMeasure1()
          Returns the value of the 'Base Measure1' reference.
 DimensionalMeasure BinaryMeasure.getBaseMeasure2()
          Returns the value of the 'Base Measure2' reference.
 

Methods in org.eclipse.gmt.modisco.omg.smm with parameters of type DimensionalMeasure
 void CollectiveMeasure.setBaseMeasure(DimensionalMeasure value)
          Sets the value of the 'Base Measure' reference.
 void BinaryMeasure.setBaseMeasure1(DimensionalMeasure value)
          Sets the value of the 'Base Measure1' reference.
 void BinaryMeasure.setBaseMeasure2(DimensionalMeasure value)
          Sets the value of the 'Base Measure2' reference.
 

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

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