Packages

c

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]] = Nil, runsCompleted: Int = 0, runOptions: LabRunOptions = null) extends Product with Serializable

Source
LabProtocol.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LabProtocol
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new 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]] = Nil, runsCompleted: Int = 0, runOptions: LabRunOptions = null)

Type Members

  1. type AnyRefSettingsIterator = Iterator[List[(String, AnyRef)]]
  2. type SettingsIterator = Iterator[List[(String, Any)]]
    Annotations
    @deprecated
    Deprecated

    (Since version use AnyRefSettingsIterator instead) 6.0.2

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  6. val constants: List[RefValueSet]
  7. def countRuns: Int
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. val exitCondition: String
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  11. val goCommands: String
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. val metrics: List[String]
  14. val name: String
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  18. val postExperimentCommands: String
  19. val postRunCommands: String
  20. val preExperimentCommands: String
  21. def refElements: AnyRefSettingsIterator
  22. val repetitions: Int
  23. val runMetricsCondition: String
  24. val runMetricsEveryStep: Boolean
  25. val runOptions: LabRunOptions
  26. val runsCompleted: Int
  27. val sequentialRunOrder: Boolean
  28. val setupCommands: String
  29. val subExperiments: List[List[RefValueSet]]
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. val timeLimit: Int
  32. val valueSets: List[List[RefValueSet]]
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def elements: SettingsIterator
    Annotations
    @deprecated
    Deprecated

    (Since version use refElements instead) 6.0.2

  2. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped