AcrossReplicationHalfWidthChecker

class AcrossReplicationHalfWidthChecker @JvmOverloads constructor(response: ResponseCIfc, desiredHalfWidth: Double = 1.0, name: String? = null) : ModelElementObserver

This class will stop the simulation when the desired half-width criterion is met for the supplied response variable.

Parameters

response

the response to observe

desiredHalfWidth

the desired half-width. It must be positive.

name

an optional name

Constructors

Link copied to clipboard
constructor(response: ResponseCIfc, desiredHalfWidth: Double = 1.0, name: String? = null)

Properties

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