ant.debug
Class Round

java.lang.Object
  extended byant.debug.Round

class Round
extends java.lang.Object


Field Summary
 java.util.List ants
           
 java.util.List food
           
 java.util.List marker
           
 int number
           
 
Constructor Summary
Round(int number)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

number

public int number

ants

public java.util.List ants

food

public java.util.List food

marker

public java.util.List marker
Constructor Detail

Round

public Round(int number)