org.gscg.experiment.scenario
Class ScenarioParsingThread

java.lang.Object
  extended byjava.lang.Thread
      extended byorg.gscg.experiment.scenario.ScenarioParsingThread
All Implemented Interfaces:
java.lang.Runnable

public class ScenarioParsingThread
extends java.lang.Thread

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.

Since:
1.0.0
Version:
$Revision: 1.2 $ $Date: 2005/08/03 08:52:50 $
Author:
Stijn-Pieter van Houten

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

SCENARIO_PARSED_EVENT

public static final nl.tudelft.simulation.event.EventType SCENARIO_PARSED_EVENT
SCENARIO_PARSED_EVENT


source

protected nl.tudelft.simulation.event.EventListenerInterface source
the owning listener


scenario

protected java.net.URL scenario
the scenario

Constructor Detail

ScenarioParsingThread

public ScenarioParsingThread(nl.tudelft.simulation.event.EventListenerInterface source,
                             java.net.URL scenario)
constructs a new ScenarioParsingThread

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

run

public void run()
See Also:
Runnable.run()


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