edu.udo.cs.yale.gui
Class ExperimentThread

java.lang.Object
  extended by java.lang.Thread
      extended by edu.udo.cs.yale.gui.ExperimentThread
All Implemented Interfaces:
ExperimentListener, java.lang.Runnable

public class ExperimentThread
extends java.lang.Thread
implements ExperimentListener

A Thread for running an experiment in. This thread is necessary in order to keep the GUI running (and working).

Version:
$Id: ExperimentThread.java,v 2.15 2006/03/21 15:35:40 ingomierswa Exp $
Author:
Ingo Mierswa, Simon Fischer

Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
private  Experiment experiment
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
ExperimentThread(Experiment experiment)
           
 
Method Summary
static void beep(java.lang.String reason)
           
 void experimentEnded()
           
 void experimentStarts()
           
 void experimentStep(ExperimentOperator op)
           
 void run()
           
 void stopExperiment()
           
 
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
 

Field Detail

experiment

private Experiment experiment
Constructor Detail

ExperimentThread

public ExperimentThread(Experiment experiment)
Method Detail

run

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

beep

public static void beep(java.lang.String reason)

stopExperiment

public void stopExperiment()

experimentStarts

public void experimentStarts()
Specified by:
experimentStarts in interface ExperimentListener

experimentStep

public void experimentStep(ExperimentOperator op)
Specified by:
experimentStep in interface ExperimentListener

experimentEnded

public void experimentEnded()
Specified by:
experimentEnded in interface ExperimentListener


Copyright © 2001-2006