org.eclipse.modisco.omg.smm
Interface Observation

All Superinterfaces:
SmmElement

public interface Observation
extends SmmElement

A representation of the model object 'Observation'.

The following features are supported:

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

Method Summary
  getArguments()
          Returns the value of the 'Arguments' containment reference list.
  getMeasurementRelations()
          Returns the value of the 'Measurement Relations' containment reference list.
  getObservedMeasures()
          Returns the value of the 'Observed Measures' containment reference list.
 java.lang.String getObserver()
          Returns the value of the 'Observer' attribute.
  getRequestedMeasures()
          Returns the value of the 'Requested Measures' reference list.
  getScopes()
          Returns the value of the 'Scopes' containment reference list.
 java.lang.String getTool()
          Returns the value of the 'Tool' attribute.
 java.util.Date getWhenObserved()
          Returns the value of the 'When Observed' attribute.
 void setObserver(java.lang.String value)
          Sets the value of the 'Observer' attribute.
 void setTool(java.lang.String value)
          Sets the value of the 'Tool' attribute.
 void setWhenObserved(java.util.Date value)
          Sets the value of the 'When Observed' attribute.
 
Methods inherited from interface org.eclipse.modisco.omg.smm.SmmElement
getAnnotation, getAttribute, getDescription, getInbound, getName, getOutbound, getRequestedObservations, getShortDescription, setDescription, setName, setShortDescription
 

Method Detail

getObserver

java.lang.String getObserver()
Returns the value of the 'Observer' attribute.

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

Returns:
the value of the 'Observer' attribute.
See Also:
setObserver(String), SmmPackage.getObservation_Observer()
Generated:
Model:

setObserver

void setObserver(java.lang.String value)
Sets the value of the 'Observer' attribute.

Parameters:
value - the new value of the 'Observer' attribute.
See Also:
getObserver()
Generated:

getTool

java.lang.String getTool()
Returns the value of the 'Tool' attribute.

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

Returns:
the value of the 'Tool' attribute.
See Also:
setTool(String), SmmPackage.getObservation_Tool()
Generated:
Model:

setTool

void setTool(java.lang.String value)
Sets the value of the 'Tool' attribute.

Parameters:
value - the new value of the 'Tool' attribute.
See Also:
getTool()
Generated:

getWhenObserved

java.util.Date getWhenObserved()
Returns the value of the 'When Observed' attribute.

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

Returns:
the value of the 'When Observed' attribute.
See Also:
setWhenObserved(Date), SmmPackage.getObservation_WhenObserved()
Generated:
Model:
dataType="org.eclipse.modisco.omg.smm.Date"

setWhenObserved

void setWhenObserved(java.util.Date value)
Sets the value of the 'When Observed' attribute.

Parameters:
value - the new value of the 'When Observed' attribute.
See Also:
getWhenObserved()
Generated:

getScopes

 getScopes()
Returns the value of the 'Scopes' containment reference list. The list contents are of type ObservationScope.

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

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

getObservedMeasures

 getObservedMeasures()
Returns the value of the 'Observed Measures' containment reference list. The list contents are of type ObservedMeasure.

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

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

getRequestedMeasures

 getRequestedMeasures()
Returns the value of the 'Requested Measures' reference list. The list contents are of type SmmElement. It is bidirectional and its opposite is 'Requested Observations'.

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

Returns:
the value of the 'Requested Measures' reference list.
See Also:
SmmPackage.getObservation_RequestedMeasures(), SmmElement.getRequestedObservations()
Generated:
Model:
opposite="requestedObservations"

getMeasurementRelations

 getMeasurementRelations()
Returns the value of the 'Measurement Relations' containment reference list. The list contents are of type SmmRelationship.

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

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

getArguments

 getArguments()
Returns the value of the 'Arguments' containment reference list. The list contents are of type Argument.

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

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