SSJ  3.3.1
Stochastic Simulation in Java
Public Member Functions | List of all members
ObservationListener Interface Reference

Represents an object that can listen to observations broadcast by statistical probes. More...

Inheritance diagram for ObservationListener:
[legend]

Public Member Functions

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

Detailed Description

Represents an object that can listen to observations broadcast by statistical probes.

Member Function Documentation

◆ newObservation()

void newObservation ( StatProbe  probe,
double  x 
)

Receives the new observation x broadcast by probe.

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

Implemented in QueueObs.LargeWaitsCollector, and QueueObs.ObservationTrace.


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