TWBatchStatisticObserver

inner class TWBatchStatisticObserver(tw: TWResponse, minNumBatches: Int = BatchStatistic.MIN_NUM_BATCHES, minBatchSize: Int = BatchStatistic.MIN_NUM_OBS_PER_BATCH, maxNBMultiple: Int = BatchStatistic.MAX_BATCH_MULTIPLE, name: String? = null) : BatchStatisticObserver(source)

Constructors

Link copied to clipboard
constructor(tw: TWResponse, minNumBatches: Int = BatchStatistic.MIN_NUM_BATCHES, minBatchSize: Int = BatchStatistic.MIN_NUM_OBS_PER_BATCH, maxNBMultiple: Int = BatchStatistic.MAX_BATCH_MULTIPLE, name: String? = null)

Properties

Link copied to clipboard

Returns the observed TimeWeighted

Functions

Link copied to clipboard
protected open override fun beforeReplication(modelElement: ModelElement)
Link copied to clipboard
protected open override fun update(modelElement: ModelElement)
Link copied to clipboard
protected open override fun warmUp(modelElement: ModelElement)