SpreadsheetExporter

org.nlogo.lab.SpreadsheetExporter
class SpreadsheetExporter(modelFileName: String, initialDims: WorldDimensions, protocol: LabProtocol, out: PrintWriter, partialData: PartialData) extends Exporter

Attributes

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

Members list

Type members

Classlikes

class Run(val settings: List[(String, Any)])

Attributes

Source
SpreadsheetExporter.scala
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

override def experimentAborted(): Unit

Attributes

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

Attributes

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

Attributes

Source
SpreadsheetExporter.scala
def foreachRun(fn: (Run, Int) => Option[Any]): Unit

Attributes

Source
SpreadsheetExporter.scala
override def measurementsTaken(w: Workspace, runNumber: Int, step: Int, values: List[AnyRef]): Unit

Attributes

Definition Classes
Source
SpreadsheetExporter.scala
override def runCompleted(w: Workspace, runNumber: Int, steps: Int): Unit

Attributes

Definition Classes
Source
SpreadsheetExporter.scala

Attributes

Source
SpreadsheetExporter.scala
override def runStarted(w: Workspace, runNumber: Int, settings: List[(String, Any)]): Unit

Attributes

Definition Classes
Source
SpreadsheetExporter.scala

Attributes

Source
SpreadsheetExporter.scala

Attributes

Source
SpreadsheetExporter.scala

Inherited methods

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

Concrete fields

val runs: HashMap[Int, Run]

Attributes

Source
SpreadsheetExporter.scala

Inherited fields

val csv: CSV

Attributes

Inherited from:
Exporter
Source
Exporter.scala