initializeBuilder

fun initializeBuilder(modelBuilderClassName: String)(source)

Initializes the builder so that model building can occur. This function must be called before the first time build() is called.

Parameters

modelBuilderClassName

the fully qualified name within the JAR file that implements the ModelBuilderIfc interface and will serve as the builder.