nl.tudelft.simulation.dsol.interpreter
Class InterpretationThread

java.lang.Object
  extended by java.lang.Thread
      extended by nl.tudelft.simulation.dsol.interpreter.InterpretationThread
All Implemented Interfaces:
Runnable

public final class InterpretationThread
extends Thread

A InterpretationThread
(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: Lesser General Public License (LGPL) , no warranty.

Version:
$Revision: 1.1 $ $Date: 2007/01/06 13:25:12 $
Author:
Peter Jacobs

Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
InterpretationThread(Runnable target)
          constructs a new InterpretationThread
InterpretationThread(Runnable target, String name)
          constructs a new InterpretationThread
InterpretationThread(ThreadGroup group, Runnable target)
          constructs a new InterpretationThread
InterpretationThread(ThreadGroup group, Runnable target, String name)
          constructs a new InterpretationThread
 
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
 

Constructor Detail

InterpretationThread

public InterpretationThread(Runnable target)
constructs a new InterpretationThread

Parameters:
target - the target.

InterpretationThread

public InterpretationThread(Runnable target,
                            String name)
constructs a new InterpretationThread

Parameters:
target - the target.
name - the name of the thread

InterpretationThread

public InterpretationThread(ThreadGroup group,
                            Runnable target)
constructs a new InterpretationThread

Parameters:
group - the threadGroup
target - the target.

InterpretationThread

public InterpretationThread(ThreadGroup group,
                            Runnable target,
                            String name)
constructs a new InterpretationThread

Parameters:
group - the threadGroup
target - the target.
name - the name of the thread
Method Detail

run

public void run()
Specified by:
run in interface Runnable
Overrides:
run in class Thread
See Also:
Runnable.run()


Copyright © 2002-2011 Delft University of Technology, the Netherlands. All Rights Reserved.