uchicago.src.sim.engine
Class XMLParameterReader
java.lang.Object
|
+--uchicago.src.sim.engine.XMLParameterReader
- public class XMLParameterReader
- extends Object
Reads and parses xml format parameter files.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLParameterReader
public XMLParameterReader(String fileName)
throws IOException
parse
public void parse()
- Parses the Document tree creating repast parameter objects from the
elements.
getParameters
public Vector getParameters()
handleIncr
public NumericParameter handleIncr(NumericParameter me,
org.w3c.dom.NamedNodeMap attribs)
throws IOException
IOException
handleList
public NumericParameter handleList(NumericParameter me,
org.w3c.dom.NamedNodeMap attribs)
throws IOException
IOException
handleConst
public NumericParameter handleConst(NumericParameter me,
org.w3c.dom.NamedNodeMap attribs)
throws IOException
IOException
handleBooleanList
public NumericParameter handleBooleanList(NumericParameter me,
org.w3c.dom.NamedNodeMap attribs)
throws IOException
IOException
handleBooleanConst
public NumericParameter handleBooleanConst(NumericParameter me,
org.w3c.dom.NamedNodeMap attribs)
throws IOException
IOException
handleStringList
public NumericParameter handleStringList(NumericParameter me,
org.w3c.dom.NamedNodeMap attribs)
throws IOException
IOException
handleStringConst
public NumericParameter handleStringConst(NumericParameter me,
org.w3c.dom.NamedNodeMap attribs)
throws IOException
IOException
main
public static void main(String[] args)
Bug reports and feature requests to RePast