javawrapper::TestNCIMortality Class Reference

This class is to help group test code. More...

List of all members.

Static Public Member Functions

static String WriteXMLErrorFile3 () throws java.io.IOException
 Writes an error condition where Xb for a species = 0.
static String WriteXMLErrorFile4 () throws java.io.IOException
 Writes an error condition where X0 for a species = 0.
static String WriteXMLErrorFile5 () throws java.io.IOException
 Writes an error condition where med.
static String WriteXMLErrorFile6 () throws java.io.IOException
 Writes an error condition where full damage eta for a species is not a proportion.
static String WriteXMLErrorFile7 () throws java.io.IOException
 Writes an error condition where med.
static String WriteXMLErrorFile8 () throws java.io.IOException
 Writes an error condition where full damage storm Effect for a species is not a proportion.
static String WriteXMLErrorFile9 () throws java.io.IOException
 Writes NCI mortality file with a min neighbor DBH < 0.
static String WriteXMLValidFile1 () throws java.io.IOException
 Writes a valid NCI mortality file.
static String WriteXMLCompatFile1 () throws java.io.IOException
 Writes a file to test backwards compatibility of NCI mortality.
static String WriteXMLErrorFile1 () throws java.io.IOException
 Writes an error condition where max radius of neighbor Effects is < 0.
static String WriteXMLErrorFile2 () throws java.io.IOException
 Writes an error condition where max probability of survival for a species is not between 0 and 1.

Static Private Member Functions

static void WriteValidateFilePart1 (FileWriter oOut) throws java.io. IOException
 Writes the beginning portion of a test parameter file.
static void WriteBehaviorList (FileWriter oOut) throws java.io. IOException
 Writes NCI mortality behavior list.
static void WriteNCIMaxCrowdingRadius (FileWriter oOut) throws java.io. IOException
 Writes NCI max crowding radius parameter.
static void WriteNCIMinNeighborDBH (FileWriter oOut) throws java.io. IOException
 Writes NCI minimum neighbor DBH parameter.
static void WriteNCINeighborDBHEffect (FileWriter oOut) throws java.io. IOException
 Writes NCI neighbor DBH effect parameter.
static void WriteNCINeighborDistEffect (FileWriter oOut) throws java. io. IOException
 Writes NCI neighbor distance effect parameter.
static void WriteNCIMaxProbSurvival (FileWriter oOut) throws java.io. IOException
 Writes NCI max survival probability parameter.
static void WriteNCISizeSensNCI (FileWriter oOut) throws java.io. IOException
 Writes NCI size sensitivity to NCI parameter.
static void WriteNCISizeEffectMode (FileWriter oOut) throws java.io. IOException
 Writes NCI size effect mode parameter.
static void WriteNCISizeEffectVar (FileWriter oOut) throws java.io. IOException
 Writes NCI size effect variance parameter.
static void WriteNCISlope (FileWriter oOut) throws java.io.IOException
 Writes NCI slope parameter.
static void WriteNCISteepness (FileWriter oOut) throws java.io. IOException
 Writes NCI steepness parameter.
static void WriteNCIStormEffMedDmg (FileWriter oOut) throws java.io. IOException
 Writes NCI storm effect medium damage parameter.
static void WriteNCIStormEffFullDmg (FileWriter oOut) throws java.io. IOException
 Writes NCI storm effect complete damage parameter.
static void WriteNCINeighStormEffMedDmg (FileWriter oOut) throws java. io. IOException
 Writes NCI neighbor storm effect medium damage parameter.
static void WriteNCINeighStormEffFullDmg (FileWriter oOut) throws java. io. IOException
 Writes NCI neighbor storm effect complete damage parameter.
static void WriteNCILambdas (FileWriter oOut) throws java.io. IOException
 Writes NCI lambdas parameters.
static void WriteValidFileEnd (FileWriter oOut) throws java.io. IOException
 Writes the end portion of valid parameter files.


Detailed Description

This class is to help group test code.

Copyright: Copyright (c) Charles D. Canham 2003

Company: Institute of Ecosystem Studies

Author:
Lora E. Murphy
Version:
1.0


Member Function Documentation

static void javawrapper::TestNCIMortality::WriteBehaviorList ( FileWriter  oOut  )  throws java.io. IOException [inline, static, private]

Writes NCI mortality behavior list.

