SSJ API Documentation
Stochastic Simulation in Java
Loading...
Searching...
No Matches
tutorial.QueueObs.ObservationTrace Class Reference
Inheritance diagram for tutorial.QueueObs.ObservationTrace:
umontreal.ssj.stat.ObservationListener

Public Member Functions

void newObservation (StatProbe probe, double x)
 Receives the new observation x broadcast by probe.

Detailed Description

Definition at line 44 of file QueueObs.java.

Member Function Documentation

◆ newObservation()

void tutorial.QueueObs.ObservationTrace.newObservation ( StatProbe probe,
double x )

Receives the new observation x broadcast by probe.

Parameters
probethe statistical probe broadcasting the observation.
xthe observation being broadcast.

Implements umontreal.ssj.stat.ObservationListener.

Definition at line 51 of file QueueObs.java.


The documentation for this class was generated from the following file: