Topology

org.nlogo.agent.Topology
See theTopology companion object
trait Topology(val world: World) extends Neighbors

Attributes

Companion
object
Source
Topology.scala
Graph
Supertypes
trait Neighbors
class Object
trait Matchable
class Any
Known subtypes
class Box
class Torus
class Torus3D
class VertCylinder
trait XBlocks
trait XWraps
trait YBlocks
trait YWraps
Show all

Members list

Value members

Abstract methods

def distanceWrap(dx: Double, dy: Double, x1: Double, y1: Double, x2: Double, y2: Double): Double

Attributes

Source
Topology.scala

Attributes

Source
Topology.scala

Attributes

Source
Topology.scala
def towardsWrap(headingX: Double, headingY: Double): Double

Attributes

Source
Topology.scala
def wrapX(x: Double): Double

Attributes

Source
Topology.scala
def wrapY(y: Double): Double

Attributes

Source
Topology.scala

Attributes

Source
Topology.scala

Attributes

Source
Topology.scala

Concrete methods

def diffuse(amount: Double, vn: Int): Unit

Attributes

Source
Topology.scala
def diffuse4(amount: Double, vn: Int): Unit

Attributes

Source
Topology.scala

Attributes

Source
Topology.scala

Attributes

Source
Topology.scala
def getRegion(initialX: Int, initialY: Int, initialR: Int): ArrayList[(Int, Int)]

Attributes

Source
Topology.scala

Inherited methods

def getNeighbors(source: Patch): IndexedAgentSet

Attributes

Inherited from:
Neighbors
Source
Neighbors.scala
def getNeighbors4(source: Patch): IndexedAgentSet

Attributes

Inherited from:
Neighbors
Source
Neighbors.scala

Inherited and Abstract methods

def getPE(source: Patch): Patch

Attributes

Inherited from:
Neighbors
Source
Neighbors.scala
def getPN(source: Patch): Patch

Attributes

Inherited from:
Neighbors
Source
Neighbors.scala
def getPNE(source: Patch): Patch

Attributes

Inherited from:
Neighbors
Source
Neighbors.scala
def getPNW(source: Patch): Patch

Attributes

Inherited from:
Neighbors
Source
Neighbors.scala
def getPS(source: Patch): Patch

Attributes

Inherited from:
Neighbors
Source
Neighbors.scala
def getPSE(source: Patch): Patch

Attributes

Inherited from:
Neighbors
Source
Neighbors.scala
def getPSW(source: Patch): Patch

Attributes

Inherited from:
Neighbors
Source
Neighbors.scala
def getPW(source: Patch): Patch

Attributes

Inherited from:
Neighbors
Source
Neighbors.scala

Concrete fields

val world: World

Attributes

Source
Topology.scala