org.nlogo.agent

AgentSet

class AgentSet extends AgentSet

Attributes
abstract
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. def add (agent: Agent): Unit

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

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

    Attributes
    abstract
  4. def count (): Int

    Returns the number of agents in the set.

    Returns the number of agents in the set.

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

    Attributes
    abstract
  6. def iterator (): Iterator

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

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

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

    Attributes
    abstract
  10. def toLogoList (): LogoList

    Attributes
    abstract

Concrete Value Members

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

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

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

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

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

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

    Attributes
    final
    Definition Classes
    Any
  8. def clearDirected (): Unit

  9. def clone (): AnyRef

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

    Attributes
    final
    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. def getClass (): java.lang.Class[_]

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

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

  18. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  19. def isUndirected (): Boolean

  20. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    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. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    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. def wait (): Unit

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

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

    Attributes
    final
    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