com.croftsoft.apps.evolve
Class Bug

java.lang.Object
  extended by com.croftsoft.apps.evolve.Bug

public final class Bug
extends Object

Data for a bug.

Since:
2001-03-03
Version:
2002-03-03
Author:
David Wallace Croft

Field Summary
 Color color
           
 int energy
           
 boolean[] genesX
           
 boolean[] genesY
           
 int x
           
 int y
           
 
Constructor Summary
Bug()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public int x

y

public int y

energy

public int energy

genesX

public boolean[] genesX

genesY

public boolean[] genesY

color

public Color color
Constructor Detail

Bug

public Bug()

CroftSoft Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)