builderFor

fun builderFor(modelIdentifier: String): ModelBuilderIfc(source)

Returns the ModelBuilderIfc for the model with the given identifier. Distinct from provideModel: this returns the factory, not a built model. Used by callers such as ParallelDesignedExperiment that must build the same model many times.

Throws

if modelIdentifier is not provided


fun builderFor(bundleId: String, modelId: String): ModelBuilderIfc(source)

Returns the ModelBuilderIfc for the model identified by the unambiguous (bundleId, modelId) pair. Distinct from provideModel: this returns the factory, not a built model.

Throws

if no bundle in this provider has bundleId, or if the named bundle has no model with modelId