builder For
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
Returns the ModelBuilderIfc for the model identified by the unambiguous (bundleId, modelId) pair. Distinct from provideModel: this returns the factory, not a built model.