t

org.nlogo.agent

TurtleManagement

trait TurtleManagement extends WorldKernel

Self Type
TurtleManagement with CoreWorld
Source
TurtleManagement.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TurtleManagement
  2. WorldKernel
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def breedsOwnCache: HashMap[String, Integer]
    Attributes
    protected
  2. abstract def clearObserverPosition(): Unit
  3. abstract def createTurtle(breed: AgentSet, color: Int, heading: Int): Turtle
  4. abstract def createTurtle(breed: AgentSet): Turtle
  5. abstract def linkBreeds: Map[String, TreeAgentSet]
    Definition Classes
    WorldKernel
  6. abstract def links: TreeAgentSet
    Definition Classes
    WorldKernel
  7. abstract def observer: Observer
    Definition Classes
    WorldKernel
  8. abstract def observers: AgentSet
    Definition Classes
    WorldKernel
  9. abstract def patches: IndexedAgentSet
    Definition Classes
    WorldKernel
  10. abstract def program: Program
    Definition Classes
    TurtleManagementWorldKernel
  11. abstract def topology: Topology
    Definition Classes
    WorldKernel

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val _turtles: TreeAgentSet
    Attributes
    protected
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def breedOwns(breed: AgentSet, name: String): Boolean
  7. val breeds: Map[String, TreeAgentSet]
    Definition Classes
    TurtleManagementWorldKernel
  8. def breedsOwnIndexOf(breed: AgentSet, name: String): Int
  9. def breedsOwnNameAt(breed: api.AgentSet, index: Int): String
  10. def checkTurtleShapeName(name: String): String
  11. def clearAll(): Unit
    Definition Classes
    TurtleManagementWorldKernel
  12. def clearTurtles(): Unit
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def getBreed(breedName: String): TreeAgentSet
  17. def getBreedSingular(breed: AgentSet): String
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  19. def getTurtle(id: Long): Turtle
  20. def getVariablesArraySize(turtle: api.Turtle, breed: api.AgentSet): Int
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  22. def isBreed(breed: AgentSet): Boolean
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def lineThickness(agent: Agent): Double
  25. val lineThicknesses: Map[Agent, Double]
    Attributes
    protected
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def newTurtleId(): Long
  28. def nextTurtleIndex: Long
  29. def nextTurtleIndex(nextTurtleIndex: Long): Unit
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  32. def removeLineThickness(agent: Agent): Unit
  33. def setLineThickness(agent: Agent, size: Double): Unit
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. val turtleBreedShapes: BreedShapes
  37. def turtleShapeList: ShapeList
  38. val turtleShapes: ShapeListTracker
  39. def turtles: TreeAgentSet
    Definition Classes
    TurtleManagementWorldKernel
  40. def turtlesOwnIndexOf(name: String): Int
  41. def turtlesOwnNameAt(index: Int): String
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from WorldKernel

Inherited from AnyRef

Inherited from Any

Ungrouped