t

org.nlogo.agent

LinkManagement

trait LinkManagement extends WorldKernel

Source
LinkManagement.scala
Linear Supertypes
WorldKernel, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LinkManagement
  2. WorldKernel
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def breeds: Map[String, TreeAgentSet]
    Definition Classes
    WorldKernel
  2. abstract def breedsOwnCache: HashMap[String, Integer]
    Attributes
    protected
  3. abstract def linkManager: LinkManager
  4. abstract def links: TreeAgentSet
    Definition Classes
    WorldKernel
  5. abstract def observer: Observer
    Definition Classes
    WorldKernel
  6. abstract def observers: AgentSet
    Definition Classes
    WorldKernel
  7. abstract def patches: IndexedAgentSet
    Definition Classes
    WorldKernel
  8. abstract def program: Program
    Definition Classes
    LinkManagementWorldKernel
  9. abstract def topology: Topology
    Definition Classes
    WorldKernel
  10. abstract def turtles: TreeAgentSet
    Definition Classes
    LinkManagementWorldKernel

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def checkLinkShapeName(name: String): String
  6. def clearAll(): Unit
    Definition Classes
    LinkManagementWorldKernel
  7. def clearLinks(): Unit
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. def compareLinkBreeds(breed1: AgentSet, breed2: AgentSet): Int
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def getLink(end1: AnyRef, end2: AnyRef, breed: AgentSet): Link
  15. def getLinkBreed(breedName: String): AgentSet
  16. def getLinkBreedSingular(breed: AgentSet): String
  17. def getLinkShape(name: String): Shape
  18. def getLinkVariablesArraySize(breed: AgentSet): Int
  19. def getVariablesArraySize(link: api.Link, breed: api.AgentSet): Int
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def isLinkBreed(breed: AgentSet): Boolean
  23. def linkBreedOwns(breed: AgentSet, name: String): Boolean
  24. val linkBreedShapes: BreedShapes
  25. val linkBreeds: Map[String, TreeAgentSet]
    Definition Classes
    LinkManagementWorldKernel
  26. def linkBreedsOwnIndexOf(breed: AgentSet, name: String): Int
  27. def linkBreedsOwnNameAt(breed: AgentSet, index: Int): String
  28. def linkShapeList: ShapeList
  29. val linkShapes: ShapeListTracker
  30. def linksOwnIndexOf(name: String): Int
  31. def linksOwnNameAt(index: Int): String
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. def newLinkId(): Long
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from WorldKernel

Inherited from AnyRef

Inherited from Any

Ungrouped