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

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

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

Subinterfaces of Measure 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 DimensionalMeasure
          A representation of the model object 'Dimensional Measure'.
 interface DirectMeasure
          A representation of the model object 'Direct Measure'.
 interface NamedMeasure
          A representation of the model object 'Named Measure'.
 interface Ranking
          A representation of the model object 'Ranking'.
 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 Measure
 Measure EquivalentMeasureRelationship.getFrom()
          Returns the value of the 'From' reference.
 Measure MeasureRelationship.getFrom()
           
 Measure RecursiveMeasureRelationship.getFrom()
          Returns the value of the 'From' reference.
 Measure RefinementMeasureRelationship.getFrom()
          Returns the value of the 'From' reference.
 Measure ObservedMeasure.getMeasure()
          Returns the value of the 'Measure' reference.
 Measure EquivalentMeasureRelationship.getTo()
          Returns the value of the 'To' reference.
 Measure MeasureRelationship.getTo()
           
 Measure RecursiveMeasureRelationship.getTo()
          Returns the value of the 'To' reference.
 Measure RefinementMeasureRelationship.getTo()
          Returns the value of the 'To' reference.
 

Methods in org.eclipse.modisco.omg.smm with parameters of type Measure
 void EquivalentMeasureRelationship.setFrom(Measure value)
          Sets the value of the 'From' reference.
 void RecursiveMeasureRelationship.setFrom(Measure value)
          Sets the value of the 'From' reference.
 void RefinementMeasureRelationship.setFrom(Measure value)
          Sets the value of the 'From' reference.
 void ObservedMeasure.setMeasure(Measure value)
          Sets the value of the 'Measure' reference.
 void EquivalentMeasureRelationship.setTo(Measure value)
          Sets the value of the 'To' reference.
 void RecursiveMeasureRelationship.setTo(Measure value)
          Sets the value of the 'To' reference.
 void RefinementMeasureRelationship.setTo(Measure value)
          Sets the value of the 'To' reference.
 

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

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