nl.tudelft.simulation.xml.dsol
Class ExperimentParser

java.lang.Object
  extended by 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.
 
Method Summary
static Experiment parseExperiment(URL input)
          parses an experiment xml-file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExperimentParser

protected ExperimentParser()
constructs a new ExperimentParser This is a Utility Class.

Method Detail

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.