c

org.nlogo.workspace

AbstractWorkspaceScala

abstract class AbstractWorkspaceScala extends AbstractWorkspace with APIConformant with Benchmarking with Checksums with Evaluating with ModelTracker with Procedures with Compiling with BehaviorSpaceInformation with Traceable with HubNetManager with ExtendableWorkspaceMethods with Exporting with Plotting

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

Instance Constructors

  1. new AbstractWorkspaceScala(world: World, hubNetManagerFactory: HubNetManagerFactory)

Type Members

  1. abstract class FileImporter extends AnyRef
    Attributes
    protected[org.nlogo.workspace]
    Definition Classes
    AbstractWorkspace

Abstract Value Members

  1. abstract def aggregateManager: AggregateManagerInterface
    Definition Classes
    Workspace
  2. abstract def breathe(): Unit
    Definition Classes
    AbstractWorkspaceWorkspace
  3. abstract def changeTopology(wrapX: Boolean, wrapY: Boolean): Unit
    Definition Classes
    Workspace
  4. abstract def clearDrawing(): Unit
    Definition Classes
    AbstractWorkspaceWorkspace
  5. abstract def clearOutput(): Unit
    Definition Classes
    Workspace
  6. abstract def compiler: CompilerInterface
    Definition Classes
    ModelTracker
  7. abstract def compilerTestingMode: Boolean
  8. abstract def deleteLogFiles(): Unit
    Definition Classes
    Workspace
  9. abstract def exportDrawing(path: String, format: String): Unit
    Definition Classes
    Workspace
    Annotations
    @throws( classOf[IOException] )
  10. abstract def exportDrawingToCSV(writer: PrintWriter): Unit
    Definition Classes
    Exporting
  11. abstract def exportInterface(path: String): Unit
    Definition Classes
    Workspace
    Annotations
    @throws( classOf[IOException] )
  12. abstract def exportOutput(path: String): Unit
    Definition Classes
    Workspace
    Annotations
    @throws( classOf[IOException] )
  13. abstract def exportOutputAreaToCSV(writer: PrintWriter): Unit
    Definition Classes
    Exporting
  14. abstract def exportView: BufferedImage
    Definition Classes
    Workspace
  15. abstract def exportView(path: String, format: String): Unit
    Definition Classes
    Workspace
    Annotations
    @throws( classOf[IOException] )
  16. abstract def getAndCreateDrawing(): BufferedImage
    Definition Classes
    Workspace
  17. abstract def importDrawing(file: File): Unit
    Attributes
    protected[org.nlogo.workspace]
    Definition Classes
    AbstractWorkspace
  18. abstract def importerErrorHandler(): ErrorHandler
    Attributes
    protected[org.nlogo.workspace]
    Definition Classes
    AbstractWorkspace
  19. abstract def inspectAgent(agentKind: AgentKind, agent: Agent, radius: Double): Unit
    Definition Classes
    Workspace
  20. abstract def inspectAgent(agent: Agent, radius: Double): Unit
    Definition Classes
    Workspace
  21. abstract def isHeadless: Boolean
    Definition Classes
    AbstractWorkspaceScalaViewSettings
  22. abstract def magicOpen(name: String): Unit
    Definition Classes
    AbstractWorkspaceWorkspace
  23. abstract def open(path: String): Unit
    Definition Classes
    AbstractWorkspaceWorkspaceWorkspaceControllable
  24. abstract def openModel(model: Model): Unit
    Definition Classes
    Workspace
  25. abstract def openString(modelContents: String): Unit
    Definition Classes
    AbstractWorkspaceWorkspace
  26. abstract def ownerFinished(owner: JobOwner): Unit
    Definition Classes
    JobManagerOwner
  27. abstract def patchSize: Double
    Definition Classes
    WorkspaceViewSettings
  28. abstract def patchSize(patchSize: Double): Unit
    Definition Classes
    WorldResizer
  29. abstract def periodicUpdate(): Unit
    Definition Classes
    JobManagerOwner
  30. abstract def renderer: RendererInterface
    Definition Classes
    Workspace
  31. abstract def requestDisplayUpdate(force: Boolean): Unit
    Definition Classes
    AbstractWorkspaceWorkspace
  32. abstract def resizeView(): Unit
    Definition Classes
    WorldResizer
  33. abstract def runtimeError(owner: JobOwner, context: Context, instruction: Instruction, ex: Exception): Unit
    Definition Classes
    JobManagerOwner
  34. abstract def sendOutput(oo: OutputObject, toOutputArea: Boolean): Unit
    Attributes
    protected[org.nlogo.workspace]
    Definition Classes
    AbstractWorkspace
  35. abstract def setDimensions(dim: WorldDimensions, patchSize: Double): Unit
    Definition Classes
    WorldResizer
  36. abstract def setDimensions(dim: WorldDimensions): Unit
    Definition Classes
    WorldResizer
  37. abstract def startLogging(properties: String): Unit
    Definition Classes
    Workspace
  38. abstract def stopInspectingAgent(agent: Agent): Unit
    Definition Classes
    Workspace
  39. abstract def stopInspectingDeadAgents(): Unit
    Definition Classes
    Workspace
  40. abstract def updateDisplay(haveWorldLockAlready: Boolean): Unit
    Definition Classes
    JobManagerOwner
  41. abstract def waitFor(runnable: CommandRunnable): Unit
    Definition Classes
    Workspace
  42. abstract def waitForQueuedEvents(): Unit
    Definition Classes
    Workspace
  43. abstract def waitForResult[T](runnable: ReporterRunnable[T]): T
    Definition Classes
    Workspace
  44. abstract def zipLogFiles(filename: String): Unit
    Definition Classes
    Workspace

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val _behaviorSpaceExperimentName: String
    Definition Classes
    BehaviorSpaceInformation
  5. val _behaviorSpaceRunNumber: Int
    Definition Classes
    BehaviorSpaceInformation
  6. 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
  7. def addCustomShapes(filename: String): Unit
    Definition Classes
    Workspace
    Annotations
    @throws( classOf[IOException] )
  8. def addJobFromJobThread(job: Job): Unit
    Definition Classes
    AbstractWorkspaceWorkspace
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. 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( ... )
  11. def auxRNG(): MersenneTwisterFast
    Definition Classes
    AbstractWorkspaceRandomServices
  12. def beep(): Unit
    Definition Classes
    Workspace
  13. def behaviorSpaceExperimentName(name: String): Unit
    Definition Classes
    BehaviorSpaceInformation
  14. def behaviorSpaceExperimentName: String
    Definition Classes
    BehaviorSpaceInformation
  15. def behaviorSpaceRunNumber(n: Int): Unit
    Definition Classes
    BehaviorSpaceInformation
  16. def behaviorSpaceRunNumber: Int
    Definition Classes
    BehaviorSpaceInformation
  17. def benchmark(minTime: Int, maxTime: Int): Unit
    Definition Classes
    Benchmarking
  18. def checkCommandSyntax(source: String): Unit
    Definition Classes
    Compiling
    Annotations
    @throws( classOf[CompilerException] )
  19. def checkReporterSyntax(source: String): Unit
    Definition Classes
    Compiling
    Annotations
    @throws( classOf[CompilerException] )
  20. def clearAll(): Unit
  21. def clearLastLogoException(): Unit
    Definition Classes
    Evaluating
  22. def clearTicks(): Unit
    Definition Classes
    AbstractWorkspaceScalaWorkspaceWorkspace
  23. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. 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

  25. def compileCommands(source: String, agentClass: AgentKind): Procedure
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  26. def compileCommands(source: String): Procedure
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  27. def compileForRun(source: String, context: Context, reporter: Boolean): Procedure
    Definition Classes
    AbstractWorkspaceWorkspace
  28. def compileReporter(source: String): Procedure
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  29. val completedActivations: WeakHashMap[Activation, Boolean]
    Definition Classes
    APIConformant
  30. 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] )
  31. def currentPlot(plot: String): Unit
    Definition Classes
    Plotting
  32. val defaultOwner: SimpleJobOwner
    Definition Classes
    Evaluating
  33. 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
    HubNetManagerAbstractWorkspaceWorkspaceWorkspace
    Annotations
    @throws( classOf[InterruptedException] )
  34. def doImport(importer: FileImporter): Unit
    Attributes
    protected[org.nlogo.workspace]
    Definition Classes
    AbstractWorkspace
  35. def doImport(importer: BufferedReaderImporter): Unit
    Definition Classes
    AbstractWorkspace
  36. def drawSpotlight: Boolean
    Definition Classes
    APIConformant
  37. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  39. def evaluateCommands(owner: JobOwner, source: String, agents: AgentSet, waitForCompletion: Boolean): Unit
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  40. def evaluateCommands(owner: JobOwner, source: String, agent: Agent, waitForCompletion: Boolean): Unit
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  41. def evaluateCommands(owner: JobOwner, source: String, waitForCompletion: Boolean): Unit
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  42. def evaluateCommands(owner: JobOwner, source: String): Unit
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  43. def evaluateReporter(owner: JobOwner, source: String, agents: AgentSet): AnyRef
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  44. def evaluateReporter(owner: JobOwner, source: String, agent: Agent): AnyRef
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  45. def evaluateReporter(owner: JobOwner, source: String): AnyRef
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  46. def exportAllPlots(filename: String): Unit
    Definition Classes
    Exporting
    Annotations
    @throws( classOf[IOException] )
  47. def exportInterfaceGlobals(writer: PrintWriter): Unit
    Definition Classes
    Exporting
  48. def exportPlot(plotName: String, filename: String): Unit
    Definition Classes
    Exporting
    Annotations
    @throws( classOf[IOException] )
  49. def exportPlotsToCSV(writer: PrintWriter): Unit
    Definition Classes
    Exporting
  50. def exportWorld(writer: PrintWriter): Unit
    Definition Classes
    Exporting
  51. def exportWorld(filename: String): Unit
    Definition Classes
    Exporting
    Annotations
    @throws( classOf[IOException] )
  52. val fileManager: FileManager
    Definition Classes
    ModelTracker
  53. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  54. def findProcedurePositions(source: String): Map[String, ProcedureSyntax]
    Definition Classes
    AbstractWorkspaceCompilerServices
  55. def fontSize(i: Int): Unit
    Definition Classes
    APIConformant
  56. def fontSize: Int
    Definition Classes
    APIConformant
  57. 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
  58. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  59. def getCompilationEnvironment: CompilationEnvironment
    Definition Classes
    AbstractWorkspaceScalaWorkspaceWorkspace
  60. def getExtensionManager(): ExtensionManager
    Definition Classes
    AbstractWorkspaceWorkspace
  61. def getHubNetManager: Option[HubNetInterface]
    Definition Classes
    HubNetManagerWorkspace
  62. 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
  63. 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
  64. def getModelFileUri: Option[URI]
    Definition Classes
    ModelTracker
  65. 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
  66. def getModelType: ModelType
    Definition Classes
    ModelTracker
  67. def getPlot(plot: String): PlotInterface
    Definition Classes
    Plotting
  68. def getPropertiesInterface(): WorldPropertiesInterface
  69. def getSource(filename: String): String
    Annotations
    @throws( classOf[IOException] )
  70. def getTokenAtPosition(s: String, pos: Int): Token
    Definition Classes
    AbstractWorkspaceCompilerServices
  71. def graphicsChecksum: String
    Definition Classes
    Checksums
  72. def guessExportName(defaultName: String): String
    Definition Classes
    AbstractWorkspace
  73. def halt(): Unit
    Definition Classes
    AbstractWorkspace
  74. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  75. def hubNetManager: Option[HubNetInterface]
    Definition Classes
    HubNetManager
  76. val hubNetManagerFactory: HubNetManagerFactory
    Definition Classes
    AbstractWorkspaceScalaHubNetManager
  77. def hubNetRunning: Boolean
    Definition Classes
    HubNetManager
  78. def hubNetRunning_=(running: Boolean): Unit
  79. def importDrawing(filename: String): Unit
    Definition Classes
    AbstractWorkspaceWorkspace
  80. def importExtensionData(name: String, data: List[Array[String]], handler: ImportErrorHandler): Unit
    Definition Classes
    AbstractWorkspaceImporterUser
  81. def importWorld(reader: Reader): Unit
    Definition Classes
    AbstractWorkspaceWorkspace
  82. def importWorld(filename: String): Unit
    Definition Classes
    AbstractWorkspaceWorkspace
  83. def init(): Unit
    Definition Classes
    Procedures
  84. def isConstant(s: String): Boolean
    Definition Classes
    AbstractWorkspaceCompilerServices
  85. def isExtensionName(name: String): Boolean
    Definition Classes
    AbstractWorkspaceImporterUser
  86. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  87. def isReporter(s: String): Boolean
    Definition Classes
    Compiling
  88. def isValidIdentifier(s: String): Boolean
    Definition Classes
    AbstractWorkspaceCompilerServices
  89. def joinForeverButtons(agent: Agent): Unit
    Definition Classes
    AbstractWorkspaceWorkspace
  90. val lastLogoException: LogoException
    Definition Classes
    Evaluating
  91. def lastRunTimes(): WeakHashMap[Job, WeakHashMap[Agent, WeakHashMap[Command, MutableLong]]]
    Definition Classes
    AbstractWorkspaceWorkspace
  92. def loadFromModel(model: Model): Unit
    Attributes
    protected
  93. def loadWorld(view: View, worldInterface: WorldLoaderInterface): Unit
  94. def mainRNG(): MersenneTwisterFast
    Definition Classes
    AbstractWorkspaceRandomServices
  95. def makeCommandThunk(source: String, jobOwnerName: String, rng: MersenneTwisterFast): CommandLogoThunk
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  96. def makeCommandThunk(source: String, jobOwnerName: String): CommandLogoThunk
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  97. def makeReporterThunk(source: String, jobOwnerName: String): ReporterLogoThunk
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  98. def modelFileName: String
    Definition Classes
    ModelTracker
  99. def modelNameForDisplay: String
    Definition Classes
    ModelTracker
  100. def mouseDown: Boolean
    Definition Classes
    Workspace
  101. def mouseInside: Boolean
    Definition Classes
    Workspace
  102. def mouseXCor: Double
    Definition Classes
    Workspace
  103. def mouseYCor: Double
    Definition Classes
    Workspace
  104. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  105. final def notify(): Unit
    Definition Classes
    AnyRef
  106. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  107. def outputObject(obj: AnyRef, owner: AnyRef, addNewline: Boolean, readable: Boolean, destination: OutputDestination): Unit
    Definition Classes
    APIConformant
  108. def perspective: Perspective
    Definition Classes
    APIConformant
  109. val plotManager: PlotManager
    Definition Classes
    Plotting
  110. val plotRNG: MersenneTwisterFast
    Definition Classes
    Plotting
  111. var previewCommands: PreviewCommands
    Definition Classes
    AbstractWorkspaceScalaWorkspace
  112. def previewCommandsString: String
    Definition Classes
    APIConformant
  113. def procedures: ProceduresMap
    Definition Classes
    Procedures
  114. def procedures_=(procs: ProceduresMap): Unit
    Definition Classes
    Procedures
  115. def profilingEnabled: Boolean
    Definition Classes
    Traceable
  116. def profilingTracer: Tracer
    Definition Classes
    Traceable
  117. def readFromString(string: String): AnyRef
    Definition Classes
    Evaluating
    Annotations
    @throws( classOf[CompilerException] )
  118. def readNumberFromString(source: String): Double
  119. def renderPerspective: Boolean
    Definition Classes
    APIConformant
  120. 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

  121. def resetTicks(context: Context): Unit
    Definition Classes
    AbstractWorkspaceScalaWorkspace
  122. def runCompiledCommands(owner: JobOwner, procedure: Procedure): Boolean
    Definition Classes
    Evaluating
  123. def runCompiledReporter(owner: JobOwner, procedure: Procedure): AnyRef
    Definition Classes
    Evaluating
  124. def seedRNGs(seed: Int): Unit
    Definition Classes
    AbstractWorkspaceScalaRandomServices
  125. def setModelPath(modelPath: String): Unit
    Definition Classes
    ModelTracker
  126. def setModelType(tpe: ModelType): Unit
    Definition Classes
    ModelTracker
  127. def setOutputAreaContents(text: String): Unit
    Definition Classes
    AbstractWorkspaceImporterUser
  128. def setProcedures(procs: ProceduresMap): Unit
    Definition Classes
    Procedures
  129. def setProfilingTracer(t: Tracer): Unit
    Definition Classes
    Traceable
  130. def setupPlots(c: Context): Unit
    Definition Classes
    Plotting
  131. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  132. def tick(context: Context, originalInstruction: Instruction): Unit
    Definition Classes
    AbstractWorkspaceScalaWorkspace
  133. def toString(): String
    Definition Classes
    AnyRef → Any
  134. def tokenizeForColorization(s: String): Array[Token]
    Definition Classes
    AbstractWorkspaceCompilerServices
  135. def updateMode(updateMode: UpdateMode): Unit
    Definition Classes
    AbstractWorkspace
  136. def updateMode(): UpdateMode
    Definition Classes
    AbstractWorkspace
  137. def updatePlots(c: Context): Unit
    Definition Classes
    Plotting
  138. def updateUI(): Unit
    Definition Classes
    Workspace
  139. def userDirectory: Option[String]
    Definition Classes
    Workspace
  140. def userFile: Option[String]
    Definition Classes
    Workspace
  141. def userInput(msg: String): Option[String]
    Definition Classes
    Workspace
  142. def userMessage(msg: String): Boolean
    Definition Classes
    Workspace
  143. def userNewFile: Option[String]
    Definition Classes
    Workspace
  144. def userOneOf(msg: String, xs: LogoList): Option[AnyRef]
    Definition Classes
    Workspace
  145. def userYesOrNo(msg: String): Option[Boolean]
    Definition Classes
    Workspace
  146. def viewHeight: Double
    Definition Classes
    APIConformant
  147. def viewOffsetX: Double
    Definition Classes
    APIConformant
  148. def viewOffsetY: Double
    Definition Classes
    APIConformant
  149. def viewWidth: Double
    Definition Classes
    APIConformant
  150. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  151. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  152. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  153. 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
  154. val world: World
    Definition Classes
    AbstractWorkspaceScalaWorkspaceWorkspace
  155. def worldChecksum: String
    Definition Classes
    Checksums

Inherited from Exporting

Inherited from Plotting

Inherited from HubNetManager

Inherited from Traceable

Inherited from BehaviorSpaceInformation

Inherited from Compiling

Inherited from Procedures

Inherited from ModelTracker

Inherited from Evaluating

Inherited from Checksums

Inherited from Benchmarking

Inherited from APIConformant

Inherited from AbstractWorkspace

Inherited from HubNetWorkspaceInterface

Inherited from LogoThunkFactory

Inherited from ExtendableWorkspace

Inherited from Workspace

Inherited from CompilerServices

Inherited from JobManagerOwner

Inherited from Workspace

Inherited from api.Controllable

Inherited from ViewSettings

Inherited from RandomServices

Inherited from LiteralParser

Inherited from ImporterUser

Inherited from WorldResizer

Inherited from AnyRef

Inherited from Any

Ungrouped