SSJ  3.3.1
Stochastic Simulation in Java
Public Member Functions | Package Attributes | List of all members
QueueObs.LargeWaitsCollector Class Reference
Inheritance diagram for QueueObs.LargeWaitsCollector:
[legend]
Collaboration diagram for QueueObs.LargeWaitsCollector:
[legend]

Public Member Functions

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

Package Attributes

double threshold
 
ArrayList< Double > largeWaits = new ArrayList<Double>()
 

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.

Implements ObservationListener.


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