CSVReplicationReport

class CSVReplicationReport(model: Model, reportName: String = model.name.replace(':', '_') + "_CSVReplicationReport", directoryPath: Path = model.outputDirectory.csvDir) : CSVReport

Represents a comma separated value file for replication data

SimName, ModelName, ExpName, RepNum, ResponseType, ResponseID, ResponseName, .. then the header from WeightedStatistic.csvStatisticHeader

Captures all Response, TWResponse variables, and Counters

Parameters

model

the model for which to create the report

reportName

the name of the report

directoryPath

the path to the directory that will contain the report

Constructors

Link copied to clipboard
constructor(model: Model, reportName: String = model.name.replace(':', '_') + "_CSVReplicationReport", directoryPath: Path = model.outputDirectory.csvDir)

Properties

Link copied to clipboard
Link copied to clipboard
open override val id: Int
Link copied to clipboard
open override var label: String?
Link copied to clipboard
Link copied to clipboard
open override val name: String
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun close()