Public Member Functions | |
String | GetParFile () |
Gets the parameter file path and file name. | |
int | GetNumberOfTimesToRun () |
Gets the number of times to run this parameter file. | |
String | toString () |
How this class will display. | |
Package Functions | |
BatchParFile (String sParFile, int iNumTimesToRun) | |
Constructor. | |
Private Attributes | |
String | m_sParFilePath |
Path and filename of parameter file. | |
int | m_iNumTimesToRun |
Number of times to run this file in the batch. |
Copyright: Copyright (c) Charles D. Canham 2005
Company: Institute of Ecosystem Studies
|
Constructor.
|
|
Gets the number of times to run this parameter file.
|
|
Gets the parameter file path and file name.
|
|
How this class will display. This is the file name (no path) with the number of times to run as well.
|