Inheritance diagram for tit.observation.Observable:
Public Member Functions | |
void | produceObservation (Observation observation) throws ObservationsInWrongOrderException, ObservationInIllegalStateException |
void tit.observation.Observable.produceObservation | ( | Observation | observation | ) | throws ObservationsInWrongOrderException, ObservationInIllegalStateException |
Produce an observation.
observation | The Observation -object on which the observation is produced. |
ObservationsInWrongOrderException | Can be thrown by observation . | |
ObservationInIllegalStateException | Can be thrown by observation . |
Implemented in tit.observation.ObservationRecord, and tit.observation.ObservationTableModel.