Uses of Class
org.holtz.zoe.Bug

Packages that use Bug
org.holtz.zoe A Zoe World with evolvable Bugs controlled by Genes coded as mutating Zoel programs.
 
org.holtz.zoe.zoeswing A Swing GUI to display and control a Zoe World and its Bugs.
 
 

Uses of Bug in org.holtz.zoe
 

Fields in org.holtz.zoe declared as Bug
 Bug Bug.father
           
 Bug Bug.lastMate
           
 Bug Bug.mother
           
 

Fields in org.holtz.zoe with type parameters of type Bug
 java.util.ArrayList<Bug> World.bugs
           
 

Methods in org.holtz.zoe that return Bug
 Bug World.closestBug(Bug from, double maxRange)
           
 Bug World.closestBug(Bug from, double maxRange, double minRange)
           
 Bug Bug.nextChild(Bug currentChild)
           
 Bug Bug.nextDescendant(Bug currentDescendant)
           
 Bug Bug.nextDescendant(Bug currentDescendant, java.util.List<Bug> generation)
           
 Bug Bug.nextSibling()
           
 Bug Bug.youngestChild()
           
 

Methods in org.holtz.zoe with parameters of type Bug
 void World.add(Bug newBug)
           
 void Genotype.addMember(Bug bug)
           
 Bug World.closestBug(Bug from, double maxRange)
           
 Bug World.closestBug(Bug from, double maxRange, double minRange)
           
 ZObject World.closestObject(Bug from, double maxRange)
           
 ZObject World.closestObject(Bug from, double maxRange, double minRange)
           
 Bug Bug.nextChild(Bug currentChild)
           
 Bug Bug.nextDescendant(Bug currentDescendant)
           
 Bug Bug.nextDescendant(Bug currentDescendant, java.util.List<Bug> generation)
           
 void World.remove(Bug bug)
           
 

Method parameters in org.holtz.zoe with type arguments of type Bug
 Bug Bug.nextDescendant(Bug currentDescendant, java.util.List<Bug> generation)
           
 

Constructors in org.holtz.zoe with parameters of type Bug
Phene(Bug b, Gene g)
           
PheneList(Bug bug)
           
Phenotype(Bug b)
           
 

Uses of Bug in org.holtz.zoe.zoeswing
 

Fields in org.holtz.zoe.zoeswing declared as Bug
 Bug BugPanel.bug
           
 Bug BugLabel.bug
           
 Bug BugIcon.bug
           
 

Methods in org.holtz.zoe.zoeswing with parameters of type Bug
 void WorldPanel.add(Bug bug)
           
 

Constructors in org.holtz.zoe.zoeswing with parameters of type Bug
BugFrame(Bug theBug)
           
BugIcon(Bug theBug)
           
BugLabel(Bug theBug, javax.swing.JPanel container)
           
BugPanel(Bug theBug)