Process Station
constructor(parent: ModelElement, activity: suspend KSLProcessBuilder.(ModelElement.QObject) -> Unit, nextReceiver: QObjectReceiverIfc = NotImplementedReceiver, name: String? = null)(source)
Parameters
parent
the model element serving as this station's parent (typically the network)
activity
the process to run for each instance; receives the instance
next Receiver
where instances are sent after their process completes
name
the name of the station