Functions
Link copied to clipboard
Builds from a JSON network description with no hooks.
Builds from a JSON network description with a named-hook predicate registry.
Link copied to clipboard
Builds from a TOML network description with no hooks.
Builds from a TOML network description with a named-hook predicate registry.
fun fromToml(text: String, predicates: Map<String, QObjectPredicate>, childFactories: Map<String, ChildFactoryIfc>, childCounts: Map<String, ChildCountIfc>): QueueingNetworkModelBuilder
Builds from a TOML network description with all hook registries.