nl.tudelft.simulation.xml.dsol
Class ExperimentParsingThread
java.lang.Object
java.lang.Thread
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
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 |
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
ExperimentParsingThread
public ExperimentParsingThread(EventListenerInterface source,
URL experiment)
- constructs a new ExperimentParsingThread
- Parameters:
source
- the source of this threadexperiment
- the experiment to parse
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.