Uses of Class
org.holtz.zoe.Joule

Packages that use Joule
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 Joule in org.holtz.zoe
 

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

Methods in org.holtz.zoe with parameters of type Joule
 void World.add(Joule newJoule)
           
 void World.remove(Joule deadJoule)
           
 

Uses of Joule in org.holtz.zoe.zoeswing
 

Fields in org.holtz.zoe.zoeswing declared as Joule
 Joule JouleLabel.joule
           
 

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

Constructors in org.holtz.zoe.zoeswing with parameters of type Joule
JouleLabel(Joule theJoule, WorldPanel wp)