public class XmlSimulationParametersReader extends Object implements ISimulationParametersReader
Constructor and Description |
---|
XmlSimulationParametersReader() |
Modifier and Type | Method and Description |
---|---|
protected org.xml.sax.helpers.DefaultHandler |
getDefaultHandler() |
SimulationParameters |
read(File file) |
SimulationParameters |
read(InputStream input) |
SimulationParameters |
read(String file) |
public SimulationParameters read(File file) throws FileNotFoundException, IOException
read
in interface ISimulationParametersReader
FileNotFoundException
IOException
public SimulationParameters read(String file) throws FileNotFoundException, IOException
read
in interface ISimulationParametersReader
FileNotFoundException
IOException
public SimulationParameters read(InputStream input) throws IOException
read
in interface ISimulationParametersReader
IOException
protected org.xml.sax.helpers.DefaultHandler getDefaultHandler()
Copyright © 2013. All Rights Reserved.