fr.reseaumexico.model.parser
Class MexicoXmlParser<M>
java.lang.Object
java.io.Reader
java.io.InputStreamReader
java.io.FileReader
fr.reseaumexico.model.parser.XmlParser<M>
fr.reseaumexico.model.parser.MexicoXmlParser<M>
- All Implemented Interfaces:
- Closeable, Readable
- Direct Known Subclasses:
- ExperimentDesignParser, InputDesignParser
public abstract class MexicoXmlParser<M>
- extends XmlParser<M>
Abstract parser to get model from xml file using XPP3 for mexico
- Since:
- 0.1
- Author:
- sletellier
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MexicoXmlParser
public MexicoXmlParser(File file)
throws FileNotFoundException
- Throws:
FileNotFoundException
parseDate
public Date parseDate(String toParse)
throws ParseException
- Throws:
ParseException
getTypedValue
public Object getTypedValue(ValueType type,
String value)
Copyright © 2011-2012 Code Lutin. All Rights Reserved.