t

org.nlogo.agent

DimensionManagement

trait DimensionManagement extends AnyRef

Self Type
DimensionManagement with WorldJ
Source
DimensionManagement.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DimensionManagement
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val dimensionVariableNames: Seq[String]
    Attributes
    protected
  2. abstract def topology: Topology

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. val _maxPxcorBoxed: Double
  5. val _maxPycorBoxed: Double
  6. val _minPxcorBoxed: Double
  7. val _minPycorBoxed: Double
  8. val _worldHeightBoxed: Double
  9. val _worldWidthBoxed: Double
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  12. def copyDimensions(other: DimensionManagement): Unit
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equalDimensions(d: WorldDimensions): Boolean
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def growMax(min: Int, max: Int, value: Int, d: Int): Int
    Annotations
    @throws( classOf[WorldDimensionException] )
  19. def growMin(min: Int, max: Int, value: Int, d: Int): Int
    Annotations
    @throws( classOf[WorldDimensionException] )
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def isDimensionVariable(variableName: String): Boolean
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def maxPxcor: Int
  24. def maxPxcorBoxed: Double
  25. def maxPycor: Int
  26. def maxPycorBoxed: Double
  27. def minPxcor: Int
  28. def minPxcorBoxed: Double
  29. def minPycor: Int
  30. def minPycorBoxed: Double
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. def patchSize(patchSize: Double): Boolean
  35. def patchSize: Double
  36. def setDimensionVariable(variableName: String, value: Int, d: WorldDimensions): WorldDimensions
    Annotations
    @throws( classOf[WorldDimensionException] )
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. def validPatchCoordinates(xc: Int, yc: Int): Boolean
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  43. def worldHeight: Int
  44. def worldHeightBoxed: Double
  45. def worldWidth: Int
  46. def worldWidthBoxed: Double
  47. def wrap(pos: Double, min: Double, max: Double): Double
  48. def wrapAndRoundX(x: Double): Int
    Annotations
    @throws( classOf[AgentException] )
  49. def wrapAndRoundY(y: Double): Int
    Annotations
    @throws( classOf[AgentException] )
  50. def wrapX(x: Double): Double
    Annotations
    @throws( classOf[AgentException] )
  51. def wrapY(y: Double): Double
    Annotations
    @throws( classOf[AgentException] )
  52. def wrappingAllowedInX: Boolean
  53. def wrappingAllowedInY: Boolean

Inherited from AnyRef

Inherited from Any

Ungrouped