t

org.nlogo.agent

CoreWorld

trait CoreWorld extends WorldWithWorldRenderable with WorldKernel with WatcherManagement

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CoreWorld
  2. WatcherManagement
  3. WorldKernel
  4. WorldWithWorldRenderable
  5. WorldRenderable
  6. World
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def breeds: Map[String, TreeAgentSet]
    Definition Classes
    WorldKernel
  2. abstract def breedsOwnNameAt(breed: api.AgentSet, i: Int): String
    Definition Classes
    World
  3. abstract def clearGlobals(): Unit
    Definition Classes
    World
  4. abstract def equalDimensions(d: WorldDimensions): Boolean
    Definition Classes
    World
  5. abstract def fastGetPatchAt(x: Int, y: Int): api.Patch
    Definition Classes
    World
  6. abstract def followOffsetX: Double
    Definition Classes
    World
  7. abstract def followOffsetY: Double
    Definition Classes
    World
  8. abstract def getBreed(name: String): api.AgentSet
    Definition Classes
    World
  9. abstract def getBreedSingular(breed: AgentSet): String
  10. abstract def getDimensions: WorldDimensions
    Definition Classes
    World
  11. abstract def getDrawing: AnyRef
    Definition Classes
    World
  12. abstract def getLinkBreed(name: String): api.AgentSet
    Definition Classes
    World
  13. abstract def getLinkBreedSingular(breed: AgentSet): String
  14. abstract def getLinkVariablesArraySize(breed: AgentSet): Int
  15. abstract def getPatch(i: Int): api.Patch
    Definition Classes
    World
  16. abstract def getPatchAt(x: Double, y: Double): api.Patch
    Definition Classes
    World
    Annotations
    @throws( classOf[AgentException] )
  17. abstract def getVariablesArraySize(turtle: api.Turtle, breed: api.AgentSet): Int
    Definition Classes
    World
  18. abstract def getVariablesArraySize(link: api.Link, breed: api.AgentSet): Int
    Definition Classes
    World
  19. abstract def isDimensionVariable(variableName: String): Boolean
    Definition Classes
    World
  20. abstract def linkBreeds: Map[String, TreeAgentSet]
    Definition Classes
    WorldKernel
  21. abstract def linkManager: LinkManager
  22. abstract def linkShapeList: ShapeList
    Definition Classes
    World
  23. abstract def linkShapes: ShapeListTracker
    Definition Classes
    World
  24. abstract def linksOwnNameAt(i: Int): String
    Definition Classes
    World
  25. abstract def markDrawingClean(): Unit
    Definition Classes
    World
  26. abstract def markPatchColorsClean(): Unit
    Definition Classes
    WorldRenderable
  27. abstract def markPatchColorsDirty(): Unit
    Definition Classes
    WorldRenderable
  28. abstract def maxPxcor: Int
    Definition Classes
    CoreWorldWorld
  29. abstract def maxPycor: Int
    Definition Classes
    CoreWorldWorld
  30. abstract def mayHavePartiallyTransparentObjects: Boolean

    Returns true if there is at least one partially transparent turtle, patch, link, or 3D stamp present.

    Returns true if there is at least one partially transparent turtle, patch, link, or 3D stamp present. This determines whether it is necessary to sort the objects by their distance to the observer before rendering, which is necessary for transparency to work in OpenGL.

    returns

    True if the scene has at least one partially transparent item

    Definition Classes
    WorldRenderable
  31. abstract def minPxcor: Int
    Definition Classes
    CoreWorldWorld
  32. abstract def minPycor: Int
    Definition Classes
    CoreWorldWorld
  33. abstract def observer: Observer
    Definition Classes
    WorldKernel
  34. abstract def observerOwnsIndexOf(name: String): Int
    Definition Classes
    World
  35. abstract def observers: AgentSet
    Definition Classes
    WorldKernel
  36. abstract def patchColors: Array[Int]
    Definition Classes
    World
  37. abstract def patchColorsDirty: Boolean
    Definition Classes
    WorldRenderable
  38. abstract def patchSize: Double
    Definition Classes
    World
  39. abstract def patchesAllBlack: Boolean
    Definition Classes
    World
  40. abstract def patchesWithLabels: Int
    Definition Classes
    World
  41. abstract def program: Program
    Definition Classes
    WorldKernel
  42. abstract def protractor: api.Protractor
    Definition Classes
    World
  43. abstract def realloc(): Unit
    Definition Classes
    World
  44. abstract def sendPixels: Boolean
    Definition Classes
    World
  45. abstract def setObserverVariableByName(variableName: String, value: AnyRef): Unit
    Definition Classes
    World
    Annotations
    @throws( classOf[AgentException] )
  46. abstract val tieManager: TieManager
  47. abstract def trailDrawer: TrailDrawerInterface
    Definition Classes
    World
  48. abstract def turtleShapeList: ShapeList
    Definition Classes
    World
  49. abstract def turtleShapes: ShapeListTracker
    Definition Classes
    World
  50. abstract def turtles: TreeAgentSet
    Definition Classes
    WorldKernel
  51. abstract def turtlesOwnNameAt(i: Int): String
    Definition Classes
    World
  52. abstract def worldHeight: Int
    Definition Classes
    CoreWorldWorld
  53. abstract def worldWidth: Int
    Definition Classes
    CoreWorldWorld
  54. abstract def wrap(pos: Double, min: Double, max: Double): Double
    Definition Classes
    World
  55. abstract def wrapX(x: Double): Double
    Definition Classes
    World
    Annotations
    @throws( classOf[AgentException] )
  56. abstract def wrapY(y: Double): Double
    Definition Classes
    World
    Annotations
    @throws( classOf[AgentException] )
  57. abstract def wrappedObserverX(x: Double): Double
    Definition Classes
    World
  58. abstract def wrappedObserverY(y: Double): Double
    Definition Classes
    World
  59. abstract def wrappingAllowedInX: Boolean
    Definition Classes
    World
  60. abstract def wrappingAllowedInY: Boolean
    Definition Classes
    World

