Response Trace
class ResponseTrace(theResponse: Response, val pathToFile: Path = theResponse.myModel.outputDirectory.outDir.resolve(
theResponse.name.replace(':', '_') + "_Trace")) : ModelElementObserver
Constructors
Link copied to clipboard
constructor(theResponse: ResponseCIfc, pathToFile: Path = (theResponse as Response).myModel.outputDirectory.outDir.resolve(
theResponse.name.replace(':', '_') + "_Trace"))
Properties
Link copied to clipboard
The maximum number of observations to collect across all replications. Once the maximum is reached no further collection occurs.
Link copied to clipboard
The maximum number of observations to trace within each replication. Once the maximum is reached no further collection occurs within the replication.
Link copied to clipboard
The maximum number of replications to include in the trace. Once the maximum is reached no further replications are traced.
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns a map that has the times and values for the provided replication repNum up to and including the time. The default value of time is Double.MAX_VALUE, which will result in all values for the replication. Element "times" holds the times that the variable changed Element "values" holds the values associated with each time change.