c

org.nlogo.agent

TickCounter

class TickCounter extends AnyRef

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

Instance Constructors

  1. new TickCounter()

Value Members

  1. def clear(): Unit
  2. def reset(): Unit
  3. def tick(amount: Double = 1): Unit
  4. def ticks: Double
  5. def ticks_=(ticks: Double): Unit