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

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

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

Subinterfaces of DimensionalMeasure in org.eclipse.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.modisco.omg.smm that return DimensionalMeasure
 DimensionalMeasure SmmFactory.createDimensionalMeasure()
          Returns a new object of class 'Dimensional Measure'.
 DimensionalMeasure RescaleMeasureRelationship.getFrom()
          Returns the value of the 'From' reference.
 DimensionalMeasure Base1MeasureRelationship.getTo()
          Returns the value of the 'To' reference.
 DimensionalMeasure Base2MeasureRelationship.getTo()
          Returns the value of the 'To' reference.
 DimensionalMeasure BaseMeasureRelationship.getTo()
          Returns the value of the 'To' reference.
 DimensionalMeasure RankingMeasureRelationship.getTo()
          Returns the value of the 'To' reference.
 

Methods in org.eclipse.modisco.omg.smm with parameters of type DimensionalMeasure
 void RescaleMeasureRelationship.setFrom(DimensionalMeasure value)
          Sets the value of the 'From' reference.
 void Base1MeasureRelationship.setTo(DimensionalMeasure value)
          Sets the value of the 'To' reference.
 void Base2MeasureRelationship.setTo(DimensionalMeasure value)
          Sets the value of the 'To' reference.
 void BaseMeasureRelationship.setTo(DimensionalMeasure value)
          Sets the value of the 'To' reference.
 void RankingMeasureRelationship.setTo(DimensionalMeasure value)
          Sets the value of the 'To' reference.
 

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

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