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

Packages that use AbstractMeasureElement
org.eclipse.modisco.omg.smm   
org.eclipse.modisco.omg.smm.util   
org.eclipse.modisco.smm.quality   
org.eclipse.modisco.smm.quality.util   
 

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

Subinterfaces of AbstractMeasureElement in org.eclipse.modisco.omg.smm
 interface BinaryMeasure
          A representation of the model object 'Binary Measure'.
 interface Characteristic
          A representation of the model object 'Characteristic'.
 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 Measure
          A representation of the model object 'Measure'.
 interface MeasureCategory
          A representation of the model object 'Measure Category'.
 interface NamedMeasure
          A representation of the model object 'Named Measure'.
 interface OCLOperation
          A representation of the model object 'OCL Operation'.
 interface Operation
          A representation of the model object 'Operation'.
 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'.
 interface Scope
          A representation of the model object 'Scope'.
 

Methods in org.eclipse.modisco.omg.smm that return AbstractMeasureElement
 AbstractMeasureElement CategoryRelationship.getTo()
          Returns the value of the 'To' reference.
 

Methods in org.eclipse.modisco.omg.smm with parameters of type AbstractMeasureElement
 void CategoryRelationship.setTo(AbstractMeasureElement value)
          Sets the value of the 'To' reference.
 

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

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

Uses of AbstractMeasureElement in org.eclipse.modisco.smm.quality
 

Subinterfaces of AbstractMeasureElement in org.eclipse.modisco.smm.quality
 interface Measurand
          A representation of the model object 'Measurand'.
 interface QualityScope
          A representation of the model object 'Quality Scope'.
 

Uses of AbstractMeasureElement in org.eclipse.modisco.smm.quality.util
 

Methods in org.eclipse.modisco.smm.quality.util with parameters of type AbstractMeasureElement
 T SmmqualitySwitch.caseAbstractMeasureElement(AbstractMeasureElement object)
          Returns the result of interpreting the object as an instance of 'Abstract Measure Element'.