Uses of Interface
org.eclipse.modisco.omg.smm.Operation

Packages that use Operation
org.eclipse.modisco.omg.smm   
org.eclipse.modisco.omg.smm.util   
 

Uses of Operation in org.eclipse.modisco.omg.smm
 

Methods in org.eclipse.modisco.omg.smm that return Operation
 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.
 

Methods in org.eclipse.modisco.omg.smm with parameters of type Operation
 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.
 

Uses of Operation in org.eclipse.modisco.omg.smm.util
 

Methods in org.eclipse.modisco.omg.smm.util with parameters of type Operation
 T SmmSwitch.caseOperation(Operation object)
          Returns the result of interpreting the object as an instance of 'Operation'.