Trait

org.nlogo.nvm

Workspace

Related Doc: package nvm

Permalink

trait Workspace extends api.Workspace with ImporterUser with JobManagerOwner with CompilerServices with RandomServices

Source
Workspace.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Workspace
  2. CompilerServices
  3. JobManagerOwner
  4. Workspace
  5. Controllable
  6. ViewSettings
  7. RandomServices
  8. LiteralParser
  9. ImporterUser
  10. WorldResizer
  11. AnyRef
  12. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def addJobFromJobThread(job: Job): Unit

    Permalink
  2. abstract def aggregateManager: AggregateManagerInterface

    Permalink
  3. abstract def attachModelDir(filePath: String): String

    Permalink
    Annotations
    @throws( ... )
  4. abstract def autoConvert(source: String, subprogram: Boolean, reporter: Boolean, modelVersion: String): String

    Permalink
    Definition Classes
    CompilerServices
  5. abstract def auxRNG: MersenneTwisterFast

    Permalink
    Definition Classes
    RandomServices
  6. abstract def behaviorSpaceExperimentName(name: String): Unit

    Permalink
  7. abstract def behaviorSpaceExperimentName: String

    Permalink
  8. abstract def behaviorSpaceRunNumber(n: Int): Unit

    Permalink
    Definition Classes
    Workspace
  9. abstract def behaviorSpaceRunNumber: Int

    Permalink
    Definition Classes
    Workspace
  10. abstract def benchmark(minTime: Int, maxTime: Int): Unit

    Permalink
    Definition Classes
    Workspace
  11. abstract def breathe(): Unit

    Permalink
  12. abstract def changeLanguage(): Unit

    Permalink
  13. abstract def changeTopology(wrapX: Boolean, wrapY: Boolean): Unit

    Permalink
    Definition Classes
    Workspace
  14. abstract def checkCommandSyntax(source: String): Unit

    Permalink
    Definition Classes
    CompilerServices
    Annotations
    @throws( classOf[CompilerException] )
  15. abstract def checkReporterSyntax(source: String): Unit

    Permalink
    Definition Classes
    CompilerServices
    Annotations
    @throws( classOf[CompilerException] )
  16. abstract def clearAll(): Unit

    Permalink
    Definition Classes
    Workspace
  17. abstract def clearDrawing(): Unit

    Permalink
    Definition Classes
    Workspace
  18. abstract def clearLastLogoException(): Unit

    Permalink
    Definition Classes
    Workspace
  19. abstract def clearOutput(): Unit

    Permalink
    Definition Classes
    Workspace
  20. abstract def clearTicks(): Unit

    Permalink
    Definition Classes
    WorkspaceWorkspace
  21. abstract def command(source: String): Unit

    Permalink
    Definition Classes
    Controllable
  22. abstract def compileCommands(source: String, agentKind: AgentKind): Procedure

    Permalink
    Annotations
    @throws( classOf[CompilerException] )
  23. abstract def compileCommands(source: String): Procedure

    Permalink
    Annotations
    @throws( classOf[CompilerException] )
  24. abstract def compileForRun(source: String, context: Context, reporter: Boolean): Procedure

    Permalink
    Annotations
    @throws( classOf[CompilerException] )
  25. abstract def compileReporter(source: String): Procedure

    Permalink
    Annotations
    @throws( classOf[CompilerException] )
  26. abstract def compiler: CompilerInterface

    Permalink
  27. abstract def compilerTestingMode: Boolean

    Permalink
    Definition Classes
    Workspace
  28. abstract def completedActivations: WeakHashMap[Activation, Boolean]

    Permalink
  29. abstract def convertToNormal(): String

    Permalink
    Annotations
    @throws( classOf[java.io.IOException] )
  30. abstract def currentPlot(plot: String): Unit

    Permalink
    Definition Classes
    ImporterUser
  31. abstract def deleteLogFiles(): Unit

    Permalink
  32. abstract def dispose(): Unit

    Permalink
    Definition Classes
    WorkspaceWorkspace
    Annotations
    @throws( classOf[InterruptedException] )
  33. abstract def drawSpotlight: Boolean

    Permalink
    Definition Classes
    ViewSettings
  34. abstract def evaluateCommands(owner: JobOwner, source: String, agents: AgentSet, waitForCompletion: Boolean): Unit

    Permalink
    Annotations
    @throws( classOf[CompilerException] )
  35. abstract def evaluateCommands(owner: JobOwner, source: String, agent: Agent, waitForCompletion: Boolean): Unit

    Permalink
    Annotations
    @throws( classOf[CompilerException] )
  36. abstract def evaluateCommands(owner: JobOwner, source: String, waitForCompletion: Boolean): Unit

    Permalink
    Definition Classes
    Controllable
    Annotations
    @throws( classOf[CompilerException] )
  37. abstract def evaluateCommands(owner: JobOwner, source: String): Unit

    Permalink
    Definition Classes
    Controllable
    Annotations
    @throws( classOf[CompilerException] )
  38. abstract def evaluateReporter(owner: JobOwner, source: String, agents: AgentSet): AnyRef

    Permalink
    Annotations
    @throws( classOf[CompilerException] )
  39. abstract def evaluateReporter(owner: JobOwner, source: String, agent: Agent): AnyRef

    Permalink
    Annotations
    @throws( classOf[CompilerException] )
  40. abstract def evaluateReporter(owner: JobOwner, source: String): AnyRef

    Permalink
    Definition Classes
    Controllable
    Annotations
    @throws( classOf[CompilerException] )
  41. abstract def exportAllPlots(path: String): Unit

    Permalink
    Definition Classes
    Workspace
    Annotations
    @throws( classOf[IOException] )
  42. abstract def exportDrawing(path: String, format: String): Unit

    Permalink
    Definition Classes
    Workspace
    Annotations
    @throws( classOf[IOException] )
  43. abstract def exportInterface(path: String): Unit

    Permalink
    Definition Classes
    Workspace
    Annotations
    @throws( classOf[IOException] )
  44. abstract def exportOutput(path: String): Unit

    Permalink
    Definition Classes
    Workspace
    Annotations
    @throws( classOf[IOException] )
  45. abstract def exportPlot(plotName: String, path: String): Unit

    Permalink
    Definition Classes
    Workspace
    Annotations
    @throws( classOf[IOException] )
  46. abstract def exportView: BufferedImage

    Permalink
    Definition Classes
    Workspace
  47. abstract def exportView(path: String, format: String): Unit

    Permalink
    Definition Classes
    Workspace
    Annotations
    @throws( classOf[IOException] )
  48. abstract def exportWorld(writer: PrintWriter): Unit

    Permalink
    Definition Classes
    Workspace
    Annotations
    @throws( classOf[IOException] )
  49. abstract def exportWorld(path: String): Unit

    Permalink
    Definition Classes
    Workspace
    Annotations
    @throws( classOf[IOException] )
  50. abstract def fileManager: FileManager

    Permalink
  51. abstract def findProcedurePositions(source: String): Map[String, ProcedureSyntax]

    Permalink
    Definition Classes
    CompilerServices
  52. abstract def fontSize: Int

    Permalink
    Definition Classes
    ViewSettings
  53. abstract def getAndCreateDrawing(): BufferedImage

    Permalink
    Definition Classes
    Workspace
  54. abstract def getCompilationEnvironment: CompilationEnvironment

    Permalink
  55. abstract def getExtensionManager: api.ExtensionManager

    Permalink
    Definition Classes
    Workspace
  56. abstract def getHubNetManager: HubNetInterface

    Permalink
  57. abstract def getModelDir: String

    Permalink
    Definition Classes
    Workspace
  58. abstract def getModelFileName: String

    Permalink
    Definition Classes
    Workspace
  59. abstract def getModelPath: String

    Permalink
    Definition Classes
    Workspace
  60. abstract def getPlot(plot: String): PlotInterface

    Permalink
    Definition Classes
    ImporterUser
  61. abstract def getProcedures: Map[String, Procedure]

    Permalink
  62. abstract def getTokenAtPosition(source: String, position: Int): Token

    Permalink
    Definition Classes
    CompilerServices
  63. abstract def graphicsChecksum: String

    Permalink
    Definition Classes
    Workspace
  64. abstract def importDrawing(path: String): Unit

    Permalink
    Definition Classes
    Workspace
    Annotations
    @throws( classOf[IOException] )
  65. abstract def importExtensionData(name: String, data: List[Array[String]], handler: ImportErrorHandler): Unit

    Permalink
    Definition Classes
    ImporterUser
    Annotations
    @throws( classOf[ExtensionException] )
  66. abstract def importWorld(path: String): Unit

    Permalink
    Definition Classes
    Workspace
    Annotations
    @throws( classOf[IOException] )
  67. abstract def importWorld(reader: Reader): Unit

    Permalink
    Definition Classes
    Workspace
    Annotations
    @throws( classOf[IOException] )
  68. abstract def inspectAgent(agentKind: AgentKind, agent: Agent, radius: Double): Unit

    Permalink
  69. abstract def inspectAgent(agent: Agent, radius: Double): Unit

    Permalink
  70. abstract def isConstant(s: String): Boolean

    Permalink
    Definition Classes
    CompilerServices
  71. abstract def isExtensionName(name: String): Boolean

    Permalink
    Definition Classes
    ImporterUser
  72. abstract def isHeadless: Boolean

    Permalink
    Definition Classes
    ViewSettings
  73. abstract def isReporter(s: String): Boolean

    Permalink
    Definition Classes
    CompilerServices
  74. abstract def isValidIdentifier(s: String): Boolean

    Permalink
    Definition Classes
    CompilerServices
  75. abstract def joinForeverButtons(agent: Agent): Unit

    Permalink
  76. abstract def lastLogoException: LogoException

    Permalink
    Definition Classes
    Workspace
  77. abstract def lastRunTimes: WeakHashMap[Job, WeakHashMap[Agent, WeakHashMap[Command, MutableLong]]]

    Permalink
  78. abstract def magicOpen(name: String): Unit

    Permalink
  79. abstract def mainRNG: MersenneTwisterFast

    Permalink
    Definition Classes
    RandomServices
  80. abstract def open(modelPath: String): Unit

    Permalink
    Definition Classes
    WorkspaceWorkspaceControllable
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( classOf[CompilerException] ) @throws( classOf[LogoException] )
  81. abstract def openModel(model: Model): Unit

    Permalink
    Definition Classes
    Workspace
  82. abstract def openString(modelContents: String): Unit

    Permalink
    Annotations
    @throws( classOf[CompilerException] ) @throws( classOf[LogoException] )
  83. abstract def outputObject(obj: AnyRef, owner: AnyRef, addNewline: Boolean, readable: Boolean, destination: OutputDestination): Unit

    Permalink
    Definition Classes
    Workspace
  84. abstract def ownerFinished(owner: JobOwner): Unit

    Permalink
    Definition Classes
    JobManagerOwner
  85. abstract def patchSize: Double

    Permalink
    Definition Classes
    WorkspaceViewSettings
  86. abstract def patchSize(patchSize: Double): Unit

    Permalink
    Definition Classes
    WorldResizer
  87. abstract def periodicUpdate(): Unit

    Permalink
    Definition Classes
    JobManagerOwner
  88. abstract def perspective: Perspective

    Permalink
    Definition Classes
    ViewSettings
  89. abstract def plotManager: AnyRef

    Permalink
    Definition Classes
    Workspace
  90. abstract def previewCommands: PreviewCommands

    Permalink
    Definition Classes
    Workspace
  91. abstract def profilingEnabled: Boolean

    Permalink
    Definition Classes
    Workspace
  92. abstract def profilingTracer: Tracer

    Permalink
  93. abstract def readFromString(s: String): AnyRef

    Permalink
    Definition Classes
    CompilerServices
    Annotations
    @throws( classOf[CompilerException] )
  94. abstract def readNumberFromString(source: String): AnyRef

    Permalink
    Definition Classes
    CompilerServices
    Annotations
    @throws( classOf[CompilerException] )
  95. abstract def renderPerspective: Boolean

    Permalink
    Definition Classes
    ViewSettings
  96. abstract def renderer: RendererInterface

    Permalink
    Definition Classes
    Workspace
  97. abstract def report(source: String): AnyRef

    Permalink
    Definition Classes
    Controllable
  98. abstract def requestDisplayUpdate(force: Boolean): Unit

    Permalink
  99. abstract def resetTicks(c: Context): Unit

    Permalink
  100. abstract def resizeView(): Unit

    Permalink
    Definition Classes
    WorldResizer
  101. abstract def runCompiledCommands(owner: JobOwner, procedure: Procedure): Boolean

    Permalink
  102. abstract def runCompiledReporter(owner: JobOwner, procedure: Procedure): AnyRef

    Permalink
  103. abstract def runtimeError(owner: JobOwner, context: Context, instruction: Instruction, ex: Exception): Unit

    Permalink
    Definition Classes
    JobManagerOwner
  104. abstract def setDimensions(dim: WorldDimensions, patchSize: Double): Unit

    Permalink
    Definition Classes
    WorldResizer
  105. abstract def setDimensions(dim: WorldDimensions): Unit

    Permalink
    Definition Classes
    WorldResizer
  106. abstract def setModelPath(path: String): Unit

    Permalink
    Definition Classes
    Workspace
  107. abstract def setOutputAreaContents(text: String): Unit

    Permalink
    Definition Classes
    ImporterUser
  108. abstract def setupPlots(c: Context): Unit

    Permalink
  109. abstract def startLogging(properties: String): Unit

    Permalink
  110. abstract def stopInspectingAgent(agent: Agent): Unit

    Permalink
  111. abstract def stopInspectingDeadAgents(): Unit

    Permalink
  112. abstract def tick(c: Context, originalInstruction: Instruction): Unit

    Permalink
  113. abstract def tokenizeForColorization(source: String): Array[Token]

    Permalink
    Definition Classes
    CompilerServices
  114. abstract def updateDisplay(haveWorldLockAlready: Boolean): Unit

    Permalink
    Definition Classes
    JobManagerOwner
  115. abstract def updatePlots(c: Context): Unit

    Permalink
  116. abstract def viewHeight: Double

    Permalink
    Definition Classes
    ViewSettings
  117. abstract def viewOffsetX: Double

    Permalink
    Definition Classes
    ViewSettings
  118. abstract def viewOffsetY: Double

    Permalink
    Definition Classes
    ViewSettings
  119. abstract def viewWidth: Double

    Permalink
    Definition Classes
    ViewSettings
  120. abstract def waitFor(runnable: CommandRunnable): Unit

    Permalink
    Definition Classes
    Workspace
  121. abstract def waitForQueuedEvents(): Unit

    Permalink
    Definition Classes
    Workspace
  122. abstract def waitForResult[T](runnable: ReporterRunnable[T]): T

    Permalink
    Definition Classes
    Workspace
  123. abstract def warningMessage(message: String): Boolean

    Permalink
    Definition Classes
    Workspace
  124. abstract def world: World

    Permalink
    Definition Classes
    WorkspaceWorkspace
  125. abstract def worldChecksum: String

    Permalink
    Definition Classes
    Workspace
  126. abstract def zipLogFiles(filename: String): Unit

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addCustomShapes(filename: String): Unit

    Permalink
    Definition Classes
    Workspace
    Annotations
    @throws( classOf[IOException] )
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def beep(): Unit

    Permalink
    Definition Classes
    Workspace
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. def mouseDown: Boolean

    Permalink
    Definition Classes
    Workspace
  15. def mouseInside: Boolean

    Permalink
    Definition Classes
    Workspace
  16. def mouseXCor: Double

    Permalink
    Definition Classes
    Workspace
  17. def mouseYCor: Double

    Permalink
    Definition Classes
    Workspace
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  23. def updateUI(): Unit

    Permalink
    Definition Classes
    Workspace
  24. def userDirectory: Option[String]

    Permalink
    Definition Classes
    Workspace
  25. def userFile: Option[String]

    Permalink
    Definition Classes
    Workspace
  26. def userInput(msg: String): Option[String]

    Permalink
    Definition Classes
    Workspace
  27. def userMessage(msg: String): Boolean

    Permalink
    Definition Classes
    Workspace
  28. def userNewFile: Option[String]

    Permalink
    Definition Classes
    Workspace
  29. def userOneOf(msg: String, xs: LogoList): Option[AnyRef]

    Permalink
    Definition Classes
    Workspace
  30. def userYesOrNo(msg: String): Option[Boolean]

    Permalink
    Definition Classes
    Workspace
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from CompilerServices

Inherited from JobManagerOwner

Inherited from api.Workspace

Inherited from Controllable

Inherited from ViewSettings

Inherited from RandomServices

Inherited from LiteralParser

Inherited from ImporterUser

Inherited from WorldResizer

Inherited from AnyRef

Inherited from Any

Ungrouped