trait HubNetManager extends AbstractWorkspace

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HubNetManager
  2. AbstractWorkspace
  3. HubNetWorkspaceInterface
  4. LogoThunkFactory
  5. ExtendableWorkspace
  6. Workspace
  7. CompilerServices
  8. JobManagerOwner
  9. Workspace
  10. Controllable
  11. ViewSettings
  12. RandomServices
  13. LiteralParser
  14. ImporterUser
  15. WorldResizer
  16. AnyRef
  17. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def aggregateManager: AggregateManagerInterface
    Definition Classes
    Workspace
  2. abstract def attachModelDir(filePath: String): String
    Definition Classes
    ExtendableWorkspace
    Annotations
    @throws( ... )
  3. abstract def behaviorSpaceExperimentName(name: String): Unit
    Definition Classes
    Workspace
  4. abstract def behaviorSpaceExperimentName: String
    Definition Classes
    Workspace
  5. abstract def behaviorSpaceRunNumber(n: Int): Unit
    Definition Classes
    Workspace
  6. abstract def behaviorSpaceRunNumber: Int
    Definition Classes
    Workspace
  7. abstract def benchmark(minTime: Int, maxTime: Int): Unit
    Definition Classes
    Workspace
  8. abstract def breathe(): Unit
    Definition Classes
    AbstractWorkspaceWorkspace
  9. abstract def changeTopology(wrapX: Boolean, wrapY: Boolean): Unit
    Definition Classes
    Workspace
  10. abstract def checkCommandSyntax(source: String): Unit
    Definition Classes
    CompilerServices
    Annotations
    @throws( classOf[CompilerException] )
  11. abstract def checkReporterSyntax(source: String): Unit
    Definition Classes
    CompilerServices
    Annotations
    @throws( classOf[CompilerException] )
  12. abstract def clearAll(): Unit
    Definition Classes
    AbstractWorkspaceWorkspace
  13. abstract def clearDrawing(): Unit
    Definition Classes
    AbstractWorkspaceWorkspace
  14. abstract def clearLastLogoException(): Unit
    Definition Classes
    Workspace
  15. abstract def clearOutput(): Unit
    Definition Classes
    Workspace
  16. abstract def clearTicks(): Unit
    Definition Classes
    WorkspaceWorkspace
  17. abstract def command(source: String): Unit
    Definition Classes
    Controllable
  18. abstract def compileCommands(source: String, agentKind: AgentKind): Procedure
    Definition Classes
    Workspace
    Annotations
    @throws( classOf[CompilerException] )
  19. abstract def compileCommands(source: String): Procedure
    Definition Classes
    Workspace
    Annotations
    @throws( classOf[CompilerException] )
  20. abstract def compileReporter(source: String): Procedure
    Definition Classes
    Workspace
    Annotations
    @throws( classOf[CompilerException] )
  21. abstract def compiler: CompilerInterface
    Definition Classes
    Workspace
  22. abstract def compilerTestingMode: Boolean
    Definition Classes
    ExtendableWorkspace
  23. abstract def completedActivations: WeakHashMap[Activation, Boolean]
    Definition Classes
    Workspace
  24. abstract def convertToNormal(): String
    Definition Classes
    Workspace
    Annotations
    @throws( classOf[java.io.IOException] )
  25. abstract def currentPlot(plot: String): Unit
    Definition Classes
    ImporterUser
  26. abstract def deleteLogFiles(): Unit
    Definition Classes
    Workspace
  27. abstract def drawSpotlight: Boolean
    Definition Classes
    ViewSettings
  28. abstract def evaluateCommands(owner: JobOwner, source: String, agents: AgentSet, waitForCompletion: Boolean): Unit
    Definition Classes
    Workspace
    Annotations
    @throws( classOf[CompilerException] )
  29. abstract def evaluateCommands(owner: JobOwner, source: String, agent: Agent, waitForCompletion: Boolean): Unit
    Definition Classes
    Workspace
    Annotations
    @throws( classOf[CompilerException] )
  30. abstract def evaluateCommands(owner: JobOwner, source: String, waitForCompletion: Boolean): Unit
    Definition Classes
    Controllable
    Annotations
    @throws( classOf[CompilerException] )
  31. abstract def evaluateCommands(owner: JobOwner, source: String): Unit
    Definition Classes
    Controllable
    Annotations
    @throws( classOf[CompilerException] )
  32. abstract def evaluateReporter(owner: JobOwner, source: String, agents: AgentSet): AnyRef
    Definition Classes
    Workspace
    Annotations
    @throws( classOf[CompilerException] )
  33. abstract def evaluateReporter(owner: JobOwner, source: String, agent: Agent): AnyRef
    Definition Classes
    Workspace
    Annotations
    @throws( classOf[CompilerException] )
  34. abstract def evaluateReporter(owner: JobOwner, source: String): AnyRef
    Definition Classes
    Controllable
    Annotations
    @throws( classOf[CompilerException] )
  35. abstract def exportAllPlots(path: String): Unit
    Definition Classes
    Workspace
    Annotations
    @throws( classOf[IOException] )
  36. abstract def exportDrawing(path: String, format: String): Unit
    Definition Classes
    Workspace
    Annotations
    @throws( classOf[IOException] )
  37. abstract def exportInterface(path: String): Unit
    Definition Classes
    Workspace
    Annotations
    @throws( classOf[IOException] )
  38. abstract def exportOutput(path: String): Unit
    Definition Classes
    Workspace
    Annotations
    @throws( classOf[IOException] )
  39. abstract def exportPlot(plotName: String, path: String): Unit
    Definition Classes
    Workspace
    Annotations
    @throws( classOf[IOException] )
  40. abstract def exportView: BufferedImage
    Definition Classes
    Workspace
  41. abstract def exportView(path: String, format: String): Unit
    Definition Classes
    Workspace
    Annotations
    @throws( classOf[IOException] )
  42. abstract def exportWorld(writer: PrintWriter): Unit
    Definition Classes
    Workspace
    Annotations
    @throws( classOf[IOException] )
  43. abstract def exportWorld(path: String): Unit
    Definition Classes
    Workspace
    Annotations
    @throws( classOf[IOException] )
  44. abstract def fileManager: FileManager
    Definition Classes
    ExtendableWorkspace
  45. abstract def fontSize: Int
    Definition Classes
    ViewSettings
  46. abstract def getAndCreateDrawing(): BufferedImage
    Definition Classes
    Workspace
  47. abstract def getCompilationEnvironment: CompilationEnvironment
    Definition Classes
    WorkspaceWorkspace
  48. abstract def getModelDir: String
    Definition Classes
    Workspace
  49. abstract def getModelFileName: String
    Definition Classes
    Workspace
  50. abstract def getModelPath: String
    Definition Classes
    Workspace
  51. abstract def getPlot(plot: String): PlotInterface
    Definition Classes
    ImporterUser
  52. abstract def graphicsChecksum: String
    Definition Classes
    Workspace
  53. abstract def hubNetManagerFactory: HubNetManagerFactory
  54. abstract def init(): Unit
    Definition Classes
    AbstractWorkspace
  55. abstract def inspectAgent(agentKind: AgentKind, agent: Agent, radius: Double): Unit
    Definition Classes
    Workspace
  56. abstract def inspectAgent(agent: Agent, radius: Double): Unit
    Definition Classes
    Workspace
  57. abstract def isHeadless: Boolean
    Definition Classes
    ViewSettings
  58. abstract def isReporter(s: String): Boolean
    Definition Classes
    CompilerServices
  59. abstract def lastLogoException: LogoException
    Definition Classes
    Workspace
  60. abstract def magicOpen(name: String): Unit
    Definition Classes
    AbstractWorkspaceWorkspace
  61. abstract def makeCommandThunk(code: String, jobOwnerName: String, rng: MersenneTwisterFast): CommandLogoThunk
    Definition Classes
    LogoThunkFactory
    Annotations
    @throws( classOf[CompilerException] )
  62. abstract def makeCommandThunk(code: String, jobOwnerName: String): CommandLogoThunk
    Definition Classes
    LogoThunkFactory
    Annotations
    @throws( classOf[CompilerException] )
  63. abstract def makeReporterThunk(code: String, jobOwnerName: String): ReporterLogoThunk
    Definition Classes
    LogoThunkFactory
    Annotations
    @throws( classOf[CompilerException] )
  64. abstract def modelNameForDisplay: String
    Definition Classes
    HubNetWorkspaceInterface
  65. abstract def open(path: String): Unit
    Definition Classes
    AbstractWorkspaceWorkspaceWorkspaceControllable
  66. abstract def openModel(model: Model): Unit
    Definition Classes
    Workspace
  67. abstract def openString(modelContents: String): Unit
    Definition Classes
    AbstractWorkspaceWorkspace
  68. abstract def outputObject(obj: AnyRef, owner: AnyRef, addNewline: Boolean, readable: Boolean, destination: OutputDestination): Unit
    Definition Classes
    Workspace
  69. abstract def ownerFinished(owner: JobOwner): Unit
    Definition Classes
    JobManagerOwner
  70. abstract def patchSize: Double
    Definition Classes
    WorkspaceViewSettings
  71. abstract def patchSize(patchSize: Double): Unit
    Definition Classes
    WorldResizer
  72. abstract def periodicUpdate(): Unit
    Definition Classes
    JobManagerOwner
  73. abstract def perspective: Perspective
    Definition Classes
    ViewSettings
  74. abstract def plotManager: AnyRef
    Definition Classes
    Workspace
  75. abstract def previewCommands: PreviewCommands
    Definition Classes
    Workspace
  76. abstract def procedures(): ListMap[String, Procedure]
    Definition Classes
    AbstractWorkspaceWorkspace
  77. abstract def profilingEnabled: Boolean
    Definition Classes
    ExtendableWorkspace
  78. abstract def profilingTracer: Tracer
    Definition Classes
    Workspace
  79. abstract def readFromString(path: String): AnyRef
    Definition Classes
    ExtendableWorkspace
  80. abstract def renderPerspective: Boolean
    Definition Classes
    ViewSettings
  81. abstract def renderer: RendererInterface
    Definition Classes
    Workspace
  82. abstract def report(source: String): AnyRef
    Definition Classes
    Controllable
  83. abstract def requestDisplayUpdate(force: Boolean): Unit
    Definition Classes
    AbstractWorkspaceWorkspace
  84. abstract def resetTicks(c: Context): Unit
    Definition Classes
    Workspace
  85. abstract def resizeView(): Unit
    Definition Classes
    WorldResizer
  86. abstract def runCompiledCommands(owner: JobOwner, procedure: Procedure): Boolean
    Definition Classes
    Workspace
  87. abstract def runCompiledReporter(owner: JobOwner, procedure: Procedure): AnyRef
    Definition Classes
    Workspace
  88. abstract def runtimeError(owner: JobOwner, context: Context, instruction: Instruction, ex: Exception): Unit
    Definition Classes
    JobManagerOwner
  89. abstract def seedRNGs(seed: Int): Unit
    Definition Classes
    RandomServices
  90. abstract def setDimensions(dim: WorldDimensions, patchSize: Double): Unit
    Definition Classes
    WorldResizer
  91. abstract def setDimensions(dim: WorldDimensions): Unit
    Definition Classes
    WorldResizer
  92. abstract def setModelPath(path: String): Unit
    Definition Classes
    Workspace
  93. abstract def setProcedures(procedures: ListMap[String, Procedure]): Unit
    Definition Classes
    AbstractWorkspace
  94. abstract def setProfilingTracer(tracer: Tracer): Unit
    Definition Classes
    ExtendableWorkspace
  95. abstract def setupPlots(c: Context): Unit
    Definition Classes
    Workspace
  96. abstract def startLogging(properties: String): Unit
    Definition Classes
    Workspace
  97. abstract def stopInspectingAgent(agent: Agent): Unit
    Definition Classes
    Workspace
  98. abstract def stopInspectingDeadAgents(): Unit
    Definition Classes
    Workspace
  99. abstract def tick(c: Context, originalInstruction: Instruction): Unit
    Definition Classes
    Workspace
  100. abstract def updateDisplay(haveWorldLockAlready: Boolean): Unit
    Definition Classes
    JobManagerOwner
  101. abstract def updatePlots(c: Context): Unit
    Definition Classes
    Workspace
  102. abstract def viewHeight: Double
    Definition Classes
    ViewSettings
  103. abstract def viewOffsetX: Double
    Definition Classes
    ViewSettings
  104. abstract def viewOffsetY: Double
    Definition Classes
    ViewSettings
  105. abstract def viewWidth: Double
    Definition Classes
    ViewSettings
  106. abstract def waitFor(runnable: CommandRunnable): Unit
    Definition Classes
    Workspace
  107. abstract def waitForQueuedEvents(): Unit
    Definition Classes
    Workspace
  108. abstract def waitForResult[T](runnable: ReporterRunnable[T]): T
    Definition Classes
    Workspace
  109. abstract def world: World
    Definition Classes
    WorkspaceWorkspace
  110. abstract def worldChecksum: String
    Definition Classes
    Workspace
  111. abstract def zipLogFiles(filename: String): Unit
    Definition Classes
    Workspace

