nl.tudelft.simulation.xml.dsol
Class ExperimentParser
java.lang.Object
nl.tudelft.simulation.xml.dsol.ExperimentParser
public class ExperimentParser
- extends Object
The ExperimentParser parses xml-based experiments into their java objects
(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:
- 2.0 21.09.2003
- Author:
- Peter
Jacobs
Constructor Summary |
protected |
ExperimentParser()
constructs a new ExperimentParser This is a Utility Class. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExperimentParser
protected ExperimentParser()
- constructs a new ExperimentParser This is a Utility Class.
parseExperiment
public static Experiment parseExperiment(URL input)
throws IOException
- parses an experiment xml-file.
- Parameters:
input
- the inputstream
- Returns:
- Experiment the experiment
- Throws:
IOException
- whenever parsing fails
Copyright © 2002-2010 Delft University of Technology, the Netherlands. All Rights Reserved.