repast.simphony.parameter.xml
Class XMLSweeperProducer
java.lang.Object
repast.simphony.parameter.xml.AbstractXMLSweeperProducer
repast.simphony.parameter.xml.XMLSweeperProducer
- All Implemented Interfaces:
- SweeperProducer
public class XMLSweeperProducer
- extends AbstractXMLSweeperProducer
A SweeperProducer that produces a sweeper based on an XML
parameter file.
- Version:
- $Revision$ $Date$
- Author:
- Nick Collier
|
Constructor Summary |
XMLSweeperProducer(URL paramsURL)
Creates an XMLSweeperProducer from the specified parameter file |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLSweeperProducer
public XMLSweeperProducer(URL paramsURL)
- Creates an XMLSweeperProducer from the specified parameter file
- Parameters:
paramsURL -
getParser
public ParameterSweepParser getParser()