Uses of Interface
org.omg.smm.AbstractMeasureElement
| Package | Description |
|---|---|
| org.omg.smm | |
| org.omg.smm.impl | |
| org.omg.smm.util |
-
Uses of AbstractMeasureElement in org.omg.smm
Subinterfaces of AbstractMeasureElement in org.omg.smm Modifier and Type Interface Description interfaceBinaryMeasureA representation of the model object 'Binary Measure'.interfaceCharacteristicA representation of the model object 'Characteristic'.interfaceCollectiveMeasureA representation of the model object 'Collective Measure'.interfaceCountingUnitA representation of the model object 'Counting Unit'.interfaceDimensionalMeasureA representation of the model object 'Dimensional Measure'.interfaceDirectMeasureA representation of the model object 'Direct Measure'.interfaceGradeMeasureA representation of the model object 'Grade Measure'.interfaceMeasureA representation of the model object 'Measure'.interfaceMeasureCategoryA representation of the model object 'Measure Category'.interfaceNamedMeasureA representation of the model object 'Named Measure'.interfaceOCLOperationA representation of the model object 'OCL Operation'.interfaceOperationA representation of the model object 'Operation'.interfaceRankingMeasureA representation of the model object 'Ranking Measure'.interfaceRatioMeasureA representation of the model object 'Ratio Measure'.interfaceRescaledMeasureA representation of the model object 'Rescaled Measure'.interfaceScopeA representation of the model object 'Scope'.interfaceUnitOfMeasureA representation of the model object 'Unit Of Measure'.Methods in org.omg.smm that return types with arguments of type AbstractMeasureElement Modifier and Type Method Description org.eclipse.emf.common.util.EList<AbstractMeasureElement>MeasureLibrary. getMeasureElements()Returns the value of the 'Measure Elements' containment reference list.org.eclipse.emf.common.util.EList<AbstractMeasureElement>Observation. getRequestedMeasures()Returns the value of the 'Requested Measures' reference list. -
Uses of AbstractMeasureElement in org.omg.smm.impl
Classes in org.omg.smm.impl that implement AbstractMeasureElement Modifier and Type Class Description classAbstractMeasureElementImplAn implementation of the model object 'Abstract Measure Element'.classBinaryMeasureImplAn implementation of the model object 'Binary Measure'.classCharacteristicImplAn implementation of the model object 'Characteristic'.classCollectiveMeasureImplAn implementation of the model object 'Collective Measure'.classCountingUnitImplAn implementation of the model object 'Counting Unit'.classDimensionalMeasureImplAn implementation of the model object 'Dimensional Measure'.classDirectMeasureImplAn implementation of the model object 'Direct Measure'.classGradeMeasureImplAn implementation of the model object 'Grade Measure'.classMeasureCategoryImplAn implementation of the model object 'Measure Category'.classMeasureImplAn implementation of the model object 'Measure'.classNamedMeasureImplAn implementation of the model object 'Named Measure'.classOCLOperationImplAn implementation of the model object 'OCL Operation'.classOperationImplAn implementation of the model object 'Operation'.classRankingMeasureImplAn implementation of the model object 'Ranking Measure'.classRatioMeasureImplAn implementation of the model object 'Ratio Measure'.classRescaledMeasureImplAn implementation of the model object 'Rescaled Measure'.classScopeImplAn implementation of the model object 'Scope'.classUnitOfMeasureImplAn implementation of the model object 'Unit Of Measure'.Fields in org.omg.smm.impl with type parameters of type AbstractMeasureElement Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<AbstractMeasureElement>MeasureLibraryImpl. measureElementsThe cached value of the 'Measure Elements' containment reference list.protected org.eclipse.emf.common.util.EList<AbstractMeasureElement>ObservationImpl. requestedMeasuresThe cached value of the 'Requested Measures' reference list.Methods in org.omg.smm.impl that return types with arguments of type AbstractMeasureElement Modifier and Type Method Description org.eclipse.emf.common.util.EList<AbstractMeasureElement>MeasureLibraryImpl. getMeasureElements()org.eclipse.emf.common.util.EList<AbstractMeasureElement>ObservationImpl. getRequestedMeasures() -
Uses of AbstractMeasureElement in org.omg.smm.util
Methods in org.omg.smm.util with parameters of type AbstractMeasureElement Modifier and Type Method Description TSmmSwitch. caseAbstractMeasureElement(AbstractMeasureElement object)Returns the result of interpreting the object as an instance of 'Abstract Measure Element'.