Uses of Class
org.holtz.zoe.World

Packages that use World
org.holtz.zoe A Zoe World with evolvable Bugs controlled by Genes coded as mutating Zoel programs.
 
org.holtz.zoe.zoel A Turing-complete mutatable programming language featuring block statements, a stack, a heap, registers of sensory data, and operators to perform actions in the Zoe World.
 
org.holtz.zoe.zoeswing A Swing GUI to display and control a Zoe World and its Bugs.
 
 

Uses of World in org.holtz.zoe
 

Fields in org.holtz.zoe declared as World
 World ZObject.world
           
 

Methods in org.holtz.zoe that return World
 World Phene.world()
           
 World Bug.world()
           
 

Methods in org.holtz.zoe with parameters of type World
 double Point.bearing(Point target, World world)
           
 double Point.bearing(Point target, World world, double[] range)
           
 double Point.range(Point target, World world)
           
 

Constructors in org.holtz.zoe with parameters of type World
Bug(World theWorld)
           
Bug(World theWorld, Genotype theGenotype)
           
Joule(World theWorld)
           
ZObject(World theWorld)
           
 

Uses of World in org.holtz.zoe.zoel
 

Methods in org.holtz.zoe.zoel that return World
 World ZoelVMHost.world()
           
 

Uses of World in org.holtz.zoe.zoeswing
 

Fields in org.holtz.zoe.zoeswing declared as World
 World WorldPanel.world
           
 

Constructors in org.holtz.zoe.zoeswing with parameters of type World
SpeciesScoreBoardFrame(World theWorld)