org.nlogo.agent

ArrayAgentSet

final class ArrayAgentSet extends AgentSet

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

Instance Constructors

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

  2. new ArrayAgentSet(type: java.lang.Class[_ <: org.nlogo.agent.Agent], agents: Array[Agent], world: World)

  3. new ArrayAgentSet(type: java.lang.Class[_ <: org.nlogo.agent.Agent], initialCapacity: Int, removableAgents: Boolean, 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
    ArrayAgentSetAgentSet
  7. def agent(i: Long): Agent

    Definition Classes
    ArrayAgentSetAgentSet
  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
    ArrayAgentSetAgentSet
  13. def count(): Int

    Returns the number of agents in the set.

    Returns the number of agents in the set.

    Definition Classes
    ArrayAgentSetAgentSetAgentSet
  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
    ArrayAgentSetAgentSet
  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. def isUndirected(): Boolean

    Definition Classes
    AgentSet
  25. def iterator(): Iterator

    Definition Classes
    ArrayAgentSetAgentSet
  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
    ArrayAgentSetAgentSet
  31. def randomSubset(resultSize: Int, precomputedCount: Int, randomerizer: MersenneTwisterFast): AgentSet

    Definition Classes
    AgentSet
  32. def setDirected(directed: Boolean): Unit

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

    Definition Classes
    ArrayAgentSetAgentSet
  34. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Definition Classes
    ArrayAgentSetAgentSet
  36. def toLogoList(): LogoList

    Definition Classes
    ArrayAgentSetAgentSet
  37. def toString(): String

    Definition Classes
    ArrayAgentSet → AnyRef → Any
  38. 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
  39. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  42. 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