java.lang.Object org.nlogo.agent.TickCounter
public class TickCounter
Constructor Summary | |
---|---|
TickCounter()
|
Method Summary | |
---|---|
void |
reset()
|
void |
set(double ticks)
|
void |
tick()
|
void |
tick(double amount)
|
double |
ticks()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TickCounter()
Method Detail |
---|
public double ticks()
public void set(double ticks)
public void tick()
public void tick(double amount)
public void reset()