edu.turtlekit2.kernel.environment
Class Pheromone

java.lang.Object
  extended by edu.turtlekit2.kernel.environment.Pheromone

Deprecated.

public class Pheromone
extends Object

A dynamic pheromone

Author:
Fabien Michel

Field Summary
protected  TurtleEnvironment env
          Deprecated.  
 
Constructor Summary
Pheromone(TurtleEnvironment env, String name, int x, int y, double quantity)
          Deprecated. Creates a new instance of Pheromone
 
Method Summary
 boolean diffusion()
          Deprecated. diffusion method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

env

protected TurtleEnvironment env
Deprecated. 
Constructor Detail

Pheromone

public Pheromone(TurtleEnvironment env,
                 String name,
                 int x,
                 int y,
                 double quantity)
Deprecated. 
Creates a new instance of Pheromone

Method Detail

diffusion

public boolean diffusion()
Deprecated. 
diffusion method