Parameters:
oOut FileWriter Filestream to write to.
Exceptions:
IOException if there is a problem writing the file.

static void javawrapper::TestNCIMortality::WriteNCILambdas ( FileWriter  oOut  )  throws java.io. IOException [inline, static, private]

Writes NCI lambdas parameters.

Parameters:
oOut FileWriter Filestream to write to.
Exceptions:
IOException if there is a problem writing the file.

static void javawrapper::TestNCIMortality::WriteNCIMaxCrowdingRadius ( FileWriter  oOut  )  throws java.io. IOException [inline, static, private]

Writes NCI max crowding radius parameter.

Parameters:
oOut FileWriter Filestream to write to.
Exceptions:
IOException if there is a problem writing the file.

static void javawrapper::TestNCIMortality::WriteNCIMaxProbSurvival ( FileWriter  oOut  )  throws java.io. IOException [inline, static, private]

Writes NCI max survival probability parameter.

Parameters:
oOut FileWriter Filestream to write to.
Exceptions:
IOException if there is a problem writing the file.

static void javawrapper::TestNCIMortality::WriteNCIMinNeighborDBH ( FileWriter  oOut  )  throws java.io. IOException [inline, static, private]

Writes NCI minimum neighbor DBH parameter.

Parameters:
oOut FileWriter Filestream to write to.
Exceptions:
IOException if there is a problem writing the file.

static void javawrapper::TestNCIMortality::WriteNCINeighborDBHEffect ( FileWriter  oOut  )  throws java.io. IOException [inline, static, private]

Writes NCI neighbor DBH effect parameter.

Parameters:
oOut FileWriter Filestream to write to.
Exceptions:
IOException if there is a problem writing the file.

static void javawrapper::TestNCIMortality::WriteNCINeighborDistEffect ( FileWriter  oOut  )  throws java. io. IOException [inline, static, private]

Writes NCI neighbor distance effect parameter.

Parameters:
oOut FileWriter Filestream to write to.
Exceptions:
IOException if there is a problem writing the file.

static void javawrapper::TestNCIMortality::WriteNCINeighStormEffFullDmg ( FileWriter  oOut  )  throws java. io. IOException [inline, static, private]

Writes NCI neighbor storm effect complete damage parameter.

Parameters:
oOut FileWriter Filestream to write to.
Exceptions:
IOException if there is a problem writing the file.

static void javawrapper::TestNCIMortality::WriteNCINeighStormEffMedDmg ( FileWriter  oOut  )  throws java. io. IOException [inline, static, private]

Writes NCI neighbor storm effect medium damage parameter.

Parameters:
oOut FileWriter Filestream to write to.
Exceptions:
IOException if there is a problem writing the file.

static void javawrapper::TestNCIMortality::WriteNCISizeEffectMode ( FileWriter  oOut  )  throws java.io. IOException [inline, static, private]

Writes NCI size effect mode parameter.

Parameters:
oOut FileWriter Filestream to write to.
Exceptions:
IOException if there is a problem writing the file.

static void javawrapper::TestNCIMortality::WriteNCISizeEffectVar ( FileWriter  oOut  )  throws java.io. IOException [inline, static, private]

Writes NCI size effect variance parameter.

Parameters:
oOut FileWriter Filestream to write to.
Exceptions:
IOException if there is a problem writing the file.

static void javawrapper::TestNCIMortality::WriteNCISizeSensNCI ( FileWriter  oOut  )  throws java.io. IOException [inline, static, private]

Writes NCI size sensitivity to NCI parameter.

Parameters:
oOut FileWriter Filestream to write to.
Exceptions:
IOException if there is a problem writing the file.

static void javawrapper::TestNCIMortality::WriteNCISlope ( FileWriter  oOut  )  throws java.io.IOException [inline, static, private]

Writes NCI slope parameter.

Parameters:
oOut FileWriter Filestream to write to.
Exceptions:
IOException if there is a problem writing the file.

static void javawrapper::TestNCIMortality::WriteNCISteepness ( FileWriter  oOut  )  throws java.io. IOException [inline, static, private]

Writes NCI steepness parameter.

Parameters:
oOut FileWriter Filestream to write to.
Exceptions:
IOException if there is a problem writing the file.

static void javawrapper::TestNCIMortality::WriteNCIStormEffFullDmg ( FileWriter  oOut  )  throws java.io. IOException [inline, static, private]

