| Package | Description |
|---|---|
| org.omg.smm | |
| org.omg.smm.impl | |
| org.omg.smm.util |
| Modifier and Type | Method and Description |
|---|---|
Operation |
SmmFactory.createOperation()
Returns a new object of class 'Operation'.
|
Operation |
RankingMeasurement.getBaseQuery()
Returns the value of the 'Base Query' reference.
|
Operation |
RescaledMeasurement.getBaseQuery()
Returns the value of the 'Base Query' reference.
|
Operation |
CollectiveMeasurement.getBaseQuery()
Returns the value of the 'Base Query' reference.
|
Operation |
GradeMeasurement.getBaseQuery()
Returns the value of the 'Base Query' reference.
|
Operation |
BinaryMeasurement.getBaseQuery()
Returns the value of the 'Base Query' reference.
|
Operation |
Scope.getBreakCondition()
Returns the value of the 'Break Condition' reference.
|
Operation |
CollectiveMeasure.getCustomAccumulator()
Returns the value of the 'Custom Accumulator' reference.
|
Operation |
BinaryMeasure.getCustomFunctor()
Returns the value of the 'Custom Functor' reference.
|
Operation |
Measure.getDefaultQuery()
Returns the value of the 'Default Query' reference.
|
Operation |
EquivalentMeasureRelationship.getMapping()
Returns the value of the 'Mapping' reference.
|
Operation |
MeasureRelationship.getMeasurandQuery()
Returns the value of the 'Measurand Query' reference.
|
Operation |
DirectMeasure.getOperation()
Returns the value of the 'Operation' reference.
|
Operation |
RescaledMeasure.getOperation()
Returns the value of the 'Operation' reference.
|
Operation |
Scope.getRecognizer()
Returns the value of the 'Recognizer' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RankingMeasurement.setBaseQuery(Operation value)
Sets the value of the '
Base Query' reference. |
void |
RescaledMeasurement.setBaseQuery(Operation value)
Sets the value of the '
Base Query' reference. |
void |
CollectiveMeasurement.setBaseQuery(Operation value)
Sets the value of the '
Base Query' reference. |
void |
GradeMeasurement.setBaseQuery(Operation value)
Sets the value of the '
Base Query' reference. |
void |
BinaryMeasurement.setBaseQuery(Operation value)
Sets the value of the '
Base Query' reference. |
void |
Scope.setBreakCondition(Operation value)
Sets the value of the '
Break Condition' reference. |
void |
CollectiveMeasure.setCustomAccumulator(Operation value)
Sets the value of the '
Custom Accumulator' reference. |
void |
BinaryMeasure.setCustomFunctor(Operation value)
Sets the value of the '
Custom Functor' reference. |
void |
Measure.setDefaultQuery(Operation value)
Sets the value of the '
Default Query' reference. |
void |
EquivalentMeasureRelationship.setMapping(Operation value)
Sets the value of the '
Mapping' reference. |
void |
MeasureRelationship.setMeasurandQuery(Operation value)
Sets the value of the '
Measurand Query' reference. |
void |
DirectMeasure.setOperation(Operation value)
Sets the value of the '
Operation' reference. |
void |
RescaledMeasure.setOperation(Operation value)
Sets the value of the '
Operation' reference. |
void |
Scope.setRecognizer(Operation value)
Sets the value of the '
Recognizer' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
OperationImpl
An implementation of the model object 'Operation'.
|
| Modifier and Type | Field and Description |
|---|---|
protected Operation |
GradeMeasurementImpl.baseQuery
The cached value of the '
Base Query' reference. |
protected Operation |
BinaryMeasurementImpl.baseQuery
The cached value of the '
Base Query' reference. |
protected Operation |
RankingMeasurementImpl.baseQuery
The cached value of the '
Base Query' reference. |
protected Operation |
CollectiveMeasurementImpl.baseQuery
The cached value of the '
Base Query' reference. |
protected Operation |
RescaledMeasurementImpl.baseQuery
The cached value of the '
Base Query' reference. |
protected Operation |
ScopeImpl.breakCondition
The cached value of the '
Break Condition' reference. |
protected Operation |
CollectiveMeasureImpl.customAccumulator
The cached value of the '
Custom Accumulator' reference. |
protected Operation |
BinaryMeasureImpl.customFunctor
The cached value of the '
Custom Functor' reference. |
protected Operation |
MeasureImpl.defaultQuery
The cached value of the '
Default Query' reference. |
protected Operation |
EquivalentMeasureRelationshipImpl.mapping
The cached value of the '
Mapping' reference. |
protected Operation |
MeasureRelationshipImpl.measurandQuery
The cached value of the '
Measurand Query' reference. |
protected Operation |
DirectMeasureImpl.operation
The cached value of the '
Operation' reference. |
protected Operation |
RescaledMeasureImpl.operation
The cached value of the '
Operation' reference. |
protected Operation |
ScopeImpl.recognizer
The cached value of the '
Recognizer' reference. |
| Modifier and Type | Method and Description |
|---|---|
Operation |
GradeMeasurementImpl.basicGetBaseQuery() |
Operation |
BinaryMeasurementImpl.basicGetBaseQuery() |
Operation |
RankingMeasurementImpl.basicGetBaseQuery() |
Operation |
CollectiveMeasurementImpl.basicGetBaseQuery() |
Operation |
RescaledMeasurementImpl.basicGetBaseQuery() |
Operation |
ScopeImpl.basicGetBreakCondition() |
Operation |
CollectiveMeasureImpl.basicGetCustomAccumulator() |
Operation |
BinaryMeasureImpl.basicGetCustomFunctor() |
Operation |
MeasureImpl.basicGetDefaultQuery() |
Operation |
EquivalentMeasureRelationshipImpl.basicGetMapping() |
Operation |
MeasureRelationshipImpl.basicGetMeasurandQuery() |
Operation |
DirectMeasureImpl.basicGetOperation() |
Operation |
RescaledMeasureImpl.basicGetOperation() |
Operation |
ScopeImpl.basicGetRecognizer() |
Operation |
SmmFactoryImpl.createOperation() |
Operation |
GradeMeasurementImpl.getBaseQuery() |
Operation |
BinaryMeasurementImpl.getBaseQuery() |
Operation |
RankingMeasurementImpl.getBaseQuery() |
Operation |
CollectiveMeasurementImpl.getBaseQuery() |
Operation |
RescaledMeasurementImpl.getBaseQuery() |
Operation |
ScopeImpl.getBreakCondition() |
Operation |
CollectiveMeasureImpl.getCustomAccumulator() |
Operation |
BinaryMeasureImpl.getCustomFunctor() |
Operation |
MeasureImpl.getDefaultQuery() |
Operation |
EquivalentMeasureRelationshipImpl.getMapping() |
Operation |
MeasureRelationshipImpl.getMeasurandQuery() |
Operation |
DirectMeasureImpl.getOperation() |
Operation |
RescaledMeasureImpl.getOperation() |
Operation |
ScopeImpl.getRecognizer() |
| Modifier and Type | Method and Description |
|---|---|
void |
GradeMeasurementImpl.setBaseQuery(Operation newBaseQuery) |
void |
BinaryMeasurementImpl.setBaseQuery(Operation newBaseQuery) |
void |
RankingMeasurementImpl.setBaseQuery(Operation newBaseQuery) |
void |
CollectiveMeasurementImpl.setBaseQuery(Operation newBaseQuery) |
void |
RescaledMeasurementImpl.setBaseQuery(Operation newBaseQuery) |
void |
ScopeImpl.setBreakCondition(Operation newBreakCondition) |
void |
CollectiveMeasureImpl.setCustomAccumulator(Operation newCustomAccumulator) |
void |
BinaryMeasureImpl.setCustomFunctor(Operation newCustomFunctor) |
void |
MeasureImpl.setDefaultQuery(Operation newDefaultQuery) |
void |
EquivalentMeasureRelationshipImpl.setMapping(Operation newMapping) |
void |
MeasureRelationshipImpl.setMeasurandQuery(Operation newMeasurandQuery) |
void |
DirectMeasureImpl.setOperation(Operation newOperation) |
void |
RescaledMeasureImpl.setOperation(Operation newOperation) |
void |
ScopeImpl.setRecognizer(Operation newRecognizer) |
| Modifier and Type | Method and Description |
|---|---|
T |
SmmSwitch.caseOperation(Operation object)
Returns the result of interpreting the object as an instance of 'Operation'.
|
Copyright © 2018–2020 Atlanmod. All rights reserved.