t

org.nlogo.agent

LinkManagement

trait LinkManagement extends WorldKernel

Source
LinkManagement.scala
Linear Supertypes
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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  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. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. def getLink(end1: AnyRef, end2: AnyRef, breed: AgentSet): Link
  14. def getLinkBreed(breedName: String): AgentSet
  15. def getLinkBreedSingular(breed: AgentSet): String
  16. def getLinkShape(name: String): Shape
  17. def getLinkVariablesArraySize(breed: AgentSet): Int
  18. def getVariablesArraySize(link: api.Link, breed: api.AgentSet): Int
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def isLinkBreed(breed: AgentSet): Boolean
  22. def linkBreedOwns(breed: AgentSet, name: String): Boolean
  23. val linkBreedShapes: BreedShapes
  24. val linkBreeds: Map[String, TreeAgentSet]
    Definition Classes
    LinkManagementWorldKernel
  25. def linkBreedsOwnIndexOf(breed: AgentSet, name: String): Int
  26. def linkBreedsOwnNameAt(breed: AgentSet, index: Int): String
  27. def linkShapeList: ShapeList
  28. val linkShapes: ShapeListTracker
  29. def linksOwnIndexOf(name: String): Int
  30. def linksOwnNameAt(index: Int): String
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. def newLinkId(): Long
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from WorldKernel

Inherited from AnyRef

Inherited from Any

Ungrouped