StatsExporter

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

Attributes

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

Members list

Type members

Types

type Data = HashMap[List[Any], DataPerStep]

Attributes

Source
StatsExporter.scala

Attributes

Source
StatsExporter.scala

Value members

Concrete methods

override def experimentAborted(): Unit

Attributes

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

Attributes

Definition Classes
Source
StatsExporter.scala

Attributes

Source
StatsExporter.scala

Attributes

Source
StatsExporter.scala
def extractFromTable(fileName: String): Data

Attributes

Source
StatsExporter.scala
def process(): Unit

Attributes

Source
StatsExporter.scala
def writeTableRow(params: List[Any], stats: List[Any], step: Int): Unit

Attributes

Source
StatsExporter.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

Concrete fields

Attributes

Source
StatsExporter.scala

Attributes

Source
StatsExporter.scala

Attributes

Source
StatsExporter.scala

Inherited fields

val csv: CSV

Attributes

Inherited from:
Exporter
Source
Exporter.scala