Class

org.nlogo.agent

VertCylinder

Related Doc: package agent

Permalink

class VertCylinder extends Topology

Source
VertCylinder.scala
Linear Supertypes
Topology, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VertCylinder
  2. Topology
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new VertCylinder(world: World)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def diffuse(diffuseparam: Double, vn: Int): Unit

    Permalink
    Definition Classes
    VertCylinder → Topology
    Annotations
    @throws( classOf[AgentException] ) @throws( classOf[PatchException] )
  7. def diffuse4(diffuseparam: Double, vn: Int): Unit

    Permalink
    Definition Classes
    VertCylinder → Topology
    Annotations
    @throws( classOf[AgentException] ) @throws( classOf[PatchException] )
  8. def distanceWrap(dx: Double, dy: Double, x1: Double, y1: Double, x2: Double, y2: Double): Double

    Permalink
    Definition Classes
    VertCylinder → Topology
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def followOffsetY(): Double

    Permalink
    Definition Classes
    VertCylinder → Topology
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def getNeighbors(source: Patch): AgentSet

    Permalink
    Definition Classes
    VertCylinder → Topology
  15. def getNeighbors4(source: Patch): AgentSet

    Permalink
    Definition Classes
    VertCylinder → Topology
  16. def getPE(source: Patch): Patch

    Permalink
    Definition Classes
    VertCylinder → Topology
  17. def getPN(source: Patch): Patch

    Permalink
    Definition Classes
    VertCylinder → Topology
  18. def getPNE(source: Patch): Patch

    Permalink
    Definition Classes
    VertCylinder → Topology
  19. def getPNW(source: Patch): Patch

    Permalink
    Definition Classes
    VertCylinder → Topology
  20. def getPS(source: Patch): Patch

    Permalink
    Definition Classes
    VertCylinder → Topology
  21. def getPSE(source: Patch): Patch

    Permalink
    Definition Classes
    VertCylinder → Topology
  22. def getPSW(source: Patch): Patch

    Permalink
    Definition Classes
    VertCylinder → Topology
  23. def getPW(source: Patch): Patch

    Permalink
    Definition Classes
    VertCylinder → Topology
  24. def getPatchAt(xc: Double, yc: Double): Patch

    Permalink
    Definition Classes
    VertCylinder → Topology
    Annotations
    @throws( classOf[AgentException] )
  25. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. def observerY(): Double

    Permalink
    Definition Classes
    VertCylinder → Topology
  31. def shortestPathX(x1: Double, x2: Double): Double

    Permalink
    Definition Classes
    VertCylinder → Topology
  32. def shortestPathY(y1: Double, y2: Double): Double

    Permalink
    Definition Classes
    VertCylinder → Topology
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  35. def towardsWrap(headingX: Double, headingY: Double): Double

    Permalink
    Definition Classes
    VertCylinder → Topology
  36. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. def wrapX(x: Double): Double

    Permalink
    Definition Classes
    VertCylinder → Topology
  40. def wrapY(y: Double): Double

    Permalink
    Definition Classes
    VertCylinder → Topology
    Annotations
    @throws( classOf[AgentException] )

Inherited from Topology

Inherited from AnyRef

Inherited from Any

Ungrouped