ant.debug
Class AntWorld

java.lang.Object
  extended byant.debug.AntWorld

class AntWorld
extends java.lang.Object


Field Summary
 Ant[] ants
           
 Field[][] field
           
 
Constructor Summary
AntWorld(int n, int m, int numberOfAnts)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

field

public Field[][] field

ants

public Ant[] ants
Constructor Detail

AntWorld

public AntWorld(int n,
                int m,
                int numberOfAnts)