MatchStation

constructor(parent: ModelElement, numInputs: Int, keyExtractor: (ModelElement.QObject) -> Any? = null, nextReceiver: QObjectReceiverIfc = NotImplementedReceiver, name: String? = null)(source)

Parameters

parent

the model element serving as this station's parent

numInputs

the number of inputs to synchronize (>= 2)

keyExtractor

optional key for keyed matching; null matches one from each input

nextReceiver

where combined instances are sent

name

the name of the station