trait GrossWorldState extends WorldKernel
- Self Type
- GrossWorldState with CoreWorld with WorldJ
- Source
- GrossWorldState.scala
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- GrossWorldState
- WorldKernel
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
breeds: Map[String, TreeAgentSet]
- Definition Classes
- WorldKernel
-
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
- WorldKernel
-
abstract
def
topology: Topology
- Definition Classes
- WorldKernel
-
abstract
def
turtles: TreeAgentSet
- 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
_mayHavePartiallyTransparentObjects: Boolean
- Attributes
- protected
-
val
_patchColors: Array[Int]
- Attributes
- protected
-
val
_patchScratch: Array[Array[Double]]
- Attributes
- protected
-
val
_patchesWithLabels: Int
- Attributes
- protected
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clearAll(): Unit
- Definition Classes
- GrossWorldState → WorldKernel
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
- def copyGrossState(other: GrossWorldState): Unit
- def displayOn(displayOn: Boolean): Unit
- def displayOn: Boolean
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getDrawing: AnyRef
- def getPatchScratch: Array[Array[Double]]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def markDrawingClean(): Unit
- def markPatchColorsClean(): Unit
- def markPatchColorsDirty(): Unit
- def mayHavePartiallyTransparentObjects: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def patchChangedColorAt(patchId: Int, color: Double): Unit
- def patchColors: Array[Int]
- def patchColorsDirty: Boolean
- def patchesAllBlack: Boolean
- def patchesWithLabels: Int
- def sendPixels: Boolean
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def trailDrawer: TrailDrawerInterface
- def trailDrawer(trailDrawer: TrailDrawerInterface): Unit
-
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( ... )