Writes NCI storm effect complete damage parameter.

Parameters:
oOut FileWriter Filestream to write to.
Exceptions:
IOException if there is a problem writing the file.

static void javawrapper::TestNCIMortality::WriteNCIStormEffMedDmg ( FileWriter  oOut  )  throws java.io. IOException [inline, static, private]

Writes NCI storm effect medium damage parameter.

Parameters:
oOut FileWriter Filestream to write to.
Exceptions:
IOException if there is a problem writing the file.

static void javawrapper::TestNCIMortality::WriteValidateFilePart1 ( FileWriter  oOut  )  throws java.io. IOException [inline, static, private]

Writes the beginning portion of a test parameter file.

Parameters:
oOut FileWriter File stream to write to.
Exceptions:
IOException if there is a problem writing the file.

static void javawrapper::TestNCIMortality::WriteValidFileEnd ( FileWriter  oOut  )  throws java.io. IOException [inline, static, private]

Writes the end portion of valid parameter files.

Parameters:
oOut FileWriter Filestream to write to.
Exceptions:
IOException if there is a problem writing the file.

static String javawrapper::TestNCIMortality::WriteXMLCompatFile1 (  )  throws java.io.IOException [inline, static]

Writes a file to test backwards compatibility of NCI mortality.

Returns:
The file name.
Exceptions:
IOException if there is a problem writing the file.

Edit history:
------------------
March 16, 2005: Created (LEM)

static String javawrapper::TestNCIMortality::WriteXMLErrorFile1 (  )  throws java.io.IOException [inline, static]

Writes an error condition where max radius of neighbor Effects is < 0.

Returns:
Filename.
Exceptions:
IOException if there is a problem writing the file.

static String javawrapper::TestNCIMortality::WriteXMLErrorFile2 (  )  throws java.io.IOException [inline, static]

Writes an error condition where max probability of survival for a species is not between 0 and 1.

Returns:
Filename.
Exceptions:
IOException if there is a problem writing the file.

static String javawrapper::TestNCIMortality::WriteXMLErrorFile3 (  )  throws java.io.IOException [inline, static]

Writes an error condition where Xb for a species = 0.

Returns:
Filename.
Exceptions:
IOException if there is a problem writing the file.

static String javawrapper::TestNCIMortality::WriteXMLErrorFile4 (  )  throws java.io.IOException [inline, static]

Writes an error condition where X0 for a species = 0.

Returns:
Filename.
Exceptions:
IOException if there is a problem writing the file.

static String javawrapper::TestNCIMortality::WriteXMLErrorFile5 (  )  throws java.io.IOException [inline, static]

Writes an error condition where med.

damage eta for a species is not a proportion.

Returns:
Filename.
Exceptions:
IOException if there is a problem writing the file.

static String javawrapper::TestNCIMortality::WriteXMLErrorFile6 (  )  throws java.io.IOException [inline, static]

Writes an error condition where full damage eta for a species is not a proportion.

Returns:
Filename.
Exceptions:
IOException if there is a problem writing the file.

static String javawrapper::TestNCIMortality::WriteXMLErrorFile7 (  )  throws java.io.IOException [inline, static]

Writes an error condition where med.

damage storm Effect for a species is not a proportion.

Returns:
Filename.
Exceptions:
IOException if there is a problem writing the file.

static String javawrapper::TestNCIMortality::WriteXMLErrorFile8 (  )  throws java.io.IOException [inline, static]

Writes an error condition where full damage storm Effect for a species is not a proportion.

Returns:
Filename.
Exceptions:
IOException if there is a problem writing the file.

static String javawrapper::TestNCIMortality::WriteXMLErrorFile9 (  )  throws java.io.IOException [inline, static]

Writes NCI mortality file with a min neighbor DBH < 0.

Exceptions:
IOException if there is a problem writing the file.
Returns:
String Filename.

static String javawrapper::TestNCIMortality::WriteXMLValidFile1 (  )  throws java.io.IOException [inline, static]

Writes a valid NCI mortality file.

Returns:
The file name.
Exceptions:
IOException if there is a problem writing the file.

Edit history:
------------------
September 6, 2004: Created (LEM)


The documentation for this class was generated from the following file:
Generated on Wed Nov 29 08:45:07 2006 for SORTIE Java Interface by  doxygen 1.4.7