class HeadlessWorkspace extends AbstractWorkspaceScala with Controllable with WorldLoaderInterface with ViewSettings

The primary class for headless (no GUI) operation of NetLogo.

You may create more than one HeadlessWorkspace object. Multiple instances can operate separately and independently. (Behind the scenes, this is supported by creating a separate thread for each instance.)

When you are done using a HeadlessWorkspace, you should call its dispose() method. This will shut down the thread associated with the workspace and allow resources to be freed.

See the "Controlling" section of the NetLogo User Manual for example code.

Don't try to use the constructor yourself; use HeadlessWorkspace.newInstance instead.

Source
HeadlessWorkspace.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HeadlessWorkspace
  2. WorldLoaderInterface
  3. Controllable
  4. AbstractWorkspaceScala
  5. Exporting
  6. Plotting
  7. ExtendableWorkspaceMethods
  8. HubNetManager
  9. Components
  10. Traceable
  11. BehaviorSpaceInformation
  12. Compiling
  13. Procedures
  14. ModelTracker
  15. Evaluating
  16. Checksums
  17. Benchmarking
  18. APIConformant
  19. AbstractWorkspace
  20. HubNetWorkspaceInterface
  21. CompilerServices
  22. LogoThunkFactory
  23. LoggingWorkspace
  24. ExtendableWorkspace
  25. EditorWorkspace
  26. Workspace
  27. JobManagerOwner
  28. Workspace
  29. Controllable
  30. ViewSettings
  31. RandomServices
  32. LiteralParser
  33. ImporterUser
  34. WorldResizer
  35. AnyRef
  36. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HeadlessWorkspace(_world: World with CompilationManagement, compiler: PresentationCompilerInterface, renderer: RendererInterface, aggregateManager: AggregateManagerInterface, hubNetManagerFactory: HubNetManagerFactory)

