Uses of Interface
org.woehlke.simulation.evolution.dom.ISimGenWorld

Packages that use ISimGenWorld
org.woehlke.simulation.evolution.activities   
org.woehlke.simulation.evolution.dom   
org.woehlke.simulation.evolution.gui   
 

Uses of ISimGenWorld in org.woehlke.simulation.evolution.activities
 

Methods in org.woehlke.simulation.evolution.activities that return ISimGenWorld
 ISimGenWorld SimGenController.getWorld()
           
 ISimGenWorld ISimGenController.getWorld()
           
 

Methods in org.woehlke.simulation.evolution.activities with parameters of type ISimGenWorld
 void SimGenController.setWorld(ISimGenWorld world)
           
 void ISimGenController.setWorld(ISimGenWorld world)
           
 

Uses of ISimGenWorld in org.woehlke.simulation.evolution.dom
 

Classes in org.woehlke.simulation.evolution.dom that implement ISimGenWorld
 class SimGenWorld
          (C) 2006 - 2008 Thomas Woehlke http://www.thomas-woehlke.de
 

Uses of ISimGenWorld in org.woehlke.simulation.evolution.gui
 

Methods in org.woehlke.simulation.evolution.gui that return ISimGenWorld
 ISimGenWorld SimGenWorldCanvas.getWorld()
           
 ISimGenWorld ISimGenWorldCanvas.getWorld()
           
 

Methods in org.woehlke.simulation.evolution.gui with parameters of type ISimGenWorld
 void SimGenWorldCanvas.setWorld(ISimGenWorld world)
           
 void ISimGenWorldCanvas.setWorld(ISimGenWorld world)
           
 



Copyright © 2006-2008 Thomas Woehlke. All Rights Reserved.