ResponseTraceCSV

class ResponseTraceCSV @JvmOverloads constructor(theResponse: Response, val pathToFile: Path = theResponse.myModel.outputDirectory.csvDir.resolve( theResponse.name.replace(':', '_') + "_Trace.csv"), header: Boolean = true) : ModelElementObserver

Provides the ability to trace the values of a response during replications.

Parameters

theResponse

the response to trace

pathToFile

the path to the file to store the trace

Constructors

Link copied to clipboard
constructor(theResponse: ResponseCIfc, pathToFile: Path = (theResponse as Response).myModel.outputDirectory.csvDir.resolve( theResponse.name.replace(':', '_') + "_Trace.csv"), header: Boolean = true)
constructor(theResponse: Response, pathToFile: Path = theResponse.myModel.outputDirectory.csvDir.resolve( theResponse.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
Link copied to clipboard