PickStationReceiver

class PickStationReceiver(var stations: List<Station>, var comparator: <Error class: unknown class><Station> = StationWIPComparator()) : QObjectReceiverIfc

Picks the minimum from the list of stations based on the comparator. Causes the arriving qObject to be received at the picked station.

Constructors

Link copied to clipboard
constructor(stations: List<Station>, comparator: <Error class: unknown class><Station> = StationWIPComparator())

Properties

Link copied to clipboard
var comparator: <Error class: unknown class><Station>
Link copied to clipboard

Functions

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