Queueing Network Model Builder
constructor(spec: QueueingNetworkSpec, predicates: Map<String, QObjectPredicate> = emptyMap(), childFactories: Map<String, ChildFactoryIfc> = emptyMap(), childCounts: Map<String, ChildCountIfc> = emptyMap(), markings: Map<String, MarkingHookIfc> = emptyMap())(source)
Parameters
spec
the network specification to build
predicates
hooks for RoutingSpec.ByCondition cases; unknown names fail loudly
child Factories
hooks for ForkStationSpec.childFactory names
child Counts
hooks for ForkStationSpec.childCount names