ListsExporter

org.nlogo.lab.ListsExporter
class ListsExporter(modelFileName: String, initialDims: WorldDimensions, protocol: LabProtocol, out: PrintWriter, in: Format) extends Exporter

Attributes

Source
ListsExporter.scala
Graph
Supertypes
class Exporter
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def experimentAborted(): Unit

Attributes

Definition Classes
Source
ListsExporter.scala
override def experimentCompleted(): Unit

Attributes

Definition Classes
Source
ListsExporter.scala
def finish(): Unit

Attributes

Source
ListsExporter.scala

Inherited methods

Attributes

Inherited from:
ProgressListener
Source
LabInterface.scala
def measurementsTaken(w: Workspace, runNumber: Int, step: Int, values: List[AnyRef]): Unit

Attributes

Inherited from:
ProgressListener
Source
LabInterface.scala
def runCompleted(w: Workspace, runNumber: Int, steps: Int): Unit

Attributes

Inherited from:
ProgressListener
Source
LabInterface.scala
def runStarted(w: Workspace, runNumber: Int, settings: List[(String, Any)]): Unit

Attributes

Inherited from:
ProgressListener
Source
LabInterface.scala
def runtimeError(w: Workspace, runNumber: Int, t: Throwable): Unit

Attributes

Inherited from:
ProgressListener
Source
LabInterface.scala
def stepCompleted(w: Workspace, step: Int): Unit

Attributes

Inherited from:
ProgressListener
Source
LabInterface.scala

Attributes

Inherited from:
Exporter
Source
Exporter.scala

Inherited fields

val csv: CSV

Attributes

Inherited from:
Exporter
Source
Exporter.scala