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
Members list
In this article