| Package | Description |
|---|---|
| org.eclipse.modisco.omg.smm | |
| org.eclipse.modisco.omg.smm.util |
| Modifier and Type | Method and Description |
|---|---|
Operation |
SmmFactory.createOperation()
Returns a new object of class 'Operation'.
|
Operation |
Scope.getBreakCondition()
Returns the value of the 'Break Condition' 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 |
Scope.getRecognizerQuery()
Returns the value of the 'Recognizer Query' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Scope.setBreakCondition(Operation value)
Sets the value of the '
Break Condition' 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 |
Scope.setRecognizerQuery(Operation value)
Sets the value of the '
Recognizer Query' reference. |
| Modifier and Type | Method and Description |
|---|---|
T |
SmmSwitch.caseOperation(Operation object)
Returns the result of interpreting the object as an instance of 'Operation'.
|