Input parameter helper class.
Methods
__init__(( (object)arg1 [, ...) | Construct from parameter file. |
addParameter(( (InputParmManager)arg1, ...) | Adds the (name, str(value)) parameter pair to this parameter set. |
checkForParameter(( (InputParmManager)arg1, ...) | Returns True if this parameter set contains the named parameter. |
checkForSection(( (InputParmManager)arg1, ...) | Returns True if parms contain the named section. |
getBaseName(( (InputParmManager)arg1) -> str :) | Returns the parameter file base name. |
getParameter(( (InputParmManager)arg1, ...) | Returns the value of the parameter named name. |
getSection(( (InputParmManager)arg1, ...) | Returns InputParmSection associated with the specified name. |
getSectionNames(...) | Returns list of InputParmSection section names. |
getUsedParmsList(...) | Returns string of used parameter names, i.e. |
getWholeParmsList(...) | Returns string of all parameter names. |
getWorkingDirectory(...) | Returns the working directory containing the parameter file. |
resetUsedParmsList(...) | Resets the list of used parameters. |