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

All Superinterfaces:
Measurement, SmmElement
All Known Subinterfaces:
AggregatedMeasurement, CollectiveMeasurement, Count, DirectMeasurement, NamedMeasurement, ReScaledMeasurement

public interface DimensionalMeasurement
extends Measurement

A representation of the model object 'Dimensional Measurement'.

The following features are supported:

See Also:
SmmPackage.getDimensionalMeasurement()
Generated:
Model:
abstract="true"

Method Summary
 double getValue()
          Returns the value of the 'Value' attribute.
 void setValue(double value)
          Sets the value of the 'Value' attribute.
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.smm.Measurement
getError, getInMeasurement, getMeasure, getObservation, getOutMeasurement, setError, setMeasure, setObservation
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.smm.SmmElement
getAnnotation, getAttribute, getInbound, getModel, getOutbound, setModel
 

Method Detail

getValue

double getValue()
Returns the value of the 'Value' attribute.

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

Returns:
the value of the 'Value' attribute.
See Also:
setValue(double), SmmPackage.getDimensionalMeasurement_Value()
Generated:
Model:

setValue

void setValue(double value)
Sets the value of the 'Value' attribute.

Parameters:
value - the new value of the 'Value' attribute.
See Also:
getValue()
Generated: