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
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

Attributes

Source
LabProtocol.scala

Deprecated types

Attributes

Deprecated
[Since version use AnyRefSettingsIterator instead] 6.0.2
Source
LabProtocol.scala

Value members

Concrete methods

def countRuns: Int

Attributes

Source
LabProtocol.scala

Deprecated methods

Attributes

Deprecated
[Since version use refElements instead] 6.0.2
Source
LabProtocol.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

Attributes

Source
LabProtocol.scala