Uses of Interface
org.omg.smm.Measure
| Package | Description |
|---|---|
| org.omg.smm | |
| org.omg.smm.impl | |
| org.omg.smm.util |
-
Uses of Measure in org.omg.smm
Subinterfaces of Measure in org.omg.smm Modifier and Type Interface Description interfaceBinaryMeasureA representation of the model object 'Binary Measure'.interfaceCollectiveMeasureA representation of the model object 'Collective Measure'.interfaceDimensionalMeasureA representation of the model object 'Dimensional Measure'.interfaceDirectMeasureA representation of the model object 'Direct Measure'.interfaceGradeMeasureA representation of the model object 'Grade Measure'.interfaceNamedMeasureA representation of the model object 'Named Measure'.interfaceRankingMeasureA representation of the model object 'Ranking Measure'.interfaceRatioMeasureA representation of the model object 'Ratio Measure'.interfaceRescaledMeasureA representation of the model object 'Rescaled Measure'.Methods in org.omg.smm that return Measure Modifier and Type Method Description MeasureObservedMeasure. getMeasure()Returns the value of the 'Measure' reference.Methods in org.omg.smm that return types with arguments of type Measure Modifier and Type Method Description org.eclipse.emf.common.util.EList<Measure>MeasureCategory. getCategoryMeasure()Returns the value of the 'Category Measure' reference list.Methods in org.omg.smm with parameters of type Measure Modifier and Type Method Description voidObservedMeasure. setMeasure(Measure value)Sets the value of the 'Measure' reference. -
Uses of Measure in org.omg.smm.impl
Classes in org.omg.smm.impl that implement Measure Modifier and Type Class Description classBinaryMeasureImplAn implementation of the model object 'Binary Measure'.classCollectiveMeasureImplAn implementation of the model object 'Collective Measure'.classDimensionalMeasureImplAn implementation of the model object 'Dimensional Measure'.classDirectMeasureImplAn implementation of the model object 'Direct Measure'.classGradeMeasureImplAn implementation of the model object 'Grade Measure'.classMeasureImplAn implementation of the model object 'Measure'.classNamedMeasureImplAn implementation of the model object 'Named Measure'.classRankingMeasureImplAn implementation of the model object 'Ranking Measure'.classRatioMeasureImplAn implementation of the model object 'Ratio Measure'.classRescaledMeasureImplAn implementation of the model object 'Rescaled Measure'.Fields in org.omg.smm.impl declared as Measure Modifier and Type Field Description protected MeasureObservedMeasureImpl. measureThe cached value of the 'Measure' reference.Fields in org.omg.smm.impl with type parameters of type Measure Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<Measure>MeasureCategoryImpl. categoryMeasureThe cached value of the 'Category Measure' reference list.Methods in org.omg.smm.impl that return Measure Modifier and Type Method Description MeasureObservedMeasureImpl. basicGetMeasure()MeasureObservedMeasureImpl. getMeasure()Methods in org.omg.smm.impl that return types with arguments of type Measure Modifier and Type Method Description org.eclipse.emf.common.util.EList<Measure>MeasureCategoryImpl. getCategoryMeasure()Methods in org.omg.smm.impl with parameters of type Measure Modifier and Type Method Description voidObservedMeasureImpl. setMeasure(Measure newMeasure) -
Uses of Measure in org.omg.smm.util
Methods in org.omg.smm.util with parameters of type Measure Modifier and Type Method Description TSmmSwitch. caseMeasure(Measure object)Returns the result of interpreting the object as an instance of 'Measure'.