Exporting

org.nlogo.workspace.Exporting

Attributes

Source
Exporting.scala
Graph
Supertypes
trait ModelTracker
trait Plotting
class Object
trait Matchable
class Any
Known subtypes
Self type
AbstractWorkspace

Members list

Value members

Abstract methods

def exportDrawingToCSV(writer: PrintWriter): Unit

Attributes

Source
Exporting.scala
def exportOutputAreaToCSV(writer: PrintWriter): Unit

Attributes

Source
Exporting.scala

Concrete methods

def exportAllPlots(filename: String): Unit

Attributes

Source
Exporting.scala
def exportInterfaceGlobals(writer: PrintWriter): Unit

Attributes

Source
Exporting.scala
def exportPlot(plotName: String, filename: String): Unit

Attributes

Source
Exporting.scala
def exportPlotsToCSV(writer: PrintWriter): Unit

Attributes

Source
Exporting.scala
def exportWorld(filename: String): Unit

Attributes

Source
Exporting.scala
def exportWorld(writer: PrintWriter): Unit

Attributes

Source
Exporting.scala

Inherited methods

instantly converts the current model to ModelTypeJ.NORMAL. This is used by the __edit command to enable quick saving of library models. It shouldn't be used anywhere else.

instantly converts the current model to ModelTypeJ.NORMAL. This is used by the __edit command to enable quick saving of library models. It shouldn't be used anywhere else.

Attributes

Inherited from:
ModelTracker
Source
ModelTracker.scala
def currentPlot(plot: String): Unit

Attributes

Inherited from:
Plotting
Source
Plotting.scala

whether the user needs to enter a new filename to save this model. We need to do a "save as" if the model is new, from the models library, or converted.

whether the user needs to enter a new filename to save this model. We need to do a "save as" if the model is new, from the models library, or converted.

Basically, only normal models can get silently saved.

Attributes

Inherited from:
ModelTracker
Source
ModelTracker.scala

returns the full path to the directory from which the current model was loaded. May be null if, for example, this is a new model.

returns the full path to the directory from which the current model was loaded. May be null if, for example, this is a new model.

Attributes

Inherited from:
ModelTracker
Source
ModelTracker.scala

returns the name of the file from which the current model was loaded. May be null if, for example, this is a new model.

returns the name of the file from which the current model was loaded. May be null if, for example, this is a new model.

Attributes

Inherited from:
ModelTracker
Source
ModelTracker.scala

Attributes

Inherited from:
ModelTracker
Source
ModelTracker.scala

returns the full pathname of the currently loaded model, if any. This may return null in some cases, for instance if this is a new model.

returns the full pathname of the currently loaded model, if any. This may return null in some cases, for instance if this is a new model.

Attributes

Inherited from:
ModelTracker
Source
ModelTracker.scala

Attributes

Inherited from:
ModelTracker
Source
ModelTracker.scala

Attributes

Inherited from:
Plotting
Source
Plotting.scala

Attributes

Inherited from:
ModelTracker
Source
ModelTracker.scala

Attributes

Inherited from:
ModelTracker
Source
ModelTracker.scala
def setModelPath(modelPath: String): Unit

Attributes

Inherited from:
ModelTracker
Source
ModelTracker.scala

Attributes

Inherited from:
ModelTracker
Source
ModelTracker.scala
def setupPlots(c: Context): Unit

Attributes

Inherited from:
Plotting
Source
Plotting.scala
def updatePlots(c: Context): Unit

Attributes

Inherited from:
Plotting
Source
Plotting.scala

Inherited and Abstract methods

Attributes

Inherited from:
ModelTracker
Source
ModelTracker.scala

Inherited fields

name of the currently loaded model. Will be null if this is a new (unsaved) model. To get a version for display to the user, see modelNameForDisplay(). This is NOT a full path name, however, it does end in ".nlogo".

name of the currently loaded model. Will be null if this is a new (unsaved) model. To get a version for display to the user, see modelNameForDisplay(). This is NOT a full path name, however, it does end in ".nlogo".

Attributes

Inherited from:
ModelTracker
Source
ModelTracker.scala

Attributes

Inherited from:
ModelTracker
Source
ModelTracker.scala

Attributes

Inherited from:
Plotting
Source
Plotting.scala
val plotRNG: MersenneTwisterFast

Attributes

Inherited from:
Plotting
Source
Plotting.scala

Attributes

Inherited from:
Plotting
Source
Plotting.scala