org.eclipse.modisco.omg.smm
Interface ObservedMeasure

All Superinterfaces:
SmmElement, SmmRelationship

public interface ObservedMeasure
extends SmmRelationship

A representation of the model object 'Observed Measure'.

The following features are supported:

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

Method Summary
 Measure getMeasure()
          Returns the value of the 'Measure' reference.
  getMeasurements()
          Returns the value of the 'Measurements' containment reference list.
  getMeasureRefimentsObservedMeasures()
           
 void setMeasure(Measure value)
          Sets the value of the 'Measure' reference.
 
Methods inherited from interface org.eclipse.modisco.omg.smm.SmmRelationship
getFrom, getTo
 
Methods inherited from interface org.eclipse.modisco.omg.smm.SmmElement
getAnnotation, getAttribute, getDescription, getInbound, getName, getOutbound, getRequestedObservations, getShortDescription, setDescription, setName, setShortDescription
 

Method Detail

getMeasure

Measure getMeasure()
Returns the value of the 'Measure' reference.

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.getObservedMeasure_Measure()
Generated:
Model:
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:

getMeasurements

 getMeasurements()
Returns the value of the 'Measurements' containment reference list. The list contents are of type Measurement.

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

Returns:
the value of the 'Measurements' containment reference list.
See Also:
SmmPackage.getObservedMeasure_Measurements()
Generated:
Model:
containment="true"

getMeasureRefimentsObservedMeasures

 getMeasureRefimentsObservedMeasures()

Generated:
Model:
kind="operation"