Uses of Interface
org.omg.smm.Operation
| Package | Description |
|---|---|
| org.omg.smm | |
| org.omg.smm.impl | |
| org.omg.smm.util |
-
Uses of Operation in org.omg.smm
Methods in org.omg.smm that return Operation Modifier and Type Method Description OperationSmmFactory. createOperation()Returns a new object of class 'Operation'.OperationBinaryMeasurement. getBaseQuery()Returns the value of the 'Base Query' reference.OperationCollectiveMeasurement. getBaseQuery()Returns the value of the 'Base Query' reference.OperationGradeMeasurement. getBaseQuery()Returns the value of the 'Base Query' reference.OperationRankingMeasurement. getBaseQuery()Returns the value of the 'Base Query' reference.OperationRescaledMeasurement. getBaseQuery()Returns the value of the 'Base Query' reference.OperationScope. getBreakCondition()Returns the value of the 'Break Condition' reference.OperationCollectiveMeasure. getCustomAccumulator()Returns the value of the 'Custom Accumulator' reference.OperationBinaryMeasure. getCustomFunctor()Returns the value of the 'Custom Functor' reference.OperationMeasure. getDefaultQuery()Returns the value of the 'Default Query' reference.OperationEquivalentMeasureRelationship. getMapping()Returns the value of the 'Mapping' reference.OperationMeasureRelationship. getMeasurandQuery()Returns the value of the 'Measurand Query' reference.OperationDirectMeasure. getOperation()Returns the value of the 'Operation' reference.OperationRescaledMeasure. getOperation()Returns the value of the 'Operation' reference.OperationScope. getRecognizer()Returns the value of the 'Recognizer' reference.Methods in org.omg.smm with parameters of type Operation Modifier and Type Method Description voidBinaryMeasurement. setBaseQuery(Operation value)Sets the value of the 'Base Query' reference.voidCollectiveMeasurement. setBaseQuery(Operation value)Sets the value of the 'Base Query' reference.voidGradeMeasurement. setBaseQuery(Operation value)Sets the value of the 'Base Query' reference.voidRankingMeasurement. setBaseQuery(Operation value)Sets the value of the 'Base Query' reference.voidRescaledMeasurement. setBaseQuery(Operation value)Sets the value of the 'Base Query' reference.voidScope. setBreakCondition(Operation value)Sets the value of the 'Break Condition' reference.voidCollectiveMeasure. setCustomAccumulator(Operation value)Sets the value of the 'Custom Accumulator' reference.voidBinaryMeasure. setCustomFunctor(Operation value)Sets the value of the 'Custom Functor' reference.voidMeasure. setDefaultQuery(Operation value)Sets the value of the 'Default Query' reference.voidEquivalentMeasureRelationship. setMapping(Operation value)Sets the value of the 'Mapping' reference.voidMeasureRelationship. setMeasurandQuery(Operation value)Sets the value of the 'Measurand Query' reference.voidDirectMeasure. setOperation(Operation value)Sets the value of the 'Operation' reference.voidRescaledMeasure. setOperation(Operation value)Sets the value of the 'Operation' reference.voidScope. setRecognizer(Operation value)Sets the value of the 'Recognizer' reference. -
Uses of Operation in org.omg.smm.impl
Classes in org.omg.smm.impl that implement Operation Modifier and Type Class Description classOperationImplAn implementation of the model object 'Operation'.Fields in org.omg.smm.impl declared as Operation Modifier and Type Field Description protected OperationBinaryMeasurementImpl. baseQueryThe cached value of the 'Base Query' reference.protected OperationCollectiveMeasurementImpl. baseQueryThe cached value of the 'Base Query' reference.protected OperationGradeMeasurementImpl. baseQueryThe cached value of the 'Base Query' reference.protected OperationRankingMeasurementImpl. baseQueryThe cached value of the 'Base Query' reference.protected OperationRescaledMeasurementImpl. baseQueryThe cached value of the 'Base Query' reference.protected OperationScopeImpl. breakConditionThe cached value of the 'Break Condition' reference.protected OperationCollectiveMeasureImpl. customAccumulatorThe cached value of the 'Custom Accumulator' reference.protected OperationBinaryMeasureImpl. customFunctorThe cached value of the 'Custom Functor' reference.protected OperationMeasureImpl. defaultQueryThe cached value of the 'Default Query' reference.protected OperationEquivalentMeasureRelationshipImpl. mappingThe cached value of the 'Mapping' reference.protected OperationMeasureRelationshipImpl. measurandQueryThe cached value of the 'Measurand Query' reference.protected OperationDirectMeasureImpl. operationThe cached value of the 'Operation' reference.protected OperationRescaledMeasureImpl. operationThe cached value of the 'Operation' reference.protected OperationScopeImpl. recognizerThe cached value of the 'Recognizer' reference.Methods in org.omg.smm.impl that return Operation Modifier and Type Method Description OperationBinaryMeasurementImpl. basicGetBaseQuery()OperationCollectiveMeasurementImpl. basicGetBaseQuery()OperationGradeMeasurementImpl. basicGetBaseQuery()OperationRankingMeasurementImpl. basicGetBaseQuery()OperationRescaledMeasurementImpl. basicGetBaseQuery()OperationScopeImpl. basicGetBreakCondition()OperationCollectiveMeasureImpl. basicGetCustomAccumulator()OperationBinaryMeasureImpl. basicGetCustomFunctor()OperationMeasureImpl. basicGetDefaultQuery()OperationEquivalentMeasureRelationshipImpl. basicGetMapping()OperationMeasureRelationshipImpl. basicGetMeasurandQuery()OperationDirectMeasureImpl. basicGetOperation()OperationRescaledMeasureImpl. basicGetOperation()OperationScopeImpl. basicGetRecognizer()OperationSmmFactoryImpl. createOperation()OperationBinaryMeasurementImpl. getBaseQuery()OperationCollectiveMeasurementImpl. getBaseQuery()OperationGradeMeasurementImpl. getBaseQuery()OperationRankingMeasurementImpl. getBaseQuery()OperationRescaledMeasurementImpl. getBaseQuery()OperationScopeImpl. getBreakCondition()OperationCollectiveMeasureImpl. getCustomAccumulator()OperationBinaryMeasureImpl. getCustomFunctor()OperationMeasureImpl. getDefaultQuery()OperationEquivalentMeasureRelationshipImpl. getMapping()OperationMeasureRelationshipImpl. getMeasurandQuery()OperationDirectMeasureImpl. getOperation()OperationRescaledMeasureImpl. getOperation()OperationScopeImpl. getRecognizer()Methods in org.omg.smm.impl with parameters of type Operation Modifier and Type Method Description voidBinaryMeasurementImpl. setBaseQuery(Operation newBaseQuery)voidCollectiveMeasurementImpl. setBaseQuery(Operation newBaseQuery)voidGradeMeasurementImpl. setBaseQuery(Operation newBaseQuery)voidRankingMeasurementImpl. setBaseQuery(Operation newBaseQuery)voidRescaledMeasurementImpl. setBaseQuery(Operation newBaseQuery)voidScopeImpl. setBreakCondition(Operation newBreakCondition)voidCollectiveMeasureImpl. setCustomAccumulator(Operation newCustomAccumulator)voidBinaryMeasureImpl. setCustomFunctor(Operation newCustomFunctor)voidMeasureImpl. setDefaultQuery(Operation newDefaultQuery)voidEquivalentMeasureRelationshipImpl. setMapping(Operation newMapping)voidMeasureRelationshipImpl. setMeasurandQuery(Operation newMeasurandQuery)voidDirectMeasureImpl. setOperation(Operation newOperation)voidRescaledMeasureImpl. setOperation(Operation newOperation)voidScopeImpl. setRecognizer(Operation newRecognizer) -
Uses of Operation in org.omg.smm.util
Methods in org.omg.smm.util with parameters of type Operation Modifier and Type Method Description TSmmSwitch. caseOperation(Operation object)Returns the result of interpreting the object as an instance of 'Operation'.