MaxResponse

class MaxResponse(observedResponse: Response) : Response(source)

This response collects statistics across replications by observing the maximum of the supplied response.

Parameters

observedResponse

the response to be observed

Constructors

Link copied to clipboard
constructor(observedResponse: Response)
constructor(observedResponse: ResponseCIfc)

Functions

Link copied to clipboard
protected open override fun replicationEnded()

This method should be overridden by subclasses that need actions performed when the replication ends and prior to the calling of afterReplication(). It is called when each replication ends and can be used to collect data from the model element, etc.