org.eclipse.modisco.omg.smm
Interface DirectMeasure

All Superinterfaces:
AbstractMeasureElement, DimensionalMeasure, Measure, SmmElement
All Known Subinterfaces:
Counting

public interface DirectMeasure
extends DimensionalMeasure

A representation of the model object 'Direct Measure'.

The following features are supported:

See Also:
SmmPackage.getDirectMeasure()
Generated:
Model:

Method Summary
 Operation getOperation()
          Returns the value of the 'Operation' reference.
 void setOperation(Operation value)
          Sets the value of the 'Operation' reference.
 
Methods inherited from interface org.eclipse.modisco.omg.smm.DimensionalMeasure
getBaseMeasure1From, getBaseMeasure2From, getBaseMeasureFrom, getRankingFrom, getRescaleTo, getUnit, setRescaleTo, setUnit
 
Methods inherited from interface org.eclipse.modisco.omg.smm.Measure
getAllArguments, getArguments, getCategory, getDefaultQuery, getEquivalentFrom, getEquivalentTo, getMeasureLabelFormat, getMeasurementLabelFormat, getMeasureRelationships, getRecursiveFrom, getRecursiveTo, getRefinementFrom, getRefinementTo, getScope, getTrait, isVisible, setDefaultQuery, setMeasureLabelFormat, setMeasurementLabelFormat, setRecursiveFrom, setRecursiveTo, setScope, setTrait, setVisible
 
Methods inherited from interface org.eclipse.modisco.omg.smm.AbstractMeasureElement
getInCategory
 
Methods inherited from interface org.eclipse.modisco.omg.smm.SmmElement
getAnnotation, getAttribute, getDescription, getInbound, getName, getOutbound, getRequestedObservations, getShortDescription, setDescription, setName, setShortDescription
 

Method Detail

getOperation

Operation getOperation()
Returns the value of the 'Operation' reference.

If the meaning of the 'Operation' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Operation' reference.
See Also:
setOperation(Operation), SmmPackage.getDirectMeasure_Operation()
Generated:
Model:

setOperation

void setOperation(Operation value)
Sets the value of the 'Operation' reference.

Parameters:
value - the new value of the 'Operation' reference.
See Also:
getOperation()
Generated: