ExperimentStarted

@Serializable
@SerialName(value = "ExperimentStarted")
data class ExperimentStarted(val simTime: Double, val experimentName: String, val numberOfReplications: Int) : AnimationEvent(source)

The experiment (a set of replications) has begun.

Constructors

Link copied to clipboard
constructor(simTime: Double, experimentName: String, numberOfReplications: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val simTime: Double