t

org.nlogo.agent

DimensionManagement

trait DimensionManagement extends AnyRef

Self Type
DimensionManagement with WorldJ
Source
DimensionManagement.scala
Linear Supertypes
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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  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. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  17. def growMax(min: Int, max: Int, value: Int, d: Int): Int
    Annotations
    @throws( classOf[WorldDimensionException] )
  18. def growMin(min: Int, max: Int, value: Int, d: Int): Int
    Annotations
    @throws( classOf[WorldDimensionException] )
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  20. def isDimensionVariable(variableName: String): Boolean
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def maxPxcor: Int
  23. def maxPxcorBoxed: Double
  24. def maxPycor: Int
  25. def maxPycorBoxed: Double
  26. def minPxcor: Int
  27. def minPxcorBoxed: Double
  28. def minPycor: Int
  29. def minPycorBoxed: Double
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  33. def patchSize(patchSize: Double): Boolean
  34. def patchSize: Double
  35. def setDimensionVariable(variableName: String, value: Int, d: WorldDimensions): WorldDimensions
    Annotations
    @throws( classOf[WorldDimensionException] )
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. def validPatchCoordinates(xc: Int, yc: Int): Boolean
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def worldHeight: Int
  43. def worldHeightBoxed: Double
  44. def worldWidth: Int
  45. def worldWidthBoxed: Double
  46. def wrap(pos: Double, min: Double, max: Double): Double
  47. def wrapAndRoundX(x: Double): Int
    Annotations
    @throws( classOf[AgentException] )
  48. def wrapAndRoundY(y: Double): Int
    Annotations
    @throws( classOf[AgentException] )
  49. def wrapX(x: Double): Double
    Annotations
    @throws( classOf[AgentException] )
  50. def wrapY(y: Double): Double
    Annotations
    @throws( classOf[AgentException] )
  51. def wrappingAllowedInX: Boolean
  52. def wrappingAllowedInY: Boolean

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped