trait TurtleManagement extends WorldKernel
- Self Type
- TurtleManagement with CoreWorld
- Source
- TurtleManagement.scala
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- TurtleManagement
- WorldKernel
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
breedsOwnCache: HashMap[String, Integer]
- Attributes
- protected
- abstract def clearObserverPosition(): Unit
- abstract def createTurtle(breed: AgentSet, color: Int, heading: Int): Turtle
- abstract def createTurtle(breed: AgentSet): Turtle
-
abstract
def
linkBreeds: Map[String, TreeAgentSet]
- Definition Classes
- WorldKernel
-
abstract
def
links: TreeAgentSet
- Definition Classes
- WorldKernel
-
abstract
def
observer: Observer
- Definition Classes
- WorldKernel
-
abstract
def
observers: AgentSet
- Definition Classes
- WorldKernel
-
abstract
def
patches: IndexedAgentSet
- Definition Classes
- WorldKernel
-
abstract
def
program: Program
- Definition Classes
- TurtleManagement → WorldKernel
-
abstract
def
topology: Topology
- Definition Classes
- WorldKernel
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
_turtles: TreeAgentSet
- Attributes
- protected
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def breedOwns(breed: AgentSet, name: String): Boolean
-
val
breeds: Map[String, TreeAgentSet]
- Definition Classes
- TurtleManagement → WorldKernel
- def breedsOwnIndexOf(breed: AgentSet, name: String): Int
- def breedsOwnNameAt(breed: api.AgentSet, index: Int): String
- def checkTurtleShapeName(name: String): String
-
def
clearAll(): Unit
- Definition Classes
- TurtleManagement → WorldKernel
- def clearTurtles(): Unit
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def getBreed(breedName: String): TreeAgentSet
- def getBreedSingular(breed: AgentSet): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getTurtle(id: Long): Turtle
- def getVariablesArraySize(turtle: api.Turtle, breed: api.AgentSet): Int
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def isBreed(breed: AgentSet): Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lineThickness(agent: Agent): Double
-
val
lineThicknesses: Map[Agent, Double]
- Attributes
- protected
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newTurtleId(): Long
- def nextTurtleIndex: Long
- def nextTurtleIndex(nextTurtleIndex: Long): Unit
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def removeLineThickness(agent: Agent): Unit
- def setLineThickness(agent: Agent, size: Double): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- val turtleBreedShapes: BreedShapes
- def turtleShapeList: ShapeList
- val turtleShapes: ShapeListTracker
-
def
turtles: TreeAgentSet
- Definition Classes
- TurtleManagement → WorldKernel
- def turtlesOwnIndexOf(name: String): Int
- def turtlesOwnNameAt(index: Int): String
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )