nl.tudelft.simulation.xml.dsol
Class ExperimentParsingThread

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

public class ExperimentParsingThread
extends Thread

A ExperimentParsingThread
(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:
1.0 Mar 2, 2004
Author:
Peter Jacobs

Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
 
Field Summary
protected  URL experiment
          the experiment
static EventType EXPERIMENT_PARSED_EVENT
          EXPERIMENT_PARSED_EVENT
protected  EventListenerInterface source
          the owning listener
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
ExperimentParsingThread(EventListenerInterface source, URL experiment)
          constructs a new ExperimentParsingThread
 
Method Summary
 void run()
           
 
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_PARSED_EVENT

public static final EventType EXPERIMENT_PARSED_EVENT
EXPERIMENT_PARSED_EVENT


source

protected EventListenerInterface source
the owning listener


experiment

protected URL experiment
the experiment

Constructor Detail

ExperimentParsingThread

public ExperimentParsingThread(EventListenerInterface source,
                               URL experiment)
constructs a new ExperimentParsingThread

Parameters:
source - the source of this thread
experiment - the experiment to parse
Method Detail

run

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


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