org.eclipse.gmt.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
 java.lang.String getObserver()
          Returns the value of the 'Observer' attribute.
 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.gmt.modisco.omg.smm.SmmElement
getAnnotation, getAttribute, getInbound, getModel, getOutbound, setModel
 

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.gmt.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: