Run

org.nlogo.lab.SpreadsheetExporter.Run
class Run(val settings: List[(String, Any)])

Attributes

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

Members list

Value members

Concrete methods

def addMeasurements(step: Int, values: List[AnyRef]): Unit

Attributes

Source
SpreadsheetExporter.scala
def doubles(metricNumber: Int): Seq[Double]

Attributes

Source
SpreadsheetExporter.scala
def getMeasurement(measurementNumber: Int, metricNumber: Int): AnyRef

Attributes

Source
SpreadsheetExporter.scala
def lastMeasurement(metricNumber: Int): Option[AnyRef]

Attributes

Source
SpreadsheetExporter.scala
def maxMeasurement(metricNumber: Int): Option[Double]

Attributes

Source
SpreadsheetExporter.scala
def meanMeasurement(metricNumber: Int): Option[Double]

Attributes

Source
SpreadsheetExporter.scala
def minMeasurement(metricNumber: Int): Option[Double]

Attributes

Source
SpreadsheetExporter.scala

Concrete fields

var done: Boolean

Attributes

Source
SpreadsheetExporter.scala

Attributes

Source
SpreadsheetExporter.scala
val settings: List[(String, Any)]

Attributes

Source
SpreadsheetExporter.scala
var steps: Int

Attributes

Source
SpreadsheetExporter.scala