|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnl.tudelft.simulation.event.EventProducer
nl.tudelft.simulation.dsol.gui.DSOLApplication
public class DSOLApplication
The DSOL Application
(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.
Field Summary | |
---|---|
protected Experiment |
experiment
the experiment |
protected Properties |
properties
the properties |
protected TreeSet |
recents
the 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 | |
---|---|
protected void |
finalize()
|
Experiment |
getExperiment()
returns the experiment |
Properties |
getProperties()
returns the properties |
static void |
main(String[] args)
executes the dsol control panel |
void |
setExperiment(Experiment experiment)
sets the experiment |
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 |
Field Detail |
---|
protected Experiment experiment
protected Properties properties
protected TreeSet recents
Constructor Detail |
---|
public DSOLApplication(URL navigation)
navigation
- an URL to an xml-based navigation structure.Method Detail |
---|
protected void finalize() throws Throwable
finalize
in class Object
Throwable
Object.finalize()
public Experiment getExperiment()
getExperiment
in interface DSOLApplicationInterface
public void setExperiment(Experiment experiment)
setExperiment
in interface DSOLApplicationInterface
experiment
- the experimentpublic Properties getProperties()
getProperties
in interface DSOLApplicationInterface
public static void main(String[] args)
args
- the command-line arguments
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |