MatchStationSpec

@Serializable
data class MatchStationSpec(val name: String, val numInputs: Int, val keyByType: Boolean = false, val routing: RoutingSpec? = null)(source)

An assembly/synchronization station joining one instance from each input. Route to a specific input with the target syntax "name#index". With keyByType true, instances are matched by their type id; otherwise any one from each input is matched.

Constructors

Link copied to clipboard
constructor(name: String, numInputs: Int, keyByType: Boolean = false, routing: RoutingSpec? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard