|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
org.gscg.experiment.scenario.ScenarioParsingThread
A ScenarioParsingThread.
Copyright (c) 2003-2005 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information www.simulation.tudelft.nl . The source code and binary code of this software is proprietary information of Delft University of Technology.
Field Summary | |
protected java.net.URL |
scenario
the scenario |
static nl.tudelft.simulation.event.EventType |
SCENARIO_PARSED_EVENT
SCENARIO_PARSED_EVENT |
protected nl.tudelft.simulation.event.EventListenerInterface |
source
the owning listener |
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
ScenarioParsingThread(nl.tudelft.simulation.event.EventListenerInterface source,
java.net.URL scenario)
constructs a new ScenarioParsingThread |
Method Summary | |
void |
run()
|
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, 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 |
public static final nl.tudelft.simulation.event.EventType SCENARIO_PARSED_EVENT
protected nl.tudelft.simulation.event.EventListenerInterface source
protected java.net.URL scenario
Constructor Detail |
public ScenarioParsingThread(nl.tudelft.simulation.event.EventListenerInterface source, java.net.URL scenario)
source
- the source of this threadscenario
- the scenario to parseMethod Detail |
public void run()
Runnable.run()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |