Public Member Functions | |
| void | newObservation (StatProbe probe, double x) |
| Receives the new observation x broadcast by probe. | |
Definition at line 44 of file QueueObs.java.
| void tutorial.QueueObs.ObservationTrace.newObservation | ( | StatProbe | probe, |
| double | x ) |
Receives the new observation x broadcast by probe.
| probe | the statistical probe broadcasting the observation. |
| x | the observation being broadcast. |
Implements umontreal.ssj.stat.ObservationListener.
Definition at line 51 of file QueueObs.java.