Trait

org.nlogo.workspace.AbstractWorkspaceTraits

HubNetManager

Related Doc: package AbstractWorkspaceTraits

Permalink

trait HubNetManager extends AbstractWorkspace

Self Type
AbstractWorkspaceScala
Source
AbstractWorkspaceScala.scala
Linear Supertypes
Known Subclasses
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

Type Members

  1. abstract class FileImporter extends AnyRef

    Permalink
    Attributes
    protected[org.nlogo.workspace]
    Definition Classes
    AbstractWorkspace

Abstract Value Members

  1. abstract def aggregateManager: AggregateManagerInterface

    Permalink
    Definition Classes
    Workspace
  2. abstract def attachModelDir(filePath: String): String

    Permalink
    Definition Classes
    ExtendableWorkspace
    Annotations
    @throws( ... )
  3. abstract def behaviorSpaceExperimentName(name: String): Unit

    Permalink
    Definition Classes
    Workspace
  4. abstract def behaviorSpaceExperimentName: String

    Permalink
    Definition Classes
    Workspace
  5. abstract def behaviorSpaceRunNumber(n: Int): Unit

    Permalink
    Definition Classes
    Workspace
  6. abstract def behaviorSpaceRunNumber: Int

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

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

    Permalink
    Definition Classes
    AbstractWorkspaceWorkspace
  9. abstract def changeTopology(wrapX: Boolean, wrapY: Boolean): Unit

    Permalink
    Definition Classes
    Workspace
  10. abstract def clearAll(): Unit

    Permalink
    Definition Classes
    AbstractWorkspaceWorkspace
  11. abstract def clearDrawing(): Unit

    Permalink
    Definition Classes
    AbstractWorkspaceWorkspace
  12. abstract def clearLastLogoException(): Unit

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

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

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

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

    Permalink
    Definition Classes
    Workspace
    Annotations
    @throws( classOf[CompilerException] )
  17. abstract def compileCommands(source: String): Procedure

    Permalink
    Definition Classes
    Workspace
    Annotations
    @throws( classOf[CompilerException] )
  18. abstract def compileReporter(source: String): Procedure

    Permalink
    Definition Classes
    Workspace
    Annotations
    @throws( classOf[CompilerException] )
  19. abstract def compiler: CompilerInterface

    Permalink
    Definition Classes
    Workspace
  20. abstract def compilerTestingMode: Boolean

    Permalink
    Definition Classes
    ExtendableWorkspace
  21. abstract def completedActivations: WeakHashMap[Activation, Boolean]

    Permalink
    Definition Classes
    Workspace
  22. abstract def convertToNormal(): String

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

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

    Permalink
    Definition Classes
    Workspace
  25. abstract def drawSpotlight: Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ExtendableWorkspace
  43. abstract def fontSize: Int

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

    Permalink
    Definition Classes
    Workspace
  45. abstract def getCompilationEnvironment: CompilationEnvironment

    Permalink
    Definition Classes
    WorkspaceWorkspace
  46. abstract def getModelDir: String

    Permalink
    Definition Classes
    Workspace
  47. abstract def getModelFileName: String

    Permalink
    Definition Classes
    Workspace
  48. abstract def getModelPath: String

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

    Permalink
    Definition Classes
    ImporterUser
  50. abstract def graphicsChecksum: String

    Permalink
    Definition Classes
    Workspace
  51. abstract def hubNetManagerFactory: HubNetManagerFactory

    Permalink
  52. abstract def importDrawing(file: File): Unit

    Permalink
    Attributes
    protected[org.nlogo.workspace]
    Definition Classes
    AbstractWorkspace
  53. abstract def importerErrorHandler(): ErrorHandler

    Permalink
    Attributes
    protected[org.nlogo.workspace]
    Definition Classes
    AbstractWorkspace
  54. abstract def inspectAgent(agentKind: AgentKind, agent: Agent, radius: Double): Unit

    Permalink
    Definition Classes
    Workspace
  55. abstract def inspectAgent(agent: Agent, radius: Double): Unit

    Permalink
    Definition Classes
    Workspace
  56. abstract def isHeadless: Boolean

    Permalink
    Definition Classes
    ViewSettings
  57. abstract def lastLogoException: LogoException

    Permalink
    Definition Classes
    Workspace
  58. abstract def magicOpen(name: String): Unit

    Permalink
    Definition Classes
    AbstractWorkspaceWorkspace
  59. abstract def makeCommandThunk(code: String, jobOwnerName: String, rng: MersenneTwisterFast): CommandLogoThunk

    Permalink
    Definition Classes
    LogoThunkFactory
    Annotations
    @throws( classOf[CompilerException] )
  60. abstract def makeCommandThunk(code: String, jobOwnerName: String): CommandLogoThunk

    Permalink
    Definition Classes
    LogoThunkFactory
    Annotations
    @throws( classOf[CompilerException] )
  61. abstract def makeReporterThunk(code: String, jobOwnerName: String): ReporterLogoThunk

    Permalink
    Definition Classes
    LogoThunkFactory
    Annotations
    @throws( classOf[CompilerException] )
  62. abstract def modelNameForDisplay: String

    Permalink
    Definition Classes
    HubNetWorkspaceInterface
  63. abstract def open(path: String): Unit

    Permalink
    Definition Classes
    AbstractWorkspaceWorkspaceWorkspaceControllable
  64. abstract def openModel(model: Model): Unit

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

    Permalink
    Definition Classes
    AbstractWorkspaceWorkspace
  66. abstract def outputObject(obj: AnyRef, owner: AnyRef, addNewline: Boolean, readable: Boolean, destination: OutputDestination): Unit

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

    Permalink
    Definition Classes
    JobManagerOwner
  68. abstract def patchSize: Double

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

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

    Permalink
    Definition Classes
    JobManagerOwner
  71. abstract def perspective: Perspective

    Permalink
    Definition Classes
    ViewSettings
  72. abstract def plotManager: AnyRef

    Permalink
    Definition Classes
    Workspace
  73. abstract def previewCommands: PreviewCommands

    Permalink
    Definition Classes
    Workspace
  74. abstract def profilingEnabled: Boolean

    Permalink
    Definition Classes
    ExtendableWorkspace
  75. abstract def profilingTracer: Tracer

    Permalink
    Definition Classes
    Workspace
  76. abstract def readFromString(path: String): AnyRef

    Permalink
    Definition Classes
    ExtendableWorkspace
  77. abstract def renderPerspective: Boolean

    Permalink
    Definition Classes
    ViewSettings
  78. abstract def renderer: RendererInterface

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

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

    Permalink
    Definition Classes
    AbstractWorkspaceWorkspace
  81. abstract def resetTicks(c: Context): Unit

    Permalink
    Definition Classes
    Workspace
  82. abstract def resizeView(): Unit

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

    Permalink
    Definition Classes
    Workspace
  84. abstract def runCompiledReporter(owner: JobOwner, procedure: Procedure): AnyRef

    Permalink
    Definition Classes
    Workspace
  85. abstract def runtimeError(owner: JobOwner, context: Context, instruction: Instruction, ex: Exception): Unit

    Permalink
    Definition Classes
    JobManagerOwner
  86. abstract def seedRNGs(seed: Int): Unit

    Permalink
    Definition Classes
    RandomServices
  87. abstract def sendOutput(oo: OutputObject, toOutputArea: Boolean): Unit

    Permalink
    Attributes
    protected[org.nlogo.workspace]
    Definition Classes
    AbstractWorkspace
  88. abstract def setDimensions(dim: WorldDimensions, patchSize: Double): Unit

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

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

    Permalink
    Definition Classes
    Workspace
  91. abstract def setProfilingTracer(tracer: Tracer): Unit

    Permalink
    Definition Classes
    ExtendableWorkspace
  92. abstract def setupPlots(c: Context): Unit

    Permalink
    Definition Classes
    Workspace
  93. abstract def startLogging(properties: String): Unit

    Permalink
    Definition Classes
    Workspace
  94. abstract def stopInspectingAgent(agent: Agent): Unit

    Permalink
    Definition Classes
    Workspace
  95. abstract def stopInspectingDeadAgents(): Unit

    Permalink
    Definition Classes
    Workspace
  96. abstract def tick(c: Context, originalInstruction: Instruction): Unit

    Permalink
    Definition Classes
    Workspace
  97. abstract def updateDisplay(haveWorldLockAlready: Boolean): Unit

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

    Permalink
    Definition Classes
    Workspace
  99. abstract def viewHeight: Double

    Permalink
    Definition Classes
    ViewSettings
  100. abstract def viewOffsetX: Double

    Permalink
    Definition Classes
    ViewSettings
  101. abstract def viewOffsetY: Double

    Permalink
    Definition Classes
    ViewSettings
  102. abstract def viewWidth: Double

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

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

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

    Permalink
    Definition Classes
    Workspace
  106. abstract def world: World

    Permalink
    Definition Classes
    WorkspaceWorkspace
  107. abstract def worldChecksum: String

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

    Permalink
    Definition Classes
    Workspace

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. def addJobFromJobThread(job: Job): Unit

    Permalink
    Definition Classes
    AbstractWorkspaceWorkspace
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def auxRNG(): MersenneTwisterFast

    Permalink
    Definition Classes
    AbstractWorkspaceRandomServices
  8. def beep(): Unit

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

    Permalink
    Definition Classes
    AbstractWorkspaceCompilerServices
  10. def checkReporterSyntax(source: String): Unit

    Permalink
    Definition Classes
    AbstractWorkspaceCompilerServices
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def compileForRun(source: String, context: Context, reporter: Boolean): Procedure

    Permalink
    Definition Classes
    AbstractWorkspaceWorkspace
  13. def dispose(): Unit

    Permalink
    Definition Classes
    HubNetManagerAbstractWorkspaceWorkspaceWorkspace
    Annotations
    @throws( classOf[InterruptedException] )
  14. def doImport(importer: AbstractWorkspaceScala.FileImporter): Unit

    Permalink
    Attributes
    protected[org.nlogo.workspace]
    Definition Classes
    AbstractWorkspace
  15. def doImport(importer: BufferedReaderImporter): Unit

    Permalink
    Definition Classes
    AbstractWorkspace
  16. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def exportInterfaceGlobals(writer: PrintWriter): Unit

    Permalink
    Attributes
    protected[org.nlogo.workspace]
    Definition Classes
    AbstractWorkspace
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def findProcedurePositions(source: String): Map[String, ProcedureSyntax]

    Permalink
    Definition Classes
    AbstractWorkspaceCompilerServices
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def getExtensionManager(): ExtensionManager

    Permalink
    Definition Classes
    AbstractWorkspaceWorkspace
  23. def getHubNetManager: Option[HubNetInterface]

    Permalink
    Definition Classes
    HubNetManagerWorkspace
  24. def getProcedures(): Map[String, Procedure]

    Permalink
    Definition Classes
    AbstractWorkspaceWorkspace
  25. def getPropertiesInterface(): WorldPropertiesInterface

    Permalink
  26. def getSource(filename: String): String

    Permalink
    Definition Classes
    AbstractWorkspaceExtendableWorkspace
  27. def getTokenAtPosition(s: String, pos: Int): Token

    Permalink
    Definition Classes
    AbstractWorkspaceCompilerServices
  28. def guessExportName(defaultName: String): String

    Permalink
    Definition Classes
    AbstractWorkspace
  29. def halt(): Unit

    Permalink
    Definition Classes
    AbstractWorkspace
  30. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  31. def hubNetManager: Option[HubNetInterface]

    Permalink
  32. def hubNetRunning: Boolean

    Permalink
  33. def hubNetRunning_=(running: Boolean): Unit

    Permalink
  34. def importDrawing(filename: String): Unit

    Permalink
    Definition Classes
    AbstractWorkspaceWorkspace
  35. def importExtensionData(name: String, data: List[Array[String]], handler: ImportErrorHandler): Unit

    Permalink
    Definition Classes
    AbstractWorkspaceImporterUser
  36. def importWorld(reader: Reader): Unit

    Permalink
    Definition Classes
    AbstractWorkspaceWorkspace
  37. def importWorld(filename: String): Unit

    Permalink
    Definition Classes
    AbstractWorkspaceWorkspace
  38. def init(): Unit

    Permalink
    Definition Classes
    AbstractWorkspace
  39. def isConstant(s: String): Boolean

    Permalink
    Definition Classes
    AbstractWorkspaceCompilerServices
  40. def isExtensionName(name: String): Boolean

    Permalink
    Definition Classes
    AbstractWorkspaceImporterUser
  41. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  42. def isReporter(s: String): Boolean

    Permalink
    Definition Classes
    AbstractWorkspaceCompilerServices
  43. def isValidIdentifier(s: String): Boolean

    Permalink
    Definition Classes
    AbstractWorkspaceCompilerServices
  44. def joinForeverButtons(agent: Agent): Unit

    Permalink
    Definition Classes
    AbstractWorkspaceWorkspace
  45. def lastRunTimes(): WeakHashMap[Job, WeakHashMap[Agent, WeakHashMap[Command, MutableLong]]]

    Permalink
    Definition Classes
    AbstractWorkspaceWorkspace
  46. def mainRNG(): MersenneTwisterFast

    Permalink
    Definition Classes
    AbstractWorkspaceRandomServices
  47. def mouseDown: Boolean

    Permalink
    Definition Classes
    Workspace
  48. def mouseInside: Boolean

    Permalink
    Definition Classes
    Workspace
  49. def mouseXCor: Double

    Permalink
    Definition Classes
    Workspace
  50. def mouseYCor: Double

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

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

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

    Permalink
    Definition Classes
    AnyRef
  54. def readNumberFromString(source: String): Double

    Permalink
  55. def setOutputAreaContents(text: String): Unit

    Permalink
    Definition Classes
    AbstractWorkspaceImporterUser
  56. def setProcedures(procedures: Map[String, Procedure]): Unit

    Permalink
    Definition Classes
    AbstractWorkspace
  57. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  59. def tokenizeForColorization(s: String): Array[Token]

    Permalink
    Definition Classes
    AbstractWorkspaceCompilerServices
  60. def updateMode(updateMode: UpdateMode): Unit

    Permalink
    Definition Classes
    AbstractWorkspace
  61. def updateMode(): UpdateMode

    Permalink
    Definition Classes
    AbstractWorkspace
  62. def updateUI(): Unit

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  73. def warningMessage(message: String): Boolean

    Permalink

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