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
| javawrapper::BatchParFile::BatchParFile | ( | String | sParFile, | |
| int | iNumTimesToRun | |||
| ) | [inline, package] |
Constructor.
| sParFile | String Parameter file name and path. | |
| iNumTimesToRun | int Number of times to run this file. |
| int javawrapper::BatchParFile::GetNumberOfTimesToRun | ( | ) | [inline] |
Gets the number of times to run this parameter file.
| String javawrapper::BatchParFile::GetParFile | ( | ) | [inline] |
Gets the parameter file path and file name.
| String javawrapper::BatchParFile::toString | ( | ) | [inline] |
How this class will display.
This is the file name (no path) with the number of times to run as well.
1.4.7