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

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

public interface Measurement
extends SmmElement

A representation of the model object 'Measurement'.

The following features are supported:

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

Method Summary
 java.lang.String getError()
          Returns the value of the 'Error' attribute.
  getInMeasurement()
          Returns the value of the 'In Measurement' reference list.
 Measure getMeasure()
          Returns the value of the 'Measure' reference.
 Observation getObservation()
          Returns the value of the 'Observation' reference.
  getOutMeasurement()
          Returns the value of the 'Out Measurement' reference list.
 void setError(java.lang.String value)
          Sets the value of the 'Error' attribute.
 void setMeasure(Measure value)
          Sets the value of the 'Measure' reference.
 void setObservation(Observation value)
          Sets the value of the 'Observation' reference.
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.smm.SmmElement
getAnnotation, getAttribute, getInbound, getModel, getOutbound, setModel
 

Method Detail

getMeasure

Measure getMeasure()
Returns the value of the 'Measure' reference. It is bidirectional and its opposite is 'Measurement'.

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

Returns:
the value of the 'Measure' reference.
See Also:
setMeasure(Measure), SmmPackage.getMeasurement_Measure(), Measure.getMeasurement()
Generated:
Model:
opposite="measurement" required="true"

setMeasure

void setMeasure(Measure value)
Sets the value of the 'Measure' reference.

Parameters:
value - the new value of the 'Measure' reference.
See Also:
getMeasure()
Generated:

getObservation

Observation getObservation()
Returns the value of the 'Observation' reference.

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

Returns:
the value of the 'Observation' reference.
See Also:
setObservation(Observation), SmmPackage.getMeasurement_Observation()
Generated:
Model:
required="true"

setObservation

void setObservation(Observation value)
Sets the value of the 'Observation' reference.

Parameters:
value - the new value of the 'Observation' reference.
See Also:
getObservation()
Generated:

getError

java.lang.String getError()
Returns the value of the 'Error' attribute.

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

Returns:
the value of the 'Error' attribute.
See Also:
setError(String), SmmPackage.getMeasurement_Error()
Generated:
Model:

setError

void setError(java.lang.String value)
Sets the value of the 'Error' attribute.

Parameters:
value - the new value of the 'Error' attribute.
See Also:
getError()
Generated:

getOutMeasurement

 getOutMeasurement()
Returns the value of the 'Out Measurement' reference list. The list contents are of type MeasurementRelationship. It is bidirectional and its opposite is 'From'.

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

Returns:
the value of the 'Out Measurement' reference list.
See Also:
SmmPackage.getMeasurement_OutMeasurement(), MeasurementRelationship.getFrom()
Generated:
Model:
opposite="from"

getInMeasurement

 getInMeasurement()
Returns the value of the 'In Measurement' reference list. The list contents are of type MeasurementRelationship. It is bidirectional and its opposite is 'To'.

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

Returns:
the value of the 'In Measurement' reference list.
See Also:
SmmPackage.getMeasurement_InMeasurement(), MeasurementRelationship.getTo()
Generated:
Model:
opposite="to"