ByJar

@Serializable
@SerialName(value = "byJar")
data class ByJar(val jarPath: String, val builderClassName: String? = null) : ModelReference(source)

References a model whose ksl.simulation.ModelBuilderIfc is loaded from a JAR file via ksl.utilities.io.JARModelBuilder.

Constructors

Link copied to clipboard
constructor(jarPath: String, builderClassName: String? = null)

Properties

Link copied to clipboard

fully qualified name of the ksl.simulation.ModelBuilderIfc class inside the JAR; null → the first implementing class found in the JAR is used (see ksl.utilities.io.JARModelBuilder)

Link copied to clipboard

file-system path to the JAR; resolved at run time