TimeSeriesResponse

constructor(parent: ModelElement, periodLength: Double, numPeriods: Int, response: ResponseCIfc, acrossRepStatisticsOption: Boolean = false, name: String? = null)
constructor(parent: ModelElement, periodLength: Double, numPeriods: Int, counter: CounterCIfc, acrossRepStatisticsOption: Boolean = false, name: String? = null)
constructor(parent: ModelElement, periodLength: Double, numPeriods: Int, response: ResponseCIfc, counter: CounterCIfc, acrossRepStatisticsOption: Boolean = false, name: String? = null)


constructor(parent: ModelElement, periodLength: Double, numPeriods: Int, responses: Set<ResponseCIfc> = emptySet(), counters: Set<CounterCIfc> = emptySet(), acrossRepStatisticsOption: Boolean = false, name: String? = null)

Parameters

parent

the parent model element for the time series response.

periodLength

the length of time for the period. This must be greater than zero.

responses

A set of responses to observe for each period. This set may be empty only if the counters set is not empty.

counters

A set of counters to observe for each period. This set may be empty only if the responses set is not empty.

acrossRepStatisticsOption

This option indicates that within memory statistics will be defined to collect statistics across the periods for each replication. This will result in statistics for each period for each response. The default is false.

name

the name of the model element