Value Members

  1. val _behaviorSpaceExperimentName: String
    Definition Classes
    BehaviorSpaceInformation
  2. val _behaviorSpaceRunNumber: Int
    Definition Classes
    BehaviorSpaceInformation
  3. val _modelFileName: String

    name of the currently loaded model.

    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".

    Definition Classes
    ModelTracker
  4. def addComponent[A <: AnyRef](componentClass: Class[A], component: A): Unit
    Definition Classes
    Components
  5. def addCustomShapes(filename: String): Unit
    Definition Classes
    Workspace
    Annotations
    @throws( classOf[IOException] )
  6. def addJobFromJobThread(job: Job): Unit
    Definition Classes
    AbstractWorkspaceWorkspace
  7. def addLifecycle[A <: AnyRef](lifecycle: ComponentLifecycle[A]): Unit
    Definition Classes
    Components
  8. val aggregateManager: AggregateManagerInterface
    Definition Classes
    HeadlessWorkspaceAbstractWorkspace
  9. def attachModelDir(filePath: String): String

    attaches the current model directory to a relative path, if necessary.

    attaches the current model directory to a relative path, if necessary. If filePath is an absolute path, this method simply returns it. If it's a relative path, then the current model directory is prepended to it. If this is a new model, the user's platform-dependent home directory is prepended instead.

    Definition Classes
    ExtendableWorkspaceMethods
    Annotations
    @throws( ... )
  10. def auxRNG(): MersenneTwisterFast
    Definition Classes
    AbstractWorkspaceRandomServices
  11. def beep(): Unit
    Definition Classes
    Workspace
  12. def behaviorSpaceExperimentName(name: String): Unit
    Definition Classes
    BehaviorSpaceInformation
  13. def behaviorSpaceExperimentName: String
    Definition Classes
    BehaviorSpaceInformation
  14. def behaviorSpaceRunNumber(n: Int): Unit
    Definition Classes
    BehaviorSpaceInformation
  15. def behaviorSpaceRunNumber: Int
    Definition Classes
    BehaviorSpaceInformation
  16. def benchmark(minTime: Int, maxTime: Int): Unit
    Definition Classes
    Benchmarking
  17. def breathe(): Unit

    Internal use only.

    Internal use only.

    Definition Classes
    HeadlessWorkspaceAbstractWorkspace
  18. def breathe(context: Context): Unit
    Definition Classes
    AbstractWorkspaceWorkspace
  19. def calculateHeight(worldHeight: Int, patchSize: Double): Int
  20. def calculateWidth(worldWidth: Int, patchSize: Double): Int
  21. def changeTopology(wrapX: Boolean, wrapY: Boolean): Unit
  22. def checkCommandSyntax(source: String): Unit
    Definition Classes
    Compiling
    Annotations
    @throws( classOf[CompilerException] )
  23. def checkReporterSyntax(source: String): Unit
    Definition Classes
    Compiling
    Annotations
    @throws( classOf[CompilerException] )
  24. def clearAll(): Unit
  25. def clearDrawing(): Unit
    Definition Classes
    HeadlessWorkspaceAbstractWorkspaceWorkspace
  26. def clearLastLogoException(): Unit
    Definition Classes
    Evaluating
  27. def clearOutput(): Unit

    Internal use only.

    Internal use only.

    Definition Classes
    HeadlessWorkspaceWorkspace
  28. def clearTicks(): Unit
    Definition Classes
    AbstractWorkspaceScalaWorkspace
  29. def clearTurtles(): Unit
  30. def command(source: String): Unit

    Runs NetLogo commands and waits for them to complete.

    Runs NetLogo commands and waits for them to complete.

    source

    The command or commands to run

    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] ) @throws( classOf[LogoException] )
    Exceptions thrown

    org.nlogo.api.LogoException if the code fails to run

    org.nlogo.core.CompilerException if the code fails to compile

  31. def compileCommands(source: String, agentClass: AgentKind): Procedure
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  32. def compileCommands(source: String): Procedure
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  33. def compileForRun(source: String, context: Context, reporter: Boolean): Procedure
    Definition Classes
    AbstractWorkspaceWorkspace
  34. def compileReporter(source: String): Procedure
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  35. val compiler: PresentationCompilerInterface
  36. var compilerTestingMode: Boolean

    Internal use only.

    Internal use only.

    Definition Classes
    HeadlessWorkspaceAbstractWorkspaceScalaExtendableWorkspaceWorkspace
  37. val completedActivations: WeakHashMap[Activation, Boolean]
    Definition Classes
    APIConformant
  38. def computePatchSize(width: Int, numPatches: Int): Double
  39. def convertToNormal(): String

    instantly converts the current model to ModelTypeJ.NORMAL.

    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.

    Definition Classes
    ModelTracker
    Annotations
    @throws( classOf[IOException] )
  40. def currentPlot(plot: String): Unit
    Definition Classes
    Plotting
  41. val defaultOwner: SimpleJobOwner
    Definition Classes
    Evaluating
  42. def deleteLogFiles(): Nothing

    Internal use only.

    Internal use only.

    Definition Classes
    HeadlessWorkspaceLoggingWorkspace
  43. def dialect: Dialect
    Definition Classes
    Compiling
  44. def dispose(): Unit

    Shuts down the background thread associated with this workspace, allowing resources to be freed.

    Shuts down the background thread associated with this workspace, allowing resources to be freed.

    Definition Classes
    ComponentsAbstractWorkspaceWorkspace
    Annotations
    @throws( classOf[InterruptedException] )
  45. def doImport(importer: BufferedReaderImporter): Unit
    Definition Classes
    AbstractWorkspace
  46. def drawSpotlight: Boolean
    Definition Classes
    HeadlessWorkspaceAPIConformantViewSettings
  47. def evaluateCommands(owner: JobOwner, source: String, agents: AgentSet, waitForCompletion: Boolean): Unit
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  48. def evaluateCommands(owner: JobOwner, source: String, agent: Agent, waitForCompletion: Boolean): Unit
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  49. def evaluateCommands(owner: JobOwner, source: String, waitForCompletion: Boolean): Unit
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  50. def evaluateCommands(owner: JobOwner, source: String): Unit
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  51. def evaluateReporter(owner: JobOwner, source: String, agents: AgentSet): AnyRef
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  52. def evaluateReporter(owner: JobOwner, source: String, agent: Agent): AnyRef
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  53. def evaluateReporter(owner: JobOwner, source: String): AnyRef
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  54. def exportAllPlots(filename: String): Unit
    Definition Classes
    Exporting
    Annotations
    @throws( classOf[IOException] )
  55. def exportDrawing(filename: String, format: String): Unit
    Definition Classes
    HeadlessWorkspaceWorkspace
  56. def exportDrawingToCSV(writer: PrintWriter): Unit
    Definition Classes
    HeadlessWorkspaceExporting
  57. def exportInterface(filename: String): Nothing

    Not implemented.

    Not implemented.

    Definition Classes
    HeadlessWorkspaceWorkspace
  58. def exportInterfaceGlobals(writer: PrintWriter): Unit
    Definition Classes
    Exporting
  59. def exportOutput(filename: String): Unit
    Definition Classes
    HeadlessWorkspaceWorkspace
  60. def exportOutputAreaToCSV(writer: PrintWriter): Unit
    Definition Classes
    HeadlessWorkspaceExporting
  61. def exportPlot(plotName: String, filename: String): Unit
    Definition Classes
    Exporting
    Annotations
    @throws( classOf[IOException] )
  62. def exportPlotsToCSV(writer: PrintWriter): Unit
    Definition Classes
    Exporting
  63. def exportView(filename: String, format: String): Unit
    Definition Classes
    HeadlessWorkspaceWorkspace
  64. def exportView: BufferedImage

    Get a snapshot of the 2D view.

    Get a snapshot of the 2D view.

    Definition Classes
    HeadlessWorkspaceWorkspace
  65. def exportWorld(writer: PrintWriter): Unit
    Definition Classes
    Exporting
  66. def exportWorld(filename: String): Unit
    Definition Classes
    Exporting
    Annotations
    @throws( classOf[IOException] )
  67. val fileManager: FileManager
    Definition Classes
    ModelTracker
  68. def findProcedurePositions(source: String): Map[String, ProcedureSyntax]
    Definition Classes
    Compiling
  69. def fontSize(i: Int): Unit
    Definition Classes
    APIConformant
  70. def fontSize: Int
    Definition Classes
    APIConformant
  71. def forceSaveAs: Boolean

    whether the user needs to enter a new filename to save this model.

    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.

    Definition Classes
    ModelTracker
  72. def frameRate(frameRate: Double): Unit
  73. def frameRate: Double
  74. def getAndCreateDrawing(): BufferedImage
    Definition Classes
    HeadlessWorkspaceWorkspace
  75. def getCompilationEnvironment: CompilationEnvironment
    Definition Classes
    AbstractWorkspaceScalaWorkspace
  76. def getComponent[A <: AnyRef](componentClass: Class[A]): Option[A]
    Definition Classes
    ComponentsWorkspace
  77. def getExtensionManager(): ExtensionManager
    Definition Classes
    AbstractWorkspaceWorkspace
  78. def getGraphics(image: BufferedImage): Unit

    Get a snapshot of the 2D view, using an existing BufferedImage object.

  79. def getHubNetManager: Option[HubNetInterface]
    Definition Classes
    HubNetManager
  80. def getMinimumWidth: Int
  81. def getModelDir: String

    returns the full path to the directory from which the current model was loaded.

    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.

    Definition Classes
    ModelTracker
  82. def getModelFileName: String

    returns the name of the file from which the current model was loaded.

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

    Definition Classes
    ModelTracker
  83. def getModelFileUri: Option[URI]
    Definition Classes
    ModelTracker
  84. def getModelPath: String

    returns the full pathname of the currently loaded model, if any.

    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.

    Definition Classes
    ModelTracker
  85. def getModelType: ModelType
    Definition Classes
    ModelTracker
  86. def getPlot(plot: String): PlotInterface
    Definition Classes
    Plotting
  87. def getPropertiesInterface(): WorldPropertiesInterface
  88. def getSource(filename: String): String
    Definition Classes
    AbstractWorkspaceScala
    Annotations
    @throws( classOf[IOException] )
  89. def getTokenAtPosition(s: String, pos: Int): Token
    Definition Classes
    Compiling
  90. def graphicsChecksum: String
    Definition Classes
    Checksums
  91. def guessExportName(defaultName: String): String
    Definition Classes
    AbstractWorkspace
  92. def halt(): Unit

    Halts all running NetLogo code in this workspace.

    Halts all running NetLogo code in this workspace.

    Definition Classes
    HeadlessWorkspaceAbstractWorkspace
  93. def hubNetManager: Option[HubNetInterface]
    Definition Classes
    HubNetManager
  94. val hubNetManagerFactory: HubNetManagerFactory
    Definition Classes
    AbstractWorkspaceScalaHubNetManager
  95. def hubNetRunning: Boolean
    Definition Classes
    HubNetManager
  96. def hubNetRunning_=(running: Boolean): Unit
  97. def importDrawing(file: File): Unit
    Definition Classes
    HeadlessWorkspaceAbstractWorkspace
  98. def importDrawing(filename: String): Unit
    Definition Classes
    AbstractWorkspaceWorkspace
  99. def importExtensionData(name: String, data: List[Array[String]], handler: ImportErrorHandler): Unit
    Definition Classes
    AbstractWorkspaceImporterUser
  100. def importWorld(reader: Reader): Unit
    Definition Classes
    AbstractWorkspaceWorkspace
  101. def importWorld(filename: String): Unit
    Definition Classes
    AbstractWorkspaceWorkspace
  102. var importerErrorHandler: ErrorHandler
    Definition Classes
    HeadlessWorkspaceAbstractWorkspace
  103. def init(): Unit
    Definition Classes
    Procedures
  104. def initForTesting(d: WorldDimensions): Unit

    Internal use only.

  105. def initForTesting(d: WorldDimensions, source: String): Unit

    Internal use only.

  106. def initForTesting(minPxcor: Int, maxPxcor: Int, minPycor: Int, maxPycor: Int, source: String): Unit

    Internal use only.

  107. def initForTesting(worldSize: Int, modelString: String): Unit

    Internal use only.

  108. def initForTesting(worldSize: Int): Unit

    Internal use only.

  109. def insetWidth(): Int
  110. def inspectAgent(agentClass: AgentKind, agent: Agent, radius: Double): Unit
    Definition Classes
    HeadlessWorkspaceWorkspace
  111. def inspectAgent(agent: Agent, radius: Double): Unit
    Definition Classes
    HeadlessWorkspaceWorkspace
  112. def isConstant(s: String): Boolean
    Definition Classes
    Compiling
  113. def isExtensionName(name: String): Boolean
    Definition Classes
    AbstractWorkspaceImporterUser
  114. def isHeadless: Boolean

    Internal use only.

    Internal use only.

    Definition Classes
    HeadlessWorkspaceAbstractWorkspaceScalaViewSettings
  115. def isReporter(s: String): Boolean
    Definition Classes
    Compiling
  116. def isValidIdentifier(s: String): Boolean
    Definition Classes
    Compiling
  117. def joinForeverButtons(agent: Agent): Unit
    Definition Classes
    AbstractWorkspaceWorkspace
  118. var lastErrorReport: ErrorReport

    Internal use only.

  119. val lastLogoException: LogoException
    Definition Classes
    Evaluating
  120. val lastRunTimes: WeakHashMap[Job, WeakHashMap[Agent, WeakHashMap[Command, MutableLong]]]
  121. def loadWorld(view: View, worldInterface: WorldLoaderInterface): Unit
    Definition Classes
    AbstractWorkspaceScala
  122. def logCustomGlobals(nameValuePairs: Seq[(String, String)]): Unit
  123. def logCustomMessage(msg: String): Unit
  124. def magicOpen(name: String): Nothing

    Internal use only.

    Internal use only.

    Definition Classes
    HeadlessWorkspaceAbstractWorkspaceEditorWorkspace
  125. def mainRNG(): MersenneTwisterFast
    Definition Classes
    AbstractWorkspaceRandomServices
  126. def makeCommandThunk(source: String, jobOwnerName: String, rng: MersenneTwisterFast): CommandLogoThunk
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  127. def makeCommandThunk(source: String, jobOwnerName: String): CommandLogoThunk
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  128. def makeReporterThunk(source: String, jobOwnerName: String): ReporterLogoThunk
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  129. def modelFileName: String
    Definition Classes
    ModelTracker
  130. def modelNameForDisplay: String
    Definition Classes
    ModelTracker
  131. def modelOpened: Boolean

    Has a model been opened in this workspace?

  132. def mouseDown: Boolean
    Definition Classes
    Workspace
  133. def mouseInside: Boolean
    Definition Classes
    Workspace
  134. def mouseXCor: Double
    Definition Classes
    Workspace
  135. def mouseYCor: Double
    Definition Classes
    Workspace
  136. def open(path: String): Unit

    Opens a model stored in a file.

    Opens a model stored in a file.

    path

    the path (absolute or relative) of the NetLogo model to open.

    Definition Classes
    HeadlessWorkspaceControllableAbstractWorkspaceWorkspaceControllable
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( classOf[CompilerException] ) @throws( classOf[LogoException] )
  137. def openFromSource(source: String, extension: String): Unit

    Opens a model stored in a string.

    Opens a model stored in a string. Can only be called once per instance of HeadlessWorkspace

    source

    The complete model, including widgets and so forth, in the same format as it would be stored in a file.

  138. def openModel(model: Model): Unit
    Definition Classes
    HeadlessWorkspaceWorkspace
  139. def openString(modelContents: String): Unit

    Opens a model stored in a string

    Opens a model stored in a string

    Definition Classes
    HeadlessWorkspaceAbstractWorkspace
  140. val outputAreaBuffer: StringBuilder
  141. def outputObject(obj: AnyRef, owner: AnyRef, addNewline: Boolean, readable: Boolean, destination: OutputDestination): Unit
    Definition Classes
    APIConformant
  142. def ownerFinished(owner: JobOwner): Unit

    Internal use only.

    Internal use only.

    Definition Classes
    HeadlessWorkspaceJobManagerOwner
  143. def patchSize: Double
    Definition Classes
    HeadlessWorkspaceWorkspaceViewSettings
  144. def patchSize(patchSize: Double): Unit
  145. def periodicUpdate(): Unit

    Internal use only.

    Internal use only.

    Definition Classes
    HeadlessWorkspaceJobManagerOwner
  146. def perspective: Perspective
    Definition Classes
    HeadlessWorkspaceAPIConformantViewSettings
  147. val plotManager: PlotManager
    Definition Classes
    Plotting
  148. val plotRNG: MersenneTwisterFast
    Definition Classes
    Plotting
  149. var previewCommands: PreviewCommands
    Definition Classes
    AbstractWorkspaceScalaWorkspace
  150. def previewCommandsString: String
    Definition Classes
    APIConformant
  151. def procedures: ProceduresMap
    Definition Classes
    Procedures
  152. def procedures_=(procs: ProceduresMap): Unit
    Definition Classes
    Procedures
  153. def profilingEnabled: Boolean
    Definition Classes
    Traceable
  154. def profilingTracer: Tracer
    Definition Classes
    Traceable
  155. def readFromString(string: String): AnyRef
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  156. def readNumberFromString(source: String): Double
    Definition Classes
    Compiling
    Annotations
    @throws( classOf[CompilerException] )
  157. def renderPerspective: Boolean
    Definition Classes
    HeadlessWorkspaceAPIConformantViewSettings
  158. val renderer: RendererInterface
    Definition Classes
    HeadlessWorkspaceWorkspace
  159. def report(source: String): AnyRef

    Runs a NetLogo reporter.

    Runs a NetLogo reporter.

    source

    The reporter to run

    returns

    the result reported; may be of type java.lang.Integer, java.lang.Double, java.lang.Boolean, java.lang.String, org.nlogo.core.LogoList, org.nlogo.api.Agent, AgentSet, or Nobody

    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] ) @throws( classOf[LogoException] )
    Exceptions thrown

    org.nlogo.api.LogoException if the code fails to run

    org.nlogo.core.CompilerException if the code fails to compile

  160. def requestDisplayUpdate(force: Boolean): Unit

    Internal use only.

    Internal use only.

    Definition Classes
    HeadlessWorkspaceAbstractWorkspaceWorkspace
  161. def resetTicks(context: Context): Unit
    Definition Classes
    AbstractWorkspaceScalaWorkspace
  162. def resizeView(): Unit
    Definition Classes
    HeadlessWorkspaceWorldResizer
  163. def runCompiledCommands(owner: JobOwner, procedure: Procedure): Boolean
    Definition Classes
    Evaluating
  164. def runCompiledReporter(owner: JobOwner, procedure: Procedure): AnyRef
    Definition Classes
    Evaluating
  165. def runtimeError(owner: JobOwner, context: Context, instruction: Instruction, ex: Exception): Unit

    Internal use only.

    Internal use only.

    Definition Classes
    HeadlessWorkspaceJobManagerOwner
  166. def seedRNGs(seed: Int): Unit
    Definition Classes
    AbstractWorkspaceScalaRandomServices
  167. def sendOutput(oo: OutputObject, toOutputArea: Boolean): Unit

    Internal use only.

    Internal use only. Called from job thread.

    Definition Classes
    HeadlessWorkspaceAbstractWorkspace
  168. def setDimensions(d: WorldDimensions, patchSize: Double): Unit
  169. def setDimensions(d: WorldDimensions): Unit

    Kills all turtles, clears all patch variables, and makes a new patch grid.

    Kills all turtles, clears all patch variables, and makes a new patch grid.

    Definition Classes
    HeadlessWorkspaceWorldResizer
  170. def setModelPath(modelPath: String): Unit
    Definition Classes
    ModelTracker
  171. def setModelType(tpe: ModelType): Unit
    Definition Classes
    ModelTracker
  172. def setOpenModel(model: Model): Unit
  173. def setOutputAreaContents(text: String): Unit
    Definition Classes
    AbstractWorkspaceImporterUser
  174. def setProcedures(procs: ProceduresMap): Unit
    Definition Classes
    Procedures
  175. def setProfilingTracer(t: Tracer): Unit
    Definition Classes
    Traceable
  176. def setSize(x: Int, y: Int): Unit
  177. def setupPlots(c: Context): Unit
    Definition Classes
    Plotting
  178. def showTickCounter(showTickCounter: Boolean): Unit
  179. def showTickCounter: Boolean
  180. var silent: Boolean

    If true, don't send anything to standard output.

  181. def startLogging(properties: String): Nothing

    Internal use only.

    Internal use only.

    Definition Classes
    HeadlessWorkspaceLoggingWorkspace
  182. def stopInspectingAgent(agent: Agent): Unit
    Definition Classes
    HeadlessWorkspaceWorkspace
  183. def stopInspectingDeadAgents(): Unit
    Definition Classes
    HeadlessWorkspaceWorkspace
  184. def tick(context: Context, originalInstruction: Instruction): Unit
    Definition Classes
    AbstractWorkspaceScalaWorkspace
  185. def tickCounterLabel(s: String): Unit
  186. def tickCounterLabel: String
  187. def tokenizeForColorization(s: String): Array[Token]
    Definition Classes
    Compiling
  188. def tokenizeForColorizationIterator(s: String): Iterator[Token]
    Definition Classes
    Compiling
  189. def unsupported: Nothing
  190. def updateDisplay(haveWorldLockAlready: Boolean): Unit

    Internal use only.

    Internal use only.

    Definition Classes
    HeadlessWorkspaceJobManagerOwner
  191. def updateMode(updateMode: UpdateMode): Unit
  192. def updateMode(): UpdateMode
    Definition Classes
    AbstractWorkspace
  193. def updatePlots(c: Context): Unit
    Definition Classes
    Plotting
  194. def updateUI(): Unit
    Definition Classes
    Workspace
  195. def userDirectory: Option[String]
    Definition Classes
    Workspace
  196. def userFile: Option[String]
    Definition Classes
    Workspace
  197. def userInput(msg: String): Option[String]
    Definition Classes
    Workspace
  198. def userMessage(msg: String): Boolean
    Definition Classes
    Workspace
  199. def userNewFile: Option[String]
    Definition Classes
    Workspace
  200. def userOneOf(msg: String, xs: LogoList): Option[AnyRef]
    Definition Classes
    Workspace
  201. def userYesOrNo(msg: String): Option[Boolean]
    Definition Classes
    Workspace
  202. def viewHeight: Double
    Definition Classes
    HeadlessWorkspaceAPIConformantViewSettings
  203. def viewOffsetX: Double
    Definition Classes
    HeadlessWorkspaceAPIConformantViewSettings
  204. def viewOffsetY: Double
    Definition Classes
    HeadlessWorkspaceAPIConformantViewSettings
  205. def viewWidth: Double
    Definition Classes
    HeadlessWorkspaceAPIConformantViewSettings
  206. def waitFor(runnable: CommandRunnable): Unit

    Internal use only.

    Internal use only.

    Definition Classes
    HeadlessWorkspaceWorkspace
  207. def waitForQueuedEvents(): Unit

    Internal use only.

    Internal use only.

    Definition Classes
    HeadlessWorkspaceWorkspace
  208. def waitForResult[T](runnable: ReporterRunnable[T]): T

    Internal use only.

    Internal use only.

    Definition Classes
    HeadlessWorkspaceWorkspace
  209. def warningMessage(message: String): Boolean

    Displays a warning to the user, and determine whether to continue.

    Displays a warning to the user, and determine whether to continue. The default (non-GUI) implementation is to print the warning and always continue.

    Definition Classes
    AbstractWorkspaceExtendableWorkspaceWorkspace
  210. val world: World
    Definition Classes
    AbstractWorkspaceScalaWorkspaceWorkspace
  211. def worldChecksum: String
    Definition Classes
    Checksums
  212. def zipLogFiles(filename: String): Nothing

    Internal use only.

    Internal use only.

    Definition Classes
    HeadlessWorkspaceLoggingWorkspace