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

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

Public Member Functions

void newArrayOfObservations (ListOfStatProbes<?> listOfProbes, double[] x)
 Receives the new array of observations x broadcast by the list of statistical probes listOfProbes. More...
 

Detailed Description

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

Member Function Documentation

◆ newArrayOfObservations()

void newArrayOfObservations ( ListOfStatProbes<?>  listOfProbes,
double []  x 
)

Receives the new array of observations x broadcast by the list of statistical probes listOfProbes.

Parameters
listOfProbesthe list of statistical probes broadcasting the observation.
xthe array of observations being broadcast.

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