JOpt.SDK.Implementation
Class Optimization.WorkerThread

java.lang.Object
  extended byjava.lang.Thread
      extended byJOpt.SDK.Implementation.Optimization.WorkerThread
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
Optimization

public class Optimization.WorkerThread
extends java.lang.Thread
implements java.lang.Runnable


Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
Optimization.WorkerThread(int innerLoopCount, int index)
           
 
Method Summary
 void run()
           
 void setUniverse(JOpt.SDK.Core.Universe universe)
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Optimization.WorkerThread

public Optimization.WorkerThread(int innerLoopCount,
                                 int index)
Method Detail

setUniverse

public void setUniverse(JOpt.SDK.Core.Universe universe)

run

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