Uses of Interface
org.eclipse.gmt.modisco.omg.smm.Observation

Packages that use Observation
org.eclipse.gmt.modisco.omg.smm   
org.eclipse.gmt.modisco.omg.smm.util   
 

Uses of Observation in org.eclipse.gmt.modisco.omg.smm
 

Methods in org.eclipse.gmt.modisco.omg.smm that return Observation
 Observation SmmFactory.createObservation()
          Returns a new object of class 'Observation'.
 Observation Measurement.getObservation()
          Returns the value of the 'Observation' reference.
 

Methods in org.eclipse.gmt.modisco.omg.smm with parameters of type Observation
 void Measurement.setObservation(Observation value)
          Sets the value of the 'Observation' reference.
 

Uses of Observation in org.eclipse.gmt.modisco.omg.smm.util
 

Methods in org.eclipse.gmt.modisco.omg.smm.util with parameters of type Observation
 T SmmSwitch.caseObservation(Observation object)
          Returns the result of interpreting the object as an instance of 'Observation'.