WelchDataFileCollector

class WelchDataFileCollector(pathToDirectory: Path, statisticType: StatisticType, name: String, batchSize: Double) : AbstractWelchDataCollector(source)

Constructors

Link copied to clipboard
constructor(pathToDirectory: Path, statisticType: StatisticType, name: String, batchSize: Double)

Properties

Link copied to clipboard

The file made for the raw data

Link copied to clipboard

The directory for the files

Link copied to clipboard

The base file name for the files

Link copied to clipboard

The file handle for the meta-data file. The meta-data file contains the number of replications as the first line, and the number of observations in each of the replications as the subsequent lines

Functions

Link copied to clipboard
open override fun cleanUpCollector()

Should be executed once after all replications have been observed

Link copied to clipboard
open override fun collect(time: Double, value: Double)
Link copied to clipboard

Makes a WelchDataFileAnalyzer based on the file in this collector

Link copied to clipboard
open override fun toString(): String