LabProtocol
org.nlogo.api.LabProtocol
case class LabProtocol(name: String, preExperimentCommands: String, setupCommands: String, goCommands: String, postRunCommands: String, postExperimentCommands: String, repetitions: Int, sequentialRunOrder: Boolean, runMetricsEveryStep: Boolean, runMetricsCondition: String, timeLimit: Int, exitCondition: String, metrics: List[String], constants: List[RefValueSet], subExperiments: List[List[RefValueSet]], runsCompleted: Int, runOptions: LabRunOptions)
Attributes
- Source
- LabProtocol.scala
- Graph
-
- Supertypes
Members list
In this article