Concrete Value Members

  1. def addCustomShapes(filename: String): Unit
    Definition Classes
    Workspace
    Annotations
    @throws( classOf[IOException] )
  2. def addJobFromJobThread(job: Job): Unit
    Definition Classes
    AbstractWorkspaceWorkspace
  3. def auxRNG(): MersenneTwisterFast
    Definition Classes
    AbstractWorkspaceRandomServices
  4. def beep(): Unit
    Definition Classes
    Workspace
  5. def compileForRun(source: String, context: Context, reporter: Boolean): Procedure
    Definition Classes
    AbstractWorkspaceWorkspace
  6. 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] )
  7. def doImport(importer: BufferedReaderImporter): Unit
    Definition Classes
    AbstractWorkspace
  8. def findProcedurePositions(source: String): Map[String, ProcedureSyntax]
    Definition Classes
    AbstractWorkspaceCompilerServices
  9. def getExtensionManager(): ExtensionManager
    Definition Classes
    AbstractWorkspaceWorkspace
  10. def getHubNetManager: Option[HubNetInterface]
    Definition Classes
    HubNetManagerWorkspace
  11. def getPropertiesInterface(): WorldPropertiesInterface
  12. def getTokenAtPosition(s: String, pos: Int): Token
    Definition Classes
    AbstractWorkspaceCompilerServices
  13. def guessExportName(defaultName: String): String
    Definition Classes
    AbstractWorkspace
  14. def halt(): Unit
    Definition Classes
    AbstractWorkspace
  15. def hubNetManager: Option[HubNetInterface]
  16. def hubNetRunning: Boolean
  17. def hubNetRunning_=(running: Boolean): Unit
  18. def importDrawing(filename: String): Unit
    Definition Classes
    AbstractWorkspaceWorkspace
  19. def importExtensionData(name: String, data: List[Array[String]], handler: ImportErrorHandler): Unit
    Definition Classes
    AbstractWorkspaceImporterUser
  20. def importWorld(reader: Reader): Unit
    Definition Classes
    AbstractWorkspaceWorkspace
  21. def importWorld(filename: String): Unit
    Definition Classes
    AbstractWorkspaceWorkspace
  22. def isConstant(s: String): Boolean
    Definition Classes
    AbstractWorkspaceCompilerServices
  23. def isExtensionName(name: String): Boolean
    Definition Classes
    AbstractWorkspaceImporterUser
  24. def isValidIdentifier(s: String): Boolean
    Definition Classes
    AbstractWorkspaceCompilerServices
  25. def joinForeverButtons(agent: Agent): Unit
    Definition Classes
    AbstractWorkspaceWorkspace
  26. def lastRunTimes(): WeakHashMap[Job, WeakHashMap[Agent, WeakHashMap[Command, MutableLong]]]
    Definition Classes
    AbstractWorkspaceWorkspace
  27. def mainRNG(): MersenneTwisterFast
    Definition Classes
    AbstractWorkspaceRandomServices
  28. def mouseDown: Boolean
    Definition Classes
    Workspace
  29. def mouseInside: Boolean
    Definition Classes
    Workspace
  30. def mouseXCor: Double
    Definition Classes
    Workspace
  31. def mouseYCor: Double
    Definition Classes
    Workspace
  32. def readNumberFromString(source: String): Double
  33. def setOutputAreaContents(text: String): Unit
    Definition Classes
    AbstractWorkspaceImporterUser
  34. def tokenizeForColorization(s: String): Array[Token]
    Definition Classes
    AbstractWorkspaceCompilerServices
  35. def updateMode(updateMode: UpdateMode): Unit
    Definition Classes
    AbstractWorkspace
  36. def updateMode(): UpdateMode
    Definition Classes
    AbstractWorkspace
  37. def updateUI(): Unit
    Definition Classes
    Workspace
  38. def userDirectory: Option[String]
    Definition Classes
    Workspace
  39. def userFile: Option[String]
    Definition Classes
    Workspace
  40. def userInput(msg: String): Option[String]
    Definition Classes
    Workspace
  41. def userMessage(msg: String): Boolean
    Definition Classes
    Workspace
  42. def userNewFile: Option[String]
    Definition Classes
    Workspace
  43. def userOneOf(msg: String, xs: LogoList): Option[AnyRef]
    Definition Classes
    Workspace
  44. def userYesOrNo(msg: String): Option[Boolean]
    Definition Classes
    Workspace
  45. 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