Abstract Value Members
-
def
addJobFromJobThread
(job: Job): Unit
-
-
def
attachModelDir
(filePath: String): String
-
def
autoConvert
(source: String, subprogram: Boolean, reporter: Boolean, modelVersion: String): String
-
def
auxRNG
: MersenneTwisterFast
-
def
behaviorSpaceRunNumber
(n: Int): Unit
-
def
behaviorSpaceRunNumber
(): Int
-
def
breathe
(): Unit
-
def
changeLanguage
(): Unit
-
def
changeTopology
(wrapX: Boolean, wrapY: Boolean): Unit
-
def
checkCommandSyntax
(source: String): Unit
-
def
checkReporterSyntax
(source: String): Unit
-
def
clearAll
(): Unit
-
def
clearDrawing
(): Unit
-
def
clearLastLogoException
(): Unit
-
def
clearOutput
(): Unit
-
def
clearTicks
(): Unit
-
def
compileCommands
(source: String, agentClass: java.lang.Class[_ <: org.nlogo.agent.Agent]): Procedure
-
def
compileCommands
(source: String): Procedure
-
def
compileForRun
(source: String, context: Context, reporter: Boolean): Procedure
-
def
compileReporter
(source: String): Procedure
-
-
def
completedActivations
(): WeakHashMap[Activation, Boolean]
-
def
convertToNormal
(): String
-
def
currentPlot
(plot: String): Unit
-
def
deleteLogFiles
(): Unit
-
def
dispose
(): Unit
-
def
evaluateCommands
(owner: JobOwner, source: String, agents: AgentSet, waitForCompletion: Boolean): Unit
-
def
evaluateCommands
(owner: JobOwner, source: String, agent: Agent, waitForCompletion: Boolean): Unit
-
def
evaluateCommands
(owner: JobOwner, source: String, waitForCompletion: Boolean): Unit
-
def
evaluateCommands
(owner: JobOwner, source: String): Unit
-
def
evaluateReporter
(owner: JobOwner, source: String, agents: AgentSet): AnyRef
-
def
evaluateReporter
(owner: JobOwner, source: String, agent: Agent): AnyRef
-
def
evaluateReporter
(owner: JobOwner, source: String): AnyRef
-
def
exportAllPlots
(path: String): Unit
-
def
exportDrawing
(path: String, format: String): Unit
-
def
exportInterface
(path: String): Unit
-
def
exportOutput
(path: String): Unit
-
def
exportPlot
(plotName: String, path: String): Unit
-
def
exportView
(): BufferedImage
-
def
exportView
(path: String, format: String): Unit
-
def
exportWorld
(writer: PrintWriter): Unit
-
def
exportWorld
(path: String): Unit
-
-
def
findProcedurePositions
(source: String): Map[String, List[AnyRef]]
-
def
getAndCreateDrawing
(): BufferedImage
-
-
-
def
getIsApplet
(): Boolean
-
def
getModelDir
(): String
-
def
getModelFileName
(): String
-
def
getModelPath
(): String
-
def
getPlot
(plot: String): PlotInterface
-
def
getProcedures
(): Map[String, Procedure]
-
def
getTokenAtPosition
(source: String, position: Int): Token
-
def
importDrawing
(path: String): Unit
-
def
importExtensionData
(name: String, data: List[Array[String]], handler: ImportErrorHandler): Unit
-
def
importWorld
(path: String): Unit
-
def
importWorld
(reader: Reader): Unit
-
def
inspectAgent
(agentClass: java.lang.Class[_ <: org.nlogo.agent.Agent], agent: Agent, radius: Double): Unit
-
def
inspectAgent
(agent: Agent, radius: Double): Unit
-
def
isConstant
(s: String): Boolean
-
def
isExtensionName
(name: String): Boolean
-
def
isHeadless
(): Boolean
-
def
isReporter
(s: String): Boolean
-
def
isValidIdentifier
(s: String): Boolean
-
def
joinForeverButtons
(agent: Agent): Unit
-
-
def
lastRunTimes
(): WeakHashMap[Job, WeakHashMap[Agent, WeakHashMap[Command, MutableLong]]]
-
def
magicOpen
(name: String): Unit
-
def
mainRNG
: MersenneTwisterFast
-
def
open
(modelPath: String): Unit
-
def
openIndex
(): Unit
-
def
openNext
(): Unit
-
def
openPrevious
(): Unit
-
def
openString
(modelContents: String): Unit
-
def
outputObject
(object: Any, owner: Any, addNewline: Boolean, readable: Boolean, destination: OutputDestination): Unit
-
def
ownerFinished
(owner: JobOwner): Unit
-
def
patchSize
(): Double
-
def
patchSize
(patchSize: Double): Unit
-
def
periodicUpdate
(): Unit
-
def
plotManager
(): AnyRef
-
def
previewCommands
(): String
-
def
profilingEnabled
(): Boolean
-
def
profilingTracer
(): Tracer
-
def
readFromString
(s: String): AnyRef
-
def
readNumberFromString
(source: String): AnyRef
-
def
requestDisplayUpdate
(force: Boolean): Unit
-
def
resetTicks
(c: Context): Unit
-
def
resizeView
(): Unit
-
def
runCompiledCommands
(owner: JobOwner, procedure: Procedure): Boolean
-
def
runCompiledReporter
(owner: JobOwner, procedure: Procedure): AnyRef
-
def
runtimeError
(owner: JobOwner, context: Context, instruction: Instruction, ex: Exception): Unit
-
def
setDimensions
(dim: WorldDimensions, patchSize: Double): Unit
-
def
setDimensions
(dim: WorldDimensions): Unit
-
def
setModelPath
(path: String): Unit
-
def
setOutputAreaContents
(text: String): Unit
-
def
setProcedures
(procedures: Map[String, Procedure]): Unit
-
def
setupPlots
(c: Context): Unit
-
def
startLogging
(properties: String): Unit
-
def
tick
(c: Context, originalInstruction: Instruction): Unit
-
def
tokenizeForColorization
(source: String): Array[Token]
-
def
updateDisplay
(haveWorldLockAlready: Boolean): Unit
-
def
updatePlots
(c: Context): Unit
-
-
def
waitForQueuedEvents
(): Unit
-
def
waitForResult
[T]
(runnable: ReporterRunnable[T]): T
-
def
world
(): World
-
def
zipLogFiles
(filename: String): Unit
Concrete Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any