class
AgentSet
extends AgentSet
Abstract Value Members
-
def
add
(agent: Agent): Unit
-
def
agent
(i: Long): Agent
-
def
contains
(agent: Agent): Boolean
-
def
count
(): Int
-
def
isEmpty
(): Boolean
-
def
iterator
(): Iterator
-
def
randomOne
(precomputedCount: Int, random: Int): Agent
-
def
shufflerator
(random: MersenneTwisterFast): Iterator
-
def
toArray
(): Array[Agent]
-
def
toLogoList
(): LogoList
Concrete Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
agents
(): Iterable[Agent]
-
def
asInstanceOf
[T0]
: T0
-
def
clearDirected
(): Unit
-
def
clone
(): AnyRef
-
def
eq
(arg0: AnyRef): Boolean
-
def
equalAgentSets
(otherSet: AgentSet): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getAgentBit
(): Byte
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isDirected
(): Boolean
-
def
isInstanceOf
[T0]
: Boolean
-
def
isUndirected
(): Boolean
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
printName
(): String
-
def
randomSubset
(resultSize: Int, precomputedCount: Int, randomerizer: MersenneTwisterFast): AgentSet
-
def
setDirected
(directed: Boolean): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
type
(): java.lang.Class[_ <: org.nlogo.agent.Agent]
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
world
(): World
Inherited from AnyRef
Inherited from Any