Instance Constructors
-
new
Observer
(world: World)
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
addObserver
(arg0: Observer): Unit
-
def
alpha
(): Int
-
def
asInstanceOf
[T0]
: T0
-
def
assertVariableConstraint
(vn: Int, value: Any): Unit
-
def
atHome2D
(): Boolean
-
def
atHome3D
(): Boolean
-
def
classDisplayName
(): String
-
def
clearChanged
(): Unit
-
def
clone
(): AnyRef
-
def
compareTo
(a: Agent): Int
-
def
countObservers
(): Int
-
def
deleteObserver
(arg0: Observer): Unit
-
def
deleteObservers
(): Unit
-
def
dist
(): Double
-
def
distance
(t: Turtle): Double
-
def
distance
(agent: Agent): Double
-
def
dx
(): Double
-
def
dy
(): Double
-
def
dz
(): Double
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
face
(x: Double, y: Double): Unit
-
def
face
(agent: Agent): Unit
-
def
finalize
(): Unit
-
def
followDistance
(followDistance: Int): Unit
-
def
followDistance
(): Int
-
def
followOffsetX
(): Double
-
def
followOffsetY
(): Double
-
def
getAgentBit
(): Int
-
def
getAgentClass
(): Class[Observer]
-
def
getBreedVariable
(name: String): AnyRef
-
def
getClass
(): java.lang.Class[_]
-
def
getLinkBreedVariable
(name: String): AnyRef
-
def
getLinkVariable
(vn: Int): AnyRef
-
def
getObserverVariable
(vn: Int): AnyRef
-
def
getPatchAtOffsets
(dx: Double, dy: Double): Patch
-
def
getPatchVariable
(vn: Int): AnyRef
-
def
getTurtleOrLinkVariable
(varName: String): AnyRef
-
def
getTurtleVariable
(vn: Int): AnyRef
-
def
getVariable
(vn: Int): AnyRef
-
def
getVariableCount
(): Int
-
def
hasChanged
(): Boolean
-
def
hashCode
(): Int
-
def
heading
(heading: Double): Unit
-
def
heading
(): Double
-
def
home
(): Unit
-
def
id
(): Long
-
def
isInstanceOf
[T0]
: Boolean
-
def
isPartiallyTransparent
(): Boolean
-
def
moveto
(otherAgent: Agent): Unit
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
notifyObservers
(arg0: Any): Unit
-
def
notifyObservers
(): Unit
-
def
orbitRight
(delta: Double): Unit
-
def
orbitUp
(delta: Double): Unit
-
def
oxcor
(oxcor: Double): Unit
-
def
oxcor
(): Double
-
def
oxyandzcor
(oxcor: Double, oycor: Double, ozcor: Double): Unit
-
def
oycor
(oycor: Double): Unit
-
def
oycor
(): Double
-
def
ozcor
(ozcor: Double): Unit
-
def
ozcor
(): Double
-
def
perspective
(perspective: Perspective): Unit
-
-
def
pitch
(pitch: Double): Unit
-
def
pitch
(): Double
-
def
resetPerspective
(): Unit
-
def
roll
(roll: Double): Unit
-
def
roll
(): Double
-
def
rotationPoint
(): Vect
-
def
setBreedVariable
(name: String, value: Any): Unit
-
def
setChanged
(): Unit
-
def
setLinkBreedVariable
(name: String, value: Any): Unit
-
def
setLinkVariable
(vn: Int, value: Double): Unit
-
def
setLinkVariable
(vn: Int, value: Any): Unit
-
def
setObserverVariable
(vn: Int, value: Any): Unit
-
def
setOrientation
(heading: Double, pitch: Double, roll: Double): Unit
-
def
setPatchVariable
(vn: Int, value: Double): Unit
-
def
setPatchVariable
(vn: Int, value: Any): Unit
-
def
setPerspective
(perspective: Perspective): Unit
-
def
setPerspective
(perspective: Perspective, agent: Agent): Unit
-
def
setRotationPoint
(agent: Agent): Unit
-
def
setRotationPoint
(x: Double, y: Double, z: Double): Unit
-
def
setRotationPoint
(v: Vect): Unit
-
def
setTurtleOrLinkVariable
(varName: String, value: Any): Unit
-
def
setTurtleVariable
(vn: Int, value: Double): Unit
-
def
setTurtleVariable
(vn: Int, value: Any): Unit
-
def
setVariable
(vn: Int, value: Any): Unit
-
def
shape
(): String
-
def
size
(): Double
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
targetAgent
(agent: Agent): Unit
-
def
targetAgent
(): Agent
-
def
toString
(): String
-
def
translate
(thetaX: Double, thetaY: Double): Unit
-
def
updatePosition
(): Boolean
-
def
variableConstraint
(vn: Int, con: ValueConstraint): Unit
-
def
variableConstraint
(vn: Int): ValueConstraint
-
def
variables
(): Array[AnyRef]
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
world
(): World
Inherited from Comparable[Agent]
Inherited from Observable
Inherited from AnyRef
Inherited from Any