t

org.nlogo.agent

YBlocks

trait YBlocks extends Topology

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

Abstract Value Members

  1. abstract def distanceWrap(dx: Double, dy: Double, x1: Double, y1: Double, x2: Double, y2: Double): Double
    Definition Classes
    Topology
  2. abstract def getPE(source: Patch): Patch
    Definition Classes
    Neighbors
  3. abstract def getPN(source: Patch): Patch
    Definition Classes
    Neighbors
  4. abstract def getPNE(source: Patch): Patch
    Definition Classes
    Neighbors
  5. abstract def getPNW(source: Patch): Patch
    Definition Classes
    Neighbors
  6. abstract def getPS(source: Patch): Patch
    Definition Classes
    Neighbors
  7. abstract def getPSE(source: Patch): Patch
    Definition Classes
    Neighbors
  8. abstract def getPSW(source: Patch): Patch
    Definition Classes
    Neighbors
  9. abstract def getPW(source: Patch): Patch
    Definition Classes
    Neighbors
  10. abstract def shortestPathX(x1: Double, x2: Double): Double
    Definition Classes
    Topology
  11. abstract def shortestPathY(y1: Double, y2: Double): Double
    Definition Classes
    Topology
  12. abstract def towardsWrap(headingX: Double, headingY: Double): Double
    Definition Classes
    Topology
  13. abstract def wrapX(x: Double): Double
    Definition Classes
    Topology
    Annotations
    @throws( classOf[AgentException] )
  14. abstract def wrapY(y: Double): Double
    Definition Classes
    Topology
    Annotations
    @throws( classOf[AgentException] )

Concrete Value Members

  1. def diffuse(amount: Double, vn: Int): Unit
    Definition Classes
    Topology
    Annotations
    @throws( classOf[AgentException] ) @throws( classOf[PatchException] )
  2. def diffuse4(amount: Double, vn: Int): Unit
    Definition Classes
    Topology
    Annotations
    @throws( classOf[AgentException] ) @throws( classOf[PatchException] )
  3. def diffuseYBorder(amount: Double, vn: Int, fourWay: Boolean, scratch: Array[Array[Double]]): Unit
    Definition Classes
    YBlocksTopology
  4. def followOffsetX: Double
    Definition Classes
    Topology
  5. def followOffsetY: Double
    Definition Classes
    Topology
  6. def getNeighbors(source: Patch): IndexedAgentSet
    Definition Classes
    Neighbors
  7. def getNeighbors4(source: Patch): IndexedAgentSet
    Definition Classes
    Neighbors
  8. val world: World
    Definition Classes
    Topology
  9. val xWraps: Boolean
    Definition Classes
    Topology
  10. val yWraps: Boolean
    Definition Classes
    YBlocksTopology