Importer

org.nlogo.agent.Importer
class Importer(_errorHandler: ErrorHandler, _world: World, _importerUser: ImporterUser, _stringReader: StringReader) extends ImporterJ

Attributes

Source
Importer.scala
Graph
Supertypes
class ImporterJ
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def getAllVars(breeds: ListMap[String, Breed]): List[String]

Attributes

Source
Importer.scala
override def getImplicitVariables(kind: AgentKind): Array[String]

Attributes

Definition Classes
ImporterJ
Source
Importer.scala
def importPens(plot: PlotInterface, numPens: Int): Unit

Attributes

Source
Importer.scala
def importPlots(): Unit

Attributes

Source
Importer.scala

Attributes

Source
Importer.scala

Inherited methods

Attributes

Inherited from:
ImporterJ

Attributes

Inherited from:
ImporterJ
def importWorld(x$0: BufferedReader): Unit

Attributes

Inherited from:
ImporterJ
def next(): String

Attributes

Inherited from:
ImporterJ
def showError(x$0: String, x$1: String, x$2: String): Unit

Attributes

Inherited from:
ImporterJ