DisposalStation

open class DisposalStation(parent: ModelElement, myNumInSystem: TWResponse? = null, name: String? = null) : ModelElement, QObjectReceiverIfc(source)

Can be used to capture the total number disposed through this station and the total time in the system at this dispose. The optionally supplied number in the system response will be decremented by 1 if supplied.

Constructors

Link copied to clipboard
constructor(parent: ModelElement, myNumInSystem: TWResponse? = null, name: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun receive(arrivingQObject: ModelElement.QObject)