Package uchicago.src.sim.parameter

Interface Summary
ParameterSetter Classes implementing this interface should also have a no-argument constructor.
 

Class Summary
AbstractParameterSetter Defines some common code to be used by implementations of ParameterSetter.
AbstractParameterSetter.ParamName Represents a parameter name as both its "given name" and as fully lower case.
AbstractParameterSetter.ParamNameIterator  
DefaultParameterSetter Implementation of ParameterSetter that works with the original "{" style repast parameter format.
NumericParameter A numeric batch run parameter.
Parameter Abstract base class for batch run parameters.
ParameterLexer A lexer for parameter files.
ParameterReader Reads a model's parameters from a parameter file for a batch run.
ParameterSetterFactory Factory utility methods for creating ParameterSetters given a specifed file.
ParameterUtility Some utility methods for working with parameters.
XMLParameterFileWriter Creates an XML based parameter file.
XMLParameterReader Deprecated. This no longer is used, xml parameter files are now translated through XSLT to the normal parameter file format and read in through the ParameterReader.