Public Member Functions | |
PresentTimeObservation (Observation observationinit) | |
boolean | isUnstarted () |
boolean | isStarted () |
boolean | isStopped () |
void | startObservation () throws ObservationInIllegalStateException |
void | stopObservation () throws ObservationInIllegalStateException, ObservationsInWrongOrderException |
void | recordFly () throws ObservationInIllegalStateException, ObservationsInWrongOrderException |
void | recordHop () throws ObservationInIllegalStateException, ObservationsInWrongOrderException |
void | recordPreen () throws ObservationInIllegalStateException, ObservationsInWrongOrderException |
void | recordBillwipe () throws ObservationInIllegalStateException, ObservationsInWrongOrderException |
void | recordBoink () throws ObservationInIllegalStateException, ObservationsInWrongOrderException |
void | recordPeckRing () throws ObservationInIllegalStateException, ObservationsInWrongOrderException |
void | recordTree1 () throws ObservationInIllegalStateException, ObservationsInWrongOrderException |
void | recordTree2 () throws ObservationInIllegalStateException, ObservationsInWrongOrderException |
void | recordTree3 () throws ObservationInIllegalStateException, ObservationsInWrongOrderException |
void | recordTree4 () throws ObservationInIllegalStateException, ObservationsInWrongOrderException |
void | recordTree5 () throws ObservationInIllegalStateException, ObservationsInWrongOrderException |
void | recordWall1 () throws ObservationInIllegalStateException, ObservationsInWrongOrderException |
void | recordWall2 () throws ObservationInIllegalStateException, ObservationsInWrongOrderException |
void | recordWall3 () throws ObservationInIllegalStateException, ObservationsInWrongOrderException |
void | recordWall4 () throws ObservationInIllegalStateException, ObservationsInWrongOrderException |
void | recordFloor () throws ObservationInIllegalStateException, ObservationsInWrongOrderException |
void | recordDoorOrWindow () throws ObservationInIllegalStateException, ObservationsInWrongOrderException |
void | recordOtherLocation () throws ObservationInIllegalStateException, ObservationsInWrongOrderException |
Private Attributes | |
Observation | observation |
long | starttime |
Observation
which translates present-time observations.
tit.observation.PresentTimeObservation.PresentTimeObservation | ( | Observation | observationinit | ) |
Create a new ObservationWrapper around observationinit
.
observationinit | The Observation around which this wrapper will be created. |
boolean tit.observation.PresentTimeObservation.isUnstarted | ( | ) |
Checks whether this observation is unstarted.
true
if this observation is unstarted, false
otherwise. boolean tit.observation.PresentTimeObservation.isStarted | ( | ) |
Checks whether this observation is started.
true
if this observation is started, false
otherwise. boolean tit.observation.PresentTimeObservation.isStopped | ( | ) |
Checks whether this observation is stopped.
true
if this observation is stoppped, false
otherwise. void tit.observation.PresentTimeObservation.startObservation | ( | ) | throws ObservationInIllegalStateException |
Starts this observation.
ObservationInIllegalStateException | Can be thrown by the observation. |
void tit.observation.PresentTimeObservation.stopObservation | ( | ) | throws ObservationInIllegalStateException, ObservationsInWrongOrderException |
Stops this observation.
ObservationInIllegalStateException | Can be thrown by the observation. | |
ObservationsInWrongOrderException | Can be thrown by the observation. |
void tit.observation.PresentTimeObservation.recordFly | ( | ) | throws ObservationInIllegalStateException, ObservationsInWrongOrderException |
Records a fly.
ObservationInIllegalStateException | Can be thrown by the observation. | |
ObservationsInWrongOrderException | Can be thrown by the observation. |
void tit.observation.PresentTimeObservation.recordHop | ( | ) | throws ObservationInIllegalStateException, ObservationsInWrongOrderException |
Records a hop.
ObservationInIllegalStateException | Can be thrown by the observation. | |
ObservationsInWrongOrderException | Can be thrown by the observation. |
void tit.observation.PresentTimeObservation.recordPreen | ( | ) | throws ObservationInIllegalStateException, ObservationsInWrongOrderException |
Records a preen.
ObservationInIllegalStateException | Can be thrown by the observation. | |
ObservationsInWrongOrderException | Can be thrown by the observation. |
void tit.observation.PresentTimeObservation.recordBillwipe | ( | ) | throws ObservationInIllegalStateException, ObservationsInWrongOrderException |
Records a billwipe.
ObservationInIllegalStateException | Can be thrown by the observation. | |
ObservationsInWrongOrderException | Can be thrown by the observation. |
void tit.observation.PresentTimeObservation.recordBoink | ( | ) | throws ObservationInIllegalStateException, ObservationsInWrongOrderException |
Records a boink.
ObservationInIllegalStateException | Can be thrown by the observation. | |
ObservationsInWrongOrderException | Can be thrown by the observation. |
void tit.observation.PresentTimeObservation.recordPeckRing | ( | ) | throws ObservationInIllegalStateException, ObservationsInWrongOrderException |
Records a peckring.
ObservationInIllegalStateException | Can be thrown by the observation. | |
ObservationsInWrongOrderException | Can be thrown by the observation. |
void tit.observation.PresentTimeObservation.recordTree1 | ( | ) | throws ObservationInIllegalStateException, ObservationsInWrongOrderException |
Records a tree1.
ObservationInIllegalStateException | Can be thrown by the observation. | |
ObservationsInWrongOrderException | Can be thrown by the observation. |
void tit.observation.PresentTimeObservation.recordTree2 | ( | ) | throws ObservationInIllegalStateException, ObservationsInWrongOrderException |
Records a tree2.
ObservationInIllegalStateException | Can be thrown by the observation. | |
ObservationsInWrongOrderException | Can be thrown by the observation. |
void tit.observation.PresentTimeObservation.recordTree3 | ( | ) | throws ObservationInIllegalStateException, ObservationsInWrongOrderException |
Records a tree3.
ObservationInIllegalStateException | Can be thrown by the observation. | |
ObservationsInWrongOrderException | Can be thrown by the observation. |
void tit.observation.PresentTimeObservation.recordTree4 | ( | ) | throws ObservationInIllegalStateException, ObservationsInWrongOrderException |
Records a tree4.
ObservationInIllegalStateException | Can be thrown by the observation. | |
ObservationsInWrongOrderException | Can be thrown by the observation. |
void tit.observation.PresentTimeObservation.recordTree5 | ( | ) | throws ObservationInIllegalStateException, ObservationsInWrongOrderException |
Records a tree5.
ObservationInIllegalStateException | Can be thrown by the observation. | |
ObservationsInWrongOrderException | Can be thrown by the observation. |
void tit.observation.PresentTimeObservation.recordWall1 | ( | ) | throws ObservationInIllegalStateException, ObservationsInWrongOrderException |
Records a wall1.
ObservationInIllegalStateException | Can be thrown by the observation. | |
ObservationsInWrongOrderException | Can be thrown by the observation. |
void tit.observation.PresentTimeObservation.recordWall2 | ( | ) | throws ObservationInIllegalStateException, ObservationsInWrongOrderException |
Records a wall2.
ObservationInIllegalStateException | Can be thrown by the observation. | |
ObservationsInWrongOrderException | Can be thrown by the observation. |
void tit.observation.PresentTimeObservation.recordWall3 | ( | ) | throws ObservationInIllegalStateException, ObservationsInWrongOrderException |
Records a wall3.
ObservationInIllegalStateException | Can be thrown by the observation. | |
ObservationsInWrongOrderException | Can be thrown by the observation. |
void tit.observation.PresentTimeObservation.recordWall4 | ( | ) | throws ObservationInIllegalStateException, ObservationsInWrongOrderException |
Records a wall4.
ObservationInIllegalStateException | Can be thrown by the observation. | |
ObservationsInWrongOrderException | Can be thrown by the observation. |
void tit.observation.PresentTimeObservation.recordFloor | ( | ) | throws ObservationInIllegalStateException, ObservationsInWrongOrderException |
Records a floor.
ObservationInIllegalStateException | Can be thrown by the observation. | |
ObservationsInWrongOrderException | Can be thrown by the observation. |
void tit.observation.PresentTimeObservation.recordDoorOrWindow | ( | ) | throws ObservationInIllegalStateException, ObservationsInWrongOrderException |
Records a doororwindow.
ObservationInIllegalStateException | Can be thrown by the observation. | |
ObservationsInWrongOrderException | Can be thrown by the observation. |
void tit.observation.PresentTimeObservation.recordOtherLocation | ( | ) | throws ObservationInIllegalStateException, ObservationsInWrongOrderException |
Records a otherlocation.
ObservationInIllegalStateException | Can be thrown by the observation. | |
ObservationsInWrongOrderException | Can be thrown by the observation. |
The Observation
to which the observations will be passed through.
long tit.observation.PresentTimeObservation.starttime [private] |
The time (in ms) on which this observation is started.