jmetal.experiments.util
Class RunExperiment

java.lang.Object
  extended by java.lang.Thread
      extended by jmetal.experiments.util.RunExperiment
All Implemented Interfaces:
java.lang.Runnable

public class RunExperiment
extends java.lang.Thread

Class implementing the steps to run an experiment


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
 Experiment experiment_
           
 int id_
           
 java.util.HashMap<java.lang.String,java.lang.Object> map_
           
 int numberOfProblems_
           
 int numberOfThreads_
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
RunExperiment(Experiment experiment, java.util.HashMap<java.lang.String,java.lang.Object> map, int id, int numberOfThreads, int numberOfProblems)
           
 
Method Summary
 void run()
           
 
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
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

experiment_

public Experiment experiment_

id_

public int id_

map_

public java.util.HashMap<java.lang.String,java.lang.Object> map_

numberOfThreads_

public int numberOfThreads_

numberOfProblems_

public int numberOfProblems_
Constructor Detail

RunExperiment

public RunExperiment(Experiment experiment,
                     java.util.HashMap<java.lang.String,java.lang.Object> map,
                     int id,
                     int numberOfThreads,
                     int numberOfProblems)
Method Detail

run

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