Trait

org.nlogo.api

Workspace

Related Doc: package api

Permalink

trait Workspace extends ImporterUser with LiteralParser with RandomServices with ViewSettings with Controllable

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

Abstract Value Members

  1. abstract def auxRNG: MersenneTwisterFast

    Permalink
    Definition Classes
    RandomServices
  2. abstract def behaviorSpaceRunNumber(n: Int): Unit

    Permalink
  3. abstract def behaviorSpaceRunNumber: Int

    Permalink
  4. abstract def benchmark(minTime: Int, maxTime: Int): Unit

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

    Permalink
  6. abstract def clearAll(): Unit

    Permalink
  7. abstract def clearDrawing(): Unit

    Permalink
  8. abstract def clearLastLogoException(): Unit

    Permalink
  9. abstract def clearOutput(): Unit

    Permalink
  10. abstract def clearTicks(): Unit

    Permalink
  11. abstract def command(source: String): Unit

    Permalink
    Definition Classes
    Controllable
  12. abstract def compilerTestingMode: Boolean

    Permalink
  13. abstract def currentPlot(plot: String): Unit

    Permalink
    Definition Classes
    ImporterUser
  14. abstract def dispose(): Unit

    Permalink
    Annotations
    @throws( classOf[InterruptedException] )
  15. abstract def drawSpotlight: Boolean

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

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

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

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

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

    Permalink
    Annotations
    @throws( classOf[IOException] )
  21. abstract def exportInterface(path: String): Unit

    Permalink
    Annotations
    @throws( classOf[IOException] )
  22. abstract def exportOutput(path: String): Unit

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

    Permalink
    Annotations
    @throws( classOf[IOException] )
  24. abstract def exportView: BufferedImage

    Permalink
  25. abstract def exportView(path: String, format: String): Unit

    Permalink
    Annotations
    @throws( classOf[IOException] )
  26. abstract def exportWorld(writer: PrintWriter): Unit

    Permalink
    Annotations
    @throws( classOf[IOException] )
  27. abstract def exportWorld(path: String): Unit

    Permalink
    Annotations
    @throws( classOf[IOException] )
  28. abstract def fontSize: Int

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

    Permalink
  30. abstract def getCompilationEnvironment: CompilationEnvironment

    Permalink
  31. abstract def getExtensionManager: ExtensionManager

    Permalink
  32. abstract def getModelDir: String

    Permalink
  33. abstract def getModelFileName: String

    Permalink
  34. abstract def getModelPath: String

    Permalink
  35. abstract def getPlot(plot: String): PlotInterface

    Permalink
    Definition Classes
    ImporterUser
  36. abstract def graphicsChecksum: String

    Permalink
  37. abstract def importDrawing(path: String): Unit

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

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

    Permalink
    Annotations
    @throws( classOf[IOException] )
  40. abstract def importWorld(reader: Reader): Unit

    Permalink
    Annotations
    @throws( classOf[IOException] )
  41. abstract def isExtensionName(name: String): Boolean

    Permalink
    Definition Classes
    ImporterUser
  42. abstract def isHeadless: Boolean

    Permalink
    Definition Classes
    ViewSettings
  43. abstract def lastLogoException: LogoException

    Permalink
  44. abstract def mainRNG: MersenneTwisterFast

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

    Permalink
    Definition Classes
    WorkspaceControllable
    Annotations
    @throws( classOf[IOException] )
  46. abstract def openModel(model: Model): Unit

    Permalink
  47. abstract def outputObject(obj: AnyRef, owner: AnyRef, addNewline: Boolean, readable: Boolean, destination: OutputDestination): Unit

    Permalink
  48. abstract def patchSize: Double

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

    Permalink
    Definition Classes
    WorldResizer
  50. abstract def perspective: Perspective

    Permalink
    Definition Classes
    ViewSettings
  51. abstract def plotManager: AnyRef

    Permalink
  52. abstract def previewCommands: PreviewCommands

    Permalink
  53. abstract def profilingEnabled: Boolean

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

    Permalink
    Definition Classes
    LiteralParser
  55. abstract def readNumberFromString(source: String): AnyRef

    Permalink
    Definition Classes
    LiteralParser
  56. abstract def renderPerspective: Boolean

    Permalink
    Definition Classes
    ViewSettings
  57. abstract def renderer: RendererInterface

    Permalink
  58. abstract def report(source: String): AnyRef

    Permalink
    Definition Classes
    Controllable
  59. abstract def resizeView(): Unit

    Permalink
    Definition Classes
    WorldResizer
  60. abstract def seedRNGs(seed: Int): Unit

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

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

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

    Permalink
  64. abstract def setOutputAreaContents(text: String): Unit

    Permalink
    Definition Classes
    ImporterUser
  65. abstract def viewHeight: Double

    Permalink
    Definition Classes
    ViewSettings
  66. abstract def viewOffsetX: Double

    Permalink
    Definition Classes
    ViewSettings
  67. abstract def viewOffsetY: Double

    Permalink
    Definition Classes
    ViewSettings
  68. abstract def viewWidth: Double

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

    Permalink
  70. abstract def waitForQueuedEvents(): Unit

    Permalink
  71. abstract def waitForResult[T](runnable: ReporterRunnable[T]): T

    Permalink
  72. abstract def warningMessage(message: String): Boolean

    Permalink
  73. abstract def world: World

    Permalink
  74. abstract def worldChecksum: String

    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
    Annotations
    @throws( classOf[IOException] )
  5. final def asInstanceOf[T0]: T0

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

    Permalink
  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
  15. def mouseInside: Boolean

    Permalink
  16. def mouseXCor: Double

    Permalink
  17. def mouseYCor: Double

    Permalink
  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
  24. def userDirectory: Option[String]

    Permalink
  25. def userFile: Option[String]

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

    Permalink
  27. def userMessage(msg: String): Boolean

    Permalink
  28. def userNewFile: Option[String]

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

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

    Permalink
  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 Controllable

Inherited from ViewSettings

Inherited from RandomServices

Inherited from LiteralParser

Inherited from ImporterUser

Inherited from WorldResizer

Inherited from AnyRef

Inherited from Any

Ungrouped