ReplicationDataCollector

constructor(model: Model, addAll: Boolean = false, autoAttach: Boolean = true)

Parameters

model

the model that has the responses, must not be null

addAll

if true then ALL currently defined response variables and counters within the

autoAttach

causes the collector to automatically be attached as an observer to the model when created. The default is true. If not attached automatically, then the startObserving() function needs to be called before running the model. model will be automatically added to the data collector. The default is false.