final class BasicGrowthPsdEvaluator.Runner
extends java.lang.Thread
Modifier and Type | Field and Description |
---|---|
private Individual |
ind |
(package private) float[][] |
resultPsd |
Constructor and Description |
---|
Runner() |
Modifier and Type | Method and Description |
---|---|
float[][] |
getResultPsd() |
void |
run()
Every 100 ms updates the interface with the current progress.
|
void |
setIndividual(Individual ind) |
activeCount, checkAccess, clone, 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
private Individual ind
float[][] resultPsd
public void setIndividual(Individual ind)
public float[][] getResultPsd()
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread