org.nlogo.agent

TreeAgentSet

class TreeAgentSet extends AgentSet

Source
TreeAgentSet.java
Linear Supertypes
AgentSet, AgentSet, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. TreeAgentSet
  2. AgentSet
  3. AgentSet
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TreeAgentSet(type: java.lang.Class[_ <: org.nlogo.agent.Agent], printName: String, world: World)

Type Members

  1. class Iterator extends Iterator

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def add(agent: Agent): Unit

    Definition Classes
    TreeAgentSetAgentSet
  7. def agent(i: Long): Agent

    Definition Classes
    TreeAgentSetAgentSet
  8. def agents(): Iterable[Agent]

    Returns an iterable that cn be used to iterate through the agents in this set.

    Returns an iterable that cn be used to iterate through the agents in this set.

    Definition Classes
    AgentSetAgentSet
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clearDirected(): Unit

    Definition Classes
    AgentSet
  11. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def contains(agent: Agent): Boolean

    Definition Classes
    TreeAgentSetAgentSet
  13. def count(): Int

    Returns the number of agents in the set.

    Returns the number of agents in the set.

    Definition Classes
    TreeAgentSetAgentSetAgentSet
  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def equalAgentSets(otherSet: AgentSet): Boolean

    Reports true if this AgentSet and the given AgentSet have the exact same agents

    Reports true if this AgentSet and the given AgentSet have the exact same agents

    Definition Classes
    AgentSetAgentSet
  16. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  18. def getAgentBit(): Byte

    Definition Classes
    AgentSet
  19. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. def isDirected(): Boolean

    Definition Classes
    AgentSet
  22. def isEmpty(): Boolean

    Definition Classes
    TreeAgentSetAgentSet
  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. def isUndirected(): Boolean

    Definition Classes
    AgentSet
  25. def iterator(): Iterator

    Definition Classes
    TreeAgentSetAgentSet
  26. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  29. def printName(): String

    Returns the name of the AgentSet, for all turtles, patches, or links returns its type, for breeds returns the breed name for all other sets returns an empty string

    Returns the name of the AgentSet, for all turtles, patches, or links returns its type, for breeds returns the breed name for all other sets returns an empty string

    Definition Classes
    AgentSetAgentSet
  30. def randomOne(precomputedCount: Int, random: Int): Agent

    Definition Classes
    TreeAgentSetAgentSet
  31. def randomSubset(resultSize: Int, precomputedCount: Int, randomerizer: MersenneTwisterFast): AgentSet

    Definition Classes
    AgentSet
  32. def remove(key: Any): Unit

    Definition Classes
    TreeAgentSetAgentSet
  33. def setDirected(directed: Boolean): Unit

    Definition Classes
    AgentSet
  34. def shufflerator(random: MersenneTwisterFast): Iterator

    Definition Classes
    TreeAgentSetAgentSet
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. def toArray(): Array[Agent]

    Definition Classes
    TreeAgentSetAgentSet
  37. def toLogoList(): LogoList

    Definition Classes
    TreeAgentSetAgentSet
  38. def toString(): String

    Definition Classes
    TreeAgentSet → AnyRef → Any
  39. def type(): java.lang.Class[_ <: org.nlogo.agent.Agent]

    Returns the type of agents in the AgentSet.

    Returns the type of agents in the AgentSet.

    Definition Classes
    AgentSetAgentSet
  40. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  41. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  42. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  43. def world(): World

    Returns the world object that this AgentSet is associated with.

    Returns the world object that this AgentSet is associated with.

    Definition Classes
    AgentSetAgentSet

Inherited from AgentSet

Inherited from AgentSet

Inherited from AnyRef

Inherited from Any