Concrete Value Members

  1. def addWatcher(variableName: String, watcher: VariableWatcher): Unit

    A watcher to be notified every time the given variable changes for any agent.

    A watcher to be notified every time the given variable changes for any agent.

    variableName

    The variable name to watch as an upper case string; e.g. "XCOR"

    watcher

    The watcher to notify when the variable changes

    Definition Classes
    WatcherManagement
  2. def allStoredValues: Iterator[AnyRef]
    Definition Classes
    CoreWorldWorld
  3. val auxRNG: MersenneTwisterFast
    Definition Classes
    CoreWorldWorld
  4. def clearAll(): Unit
    Definition Classes
    CoreWorldWorldKernel
  5. def deleteWatcher(variableName: String, watcher: VariableWatcher): Unit

    Deletes a variable watcher.

    Deletes a variable watcher.

    variableName

    The watched variable name as an upper case string; e.g. "XCOR"

    watcher

    The watcher to delete

    Definition Classes
    WatcherManagement
  6. def generateSeed: Double
  7. def links: TreeAgentSet
    Definition Classes
    CoreWorldWorldKernelWorld
  8. val mainRNG: MersenneTwisterFast
    Definition Classes
    CoreWorldWorld
  9. def notifyWatchers(agent: Agent, vn: Int, value: AnyRef): Unit
    Definition Classes
    WatcherManagement
  10. def patches: IndexedAgentSet
    Definition Classes
    CoreWorldWorldKernelWorld
  11. val tickCounter: TickCounter
  12. def ticks: Double
    Definition Classes
    CoreWorldWorld
  13. val timer: Timer
    Definition Classes
    CoreWorldWorld
  14. def topology: Topology
    Definition Classes
    CoreWorldWorldKernel