CounterTraceCSV

class CounterTraceCSV @JvmOverloads constructor(theCounter: Counter, pathToFile: Path = theCounter.myModel.outputDirectory.outDir.resolve( theCounter.name.replace(':', '_') + "_Trace.csv"), header: Boolean = true) : ModelElementObserver

Provides the ability to trace the value of a counter during replications.

Parameters

theCounter

the counter to trace

pathToFile

the path to the file to store the trace

Constructors

Link copied to clipboard
constructor(theCounter: Counter, pathToFile: Path = theCounter.myModel.outputDirectory.outDir.resolve( theCounter.name.replace(':', '_') + "_Trace.csv"), header: Boolean = true)

Properties

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
Link copied to clipboard
Link copied to clipboard
open override val name: String