org.nlogo.agent

AgentSet

abstract class AgentSet extends AgentSet

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

Abstract Value Members

  1. abstract def add(agent: Agent): Unit

  2. abstract def agent(i: Long): Agent

  3. abstract def contains(agent: Agent): Boolean

  4. abstract def count(): Int

    Returns the number of agents in the set.

    Returns the number of agents in the set.

    Definition Classes
    AgentSetAgentSet
  5. abstract def isEmpty(): Boolean

  6. abstract def iterator(): Iterator

  7. abstract def randomOne(precomputedCount: Int, random: Int): Agent

  8. abstract def shufflerator(random: MersenneTwisterFast): Iterator

  9. abstract def toArray(): Array[Agent]

  10. abstract def toLogoList(): LogoList

Concrete 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 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
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clearDirected(): Unit

  9. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. 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
  12. def equals(arg0: Any): Boolean

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

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

  15. final def getClass(): java.lang.Class[_]

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

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

  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. def isUndirected(): Boolean

  20. final def ne(arg0: AnyRef): Boolean

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

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

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

  25. def setDirected(directed: Boolean): Unit

  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def toString(): String

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

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

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

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

Inherited from Any