public interface Observation extends SmmElement
The following features are supported:
SmmPackage.getObservation()| Modifier and Type | Method and Description |
|---|---|
|
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. |
getAnnotation, getAttribute, getDescription, getInbound, getName, getOutbound, getRequestedObservations, getShortDescription, setDescription, setName, setShortDescriptionjava.lang.String getObserver()
If the meaning of the 'Observer' attribute isn't clear, there really should be more of a description here...
setObserver(String),
SmmPackage.getObservation_Observer()void setObserver(java.lang.String value)
Observer' attribute.
value - the new value of the 'Observer' attribute.getObserver()java.lang.String getTool()
If the meaning of the 'Tool' attribute isn't clear, there really should be more of a description here...
setTool(String),
SmmPackage.getObservation_Tool()void setTool(java.lang.String value)
Tool' attribute.
value - the new value of the 'Tool' attribute.getTool()java.util.Date getWhenObserved()
If the meaning of the 'When Observed' attribute isn't clear, there really should be more of a description here...
setWhenObserved(Date),
SmmPackage.getObservation_WhenObserved()void setWhenObserved(java.util.Date value)
When Observed' attribute.
value - the new value of the 'When Observed' attribute.getWhenObserved()getScopes()
ObservationScope.
If the meaning of the 'Scopes' containment reference list isn't clear, there really should be more of a description here...
SmmPackage.getObservation_Scopes()getObservedMeasures()
ObservedMeasure.
If the meaning of the 'Observed Measures' containment reference list isn't clear, there really should be more of a description here...
SmmPackage.getObservation_ObservedMeasures()getRequestedMeasures()
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...
SmmPackage.getObservation_RequestedMeasures(),
SmmElement.getRequestedObservations()getMeasurementRelations()
SmmRelationship.
If the meaning of the 'Measurement Relations' containment reference list isn't clear, there really should be more of a description here...
SmmPackage.getObservation_MeasurementRelations()getArguments()
Argument.
If the meaning of the 'Arguments' containment reference list isn't clear, there really should be more of a description here...
SmmPackage.getObservation_Arguments()