Settings

org.nlogo.nvm.LabInterface.Settings
case class Settings(modelPath: String, protocolName: Option[String], externalXMLFile: Option[File], tableWriter: Option[PrintWriter], spreadsheetWriter: Option[PrintWriter], statsWriter: Option[(PrintWriter, String)], listsWriter: Option[(PrintWriter, String)], dims: Option[WorldDimensions], threads: Int, suppressErrors: Boolean, updatePlots: Boolean)

Attributes

Source
LabInterface.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product