org.eclipse.gmt.modisco.omg.smm
Interface DirectMeasure

All Superinterfaces:
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
 java.lang.String getOperation()
          Returns the value of the 'Operation' attribute.
 void setOperation(java.lang.String value)
          Sets the value of the 'Operation' attribute.
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.smm.DimensionalMeasure
getUnit, setUnit
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.smm.Measure
getCategory, getEquivalentFrom, getEquivalentTo, getInMeasure, getLibrary, getMeasurement, getName, getOutMeasure, getRefinement, getScope, getTrait, setLibrary, setName, setScope, setTrait
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.smm.SmmElement
getAnnotation, getAttribute, getInbound, getModel, getOutbound, setModel
 

Method Detail

getOperation

java.lang.String getOperation()
Returns the value of the 'Operation' attribute.

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

Returns:
the value of the 'Operation' attribute.
See Also:
setOperation(String), SmmPackage.getDirectMeasure_Operation()
Generated:
Model:
required="true"

setOperation

void setOperation(java.lang.String value)
Sets the value of the 'Operation' attribute.

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