ucl.physiol.neuroconstruct.project
Class CellPositionGenerator
java.lang.Object
java.lang.Thread
ucl.physiol.neuroconstruct.project.CellPositionGenerator
- All Implemented Interfaces:
- Runnable
public class CellPositionGenerator
- extends Thread
Thread to handle generation of the cell positions based on the project settings
- Author:
- Padraig Gleeson
| Methods inherited from class java.lang.Thread |
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 |
myGeneratorType
public static final String myGeneratorType
- See Also:
- Constant Field Values
CellPositionGenerator
public CellPositionGenerator(Project project,
GenerationReport reportInterface)
setSimConfig
public void setSimConfig(SimConfig simConfig)
stopGeneration
public void stopGeneration()
run
public void run()
- Specified by:
run in interface Runnable- Overrides:
run in class Thread