javawrapper.BatchParFile Class Reference

Encapsulates a parameter file and the number of times to run it. More...

List of all members.

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.


Detailed Description

Encapsulates a parameter file and the number of times to run it.

Copyright: Copyright (c) Charles D. Canham 2005

Company: Institute of Ecosystem Studies

Author:
Lora E. Murphy
Version:
1.0

Constructor & Destructor Documentation

javawrapper.BatchParFile.BatchParFile ( String  sParFile,
int  iNumTimesToRun 
) [package]

Constructor.

Parameters:
sParFile String Parameter file name and path.
iNumTimesToRun int Number of times to run this file.


Member Function Documentation

String javawrapper.BatchParFile.GetParFile (  ) 

Gets the parameter file path and file name.

Returns:
String Parameter file path and file name.

int javawrapper.BatchParFile.GetNumberOfTimesToRun (  ) 

Gets the number of times to run this parameter file.

Returns:
int Number of times to run this parameter file.

String javawrapper.BatchParFile.toString (  ) 

How this class will display.

This is the file name (no path) with the number of times to run as well.

Returns:
String The parameter file and number of times to run it.


Member Data Documentation

Path and filename of parameter file.

Number of times to run this file in the batch.


The documentation for this class was generated from the following file:

Generated on Tue Apr 19 13:59:36 2011 for SORTIE Java Interface by  doxygen 1.5.6