trait LinkManagement extends WorldKernel
Ordering
- Alphabetic
- By Inheritance
Inherited
- LinkManagement
- WorldKernel
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
breeds: Map[String, TreeAgentSet]
- Definition Classes
- WorldKernel
-
abstract
def
breedsOwnCache: HashMap[String, Integer]
- Attributes
- protected
- abstract def linkManager: LinkManager
-
abstract
def
links: TreeAgentSet
- Definition Classes
- WorldKernel
-
abstract
def
observer: Observer
- Definition Classes
- WorldKernel
-
abstract
def
observers: AgentSet
- Definition Classes
- WorldKernel
-
abstract
def
patches: IndexedAgentSet
- Definition Classes
- WorldKernel
-
abstract
def
program: Program
- Definition Classes
- LinkManagement → WorldKernel
-
abstract
def
topology: Topology
- Definition Classes
- WorldKernel
-
abstract
def
turtles: TreeAgentSet
- Definition Classes
- LinkManagement → WorldKernel
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def checkLinkShapeName(name: String): String
-
def
clearAll(): Unit
- Definition Classes
- LinkManagement → WorldKernel
- def clearLinks(): Unit
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
- def compareLinkBreeds(breed1: AgentSet, breed2: AgentSet): Int
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getLink(end1: AnyRef, end2: AnyRef, breed: AgentSet): Link
- def getLinkBreed(breedName: String): AgentSet
- def getLinkBreedSingular(breed: AgentSet): String
- def getLinkShape(name: String): Shape
- def getLinkVariablesArraySize(breed: AgentSet): Int
- def getVariablesArraySize(link: api.Link, breed: api.AgentSet): Int
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isLinkBreed(breed: AgentSet): Boolean
- def linkBreedOwns(breed: AgentSet, name: String): Boolean
- val linkBreedShapes: BreedShapes
-
val
linkBreeds: Map[String, TreeAgentSet]
- Definition Classes
- LinkManagement → WorldKernel
- def linkBreedsOwnIndexOf(breed: AgentSet, name: String): Int
- def linkBreedsOwnNameAt(breed: AgentSet, index: Int): String
- def linkShapeList: ShapeList
- val linkShapes: ShapeListTracker
- def linksOwnIndexOf(name: String): Int
- def linksOwnNameAt(index: Int): String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newLinkId(): Long
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )