nl.tudelft.simulation.examples.dsol.examples
Class DSOLApplication

java.lang.Object
  extended by nl.tudelft.simulation.event.EventProducer
      extended by nl.tudelft.simulation.dsol.gui.DSOLApplication
          extended by nl.tudelft.simulation.examples.dsol.examples.DSOLApplication
All Implemented Interfaces:
Serializable, nl.tudelft.simulation.dsol.gui.DSOLApplicationInterface, EventProducerInterface

public class DSOLApplication
extends nl.tudelft.simulation.dsol.gui.DSOLApplication


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.

Version:
Jan 6, 2007
Author:
Alexander Verbraeck
See Also:
Serialized Form

Field Summary
 
Fields inherited from class nl.tudelft.simulation.dsol.gui.DSOLApplication
experiment, properties, recents
 
Fields inherited from class nl.tudelft.simulation.event.EventProducer
listeners
 
Fields inherited from interface nl.tudelft.simulation.dsol.gui.DSOLApplicationInterface
EXPERIMENT_CHANGED_EVENT
 
Fields inherited from interface nl.tudelft.simulation.event.EventProducerInterface
FIRST_POSITION, LAST_POSITION
 
Constructor Summary
DSOLApplication(URL navigation)
          constructs a new DSOLApplicationInterface
 
Method Summary
static void main(String[] args)
          executes the dsol control panel
 
Methods inherited from class nl.tudelft.simulation.dsol.gui.DSOLApplication
finalize, getExperiment, getProperties, setExperiment
 
Methods inherited from class nl.tudelft.simulation.event.EventProducer
addListener, addListener, addListener, addListener, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, getEventTypes, removeAllListeners, removeAllListeners, removeListener
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface nl.tudelft.simulation.event.EventProducerInterface
addListener, addListener, addListener, addListener, getEventTypes, removeListener
 

Constructor Detail

DSOLApplication

public DSOLApplication(URL navigation)
constructs a new DSOLApplicationInterface

Parameters:
navigation - an URL to an xml-based navigation structure.
Method Detail

main

public static void main(String[] args)
executes the dsol control panel

Parameters:
args - the command-line arguments


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