Match Station
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
num Inputs
the number of inputs to synchronize (>= 2)
key Extractor
optional key for keyed matching; null matches one from each input
next Receiver
where combined instances are sent
name
the name of the station