ByProviderId

@Serializable
@SerialName(value = "byProviderId")
data class ByProviderId(val providerId: String) : ModelReference(source)

References a model registered in a ksl.simulation.ModelProviderIfc by its identifier string. The provider itself must be supplied at run time via RunConfiguration.buildModel.

Constructors

Link copied to clipboard
constructor(providerId: String)

Properties

Link copied to clipboard