Abstract Value Members
-
-
def
breathe
(): Unit
-
def
changeLanguage
(): Unit
-
def
changeTopology
(wrapX: Boolean, wrapY: Boolean): Unit
-
def
clearDrawing
(): Unit
-
def
clearOutput
(): Unit
-
-
def
compilerTestingMode
(): Boolean
-
def
deleteLogFiles
(): Unit
-
def
exportDrawing
(path: String, format: String): Unit
-
def
exportDrawingToCSV
(writer: PrintWriter): Unit
-
def
exportInterface
(path: String): Unit
-
def
exportOutput
(path: String): Unit
-
def
exportOutputAreaToCSV
(writer: PrintWriter): Unit
-
def
exportView
(): BufferedImage
-
def
exportView
(path: String, format: String): Unit
-
def
getAndCreateDrawing
(): BufferedImage
-
def
importDrawing
(file: File): Unit
-
def
importerErrorHandler
(): ErrorHandler
-
def
inspectAgent
(agentClass: java.lang.Class[_ <: org.nlogo.agent.Agent], agent: Agent, radius: Double): Unit
-
def
inspectAgent
(agent: Agent, radius: Double): Unit
-
def
isHeadless
(): Boolean
-
def
magicOpen
(name: String): Unit
-
def
open
(path: String): Unit
-
def
openIndex
(): Unit
-
def
openNext
(): Unit
-
def
openPrevious
(): Unit
-
def
openString
(modelContents: String): Unit
-
def
ownerFinished
(owner: JobOwner): Unit
-
def
patchSize
(): Double
-
def
patchSize
(patchSize: Double): Unit
-
def
periodicUpdate
(): Unit
-
def
requestDisplayUpdate
(force: Boolean): Unit
-
def
resizeView
(): Unit
-
def
runtimeError
(owner: JobOwner, context: Context, instruction: Instruction, ex: Exception): Unit
-
def
sendOutput
(oo: OutputObject, toOutputArea: Boolean): Unit
-
def
setDimensions
(dim: WorldDimensions, patchSize: Double): Unit
-
def
setDimensions
(dim: WorldDimensions): Unit
-
def
startLogging
(properties: String): Unit
-
def
updateDisplay
(haveWorldLockAlready: Boolean): Unit
-
-
def
waitForQueuedEvents
(): Unit
-
def
waitForResult
[T]
(runnable: ReporterRunnable[T]): T
-
def
writeGraphicsData
(writer: PrintWriter): Unit
-
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
addJobFromJobThread
(job: Job): Unit
-
def
asInstanceOf
[T0]
: T0
-
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
checkCommandSyntax
(source: String): Unit
-
def
checkReporterSyntax
(source: String): Unit
-
def
clearAll
(): Unit
-
def
clearLastLogoException
(): Unit
-
def
clearTicks
(): Unit
-
def
clone
(): AnyRef
-
def
compileCommands
(source: String, agentClass: 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
dispose
(): Unit
-
def
doImport
(importer: FileImporter): Unit
-
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
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
(filename: String): Unit
-
def
exportBehaviors
(filename: String, experimentName: String, includeHeader: Boolean): File
-
def
exportInterfaceGlobals
(writer: PrintWriter): Unit
-
def
exportPlot
(plotName: String, filename: String): Unit
-
def
exportPlotsToCSV
(writer: PrintWriter): Unit
-
def
exportWorld
(writer: PrintWriter): Unit
-
def
exportWorld
(filename: String): Unit
-
-
def
finalize
(): Unit
-
def
findProcedurePositions
(source: String): Map[String, List[AnyRef]]
-
def
forceSaveAs
(): Boolean
-
def
getClass
(): java.lang.Class[_]
-
-
-
def
getIsApplet
(): Boolean
-
def
getModelDir
(): String
-
def
getModelFileName
(): String
-
def
getModelPath
(): String
-
def
getModelType
(): ModelType
-
def
getPlot
(plot: String): PlotInterface
-
def
getProcedures
(): Map[String, Procedure]
-
-
def
getSource
(filename: String): String
-
def
getTokenAtPosition
(s: String, pos: Int): Token
-
def
guessExportName
(defaultName: String): String
-
def
halt
(): Unit
-
def
hashCode
(): Int
-
def
hubNetRunning
(hubNetRunning: Boolean): Unit
-
def
hubNetRunning
(): Boolean
-
-
def
importDrawing
(filename: String): Unit
-
def
importExtensionData
(name: String, data: List[Array[String]], handler: ImportErrorHandler): Unit
-
def
importWorld
(reader: Reader): Unit
-
def
importWorld
(filename: String): Unit
-
def
init
(): Unit
-
def
isConstant
(s: String): Boolean
-
def
isExtensionName
(name: String): Boolean
-
def
isInstanceOf
[T0]
: Boolean
-
def
isReporter
(s: String): Boolean
-
def
isValidIdentifier
(s: String): Boolean
-
def
joinForeverButtons
(agent: Agent): Unit
-
-
def
lastLogoException_=
(e: LogoException): Unit
-
def
lastRunTimes
(): WeakHashMap[Job, WeakHashMap[Agent, WeakHashMap[Command, MutableLong]]]
-
def
loadWorld
(strings: Array[String], version: String, worldInterface: WorldLoaderInterface): Unit
-
def
mainRNG
(): MersenneTwisterFast
-
def
makeCommandThunk
(source: String, jobOwnerName: String): CommandLogoThunk
-
def
makeReporterThunk
(source: String, jobOwnerName: String): ReporterLogoThunk
-
def
modelNameForDisplay
(): String
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
outputObject
(object: Any, owner: Any, addNewline: Boolean, readable: Boolean, destination: OutputDestination): Unit
-
val
plotManager
: PlotManager
-
var
previewCommands
: String
-
def
profilingEnabled
(): Boolean
-
def
profilingTracer
(): Tracer
-
def
readFromString
(string: String): AnyRef
-
def
readNumberFromString
(source: String): AnyRef
-
def
resetTicks
(context: Context): Unit
-
def
runCompiledCommands
(owner: JobOwner, procedure: Procedure): Boolean
-
def
runCompiledReporter
(owner: JobOwner, procedure: Procedure): AnyRef
-
def
setModelPath
(modelPath: String): Unit
-
def
setModelType
(modelType: ModelType): Unit
-
def
setOutputAreaContents
(text: String): Unit
-
def
setProcedures
(procedures: Map[String, Procedure]): Unit
-
def
setProfilingTracer
(tracer: Tracer): Unit
-
def
setupPlots
(c: Context): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
tick
(context: Context, originalInstruction: Instruction): Unit
-
def
toString
(): String
-
def
tokenizeForColorization
(s: String): Array[Token]
-
def
updateMode
(updateMode: UpdateMode): Unit
-
-
def
updatePlots
(c: Context): Unit
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
warningMessage
(message: String): Boolean
-
def
world
(): World
Inherited from AnyRef
Inherited from Any