|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
org.woehlke.simulation.evolution.activities.SimGenController
public class SimGenController
(C) 2006 - 2008 Thomas Woehlke http://www.thomas-woehlke.de
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.lang.Thread |
---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
Field Summary |
---|
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
---|---|
SimGenController()
|
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)
|
Methods inherited from class java.lang.Thread |
---|
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.woehlke.simulation.evolution.activities.ISimGenController |
---|
start |
Constructor Detail |
---|
public SimGenController()
Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
run
in interface ISimGenController
run
in class java.lang.Thread
public void exit()
exit
in interface ISimGenController
public ISimGenWorldCanvas getCanvas()
getCanvas
in interface ISimGenController
public void setCanvas(ISimGenWorldCanvas canvas)
setCanvas
in interface ISimGenController
public SimGenPoint getMax()
getMax
in interface ISimGenController
public void setMax(SimGenPoint max)
setMax
in interface ISimGenController
public java.lang.Boolean getGoOn()
getGoOn
in interface ISimGenController
public void setGoOn(java.lang.Boolean goOn)
setGoOn
in interface ISimGenController
public ISimGenWorld getWorld()
getWorld
in interface ISimGenController
public void setWorld(ISimGenWorld world)
setWorld
in interface ISimGenController
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |