org.woehlke.simulation.evolution.activities
Interface ISimGenController

All Superinterfaces:
java.lang.Runnable
All Known Implementing Classes:
SimGenController

public interface ISimGenController
extends java.lang.Runnable

(C) 2006 - 2008 Thomas Woehlke http://www.thomas-woehlke.de

Author:
Thomas Woehlke Date: 05.02.2006 Time: 01:02:38

Method Summary
 void exit()
           
 ISimGenWorldCanvas getCanvas()
           
 java.lang.Boolean getGoOn()
           
 SimGenPoint getMax()
           
 ISimGenWorld getWorld()
           
 void run()
           
 void setCanvas(ISimGenWorldCanvas canvas)
           
 void setGoOn(java.lang.Boolean goOn)
           
 void setMax(SimGenPoint max)
           
 void setWorld(ISimGenWorld world)
           
 void start()
           
 

Method Detail

run

void run()
Specified by:
run in interface java.lang.Runnable

start

void start()

exit

void exit()

getCanvas

ISimGenWorldCanvas getCanvas()

setCanvas

void setCanvas(ISimGenWorldCanvas canvas)

getMax

SimGenPoint getMax()

setMax

void setMax(SimGenPoint max)

getGoOn

java.lang.Boolean getGoOn()

setGoOn

void setGoOn(java.lang.Boolean goOn)

getWorld

ISimGenWorld getWorld()

setWorld

void setWorld(ISimGenWorld world)


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