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 Protected Member Functions | |
static String | WriteXMLFileForSpeciesCopy () throws java.io. IOException |
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. |
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
static String javawrapper.TestNCIMortality.WriteXMLErrorFile3 | ( | ) | throws java.io.IOException [static] |
Writes an error condition where Xb for a species = 0.
IOException | if there is a problem writing the file. |
static String javawrapper.TestNCIMortality.WriteXMLErrorFile4 | ( | ) | throws java.io.IOException [static] |
Writes an error condition where X0 for a species = 0.
IOException | if there is a problem writing the file. |
static String javawrapper.TestNCIMortality.WriteXMLErrorFile5 | ( | ) | throws java.io.IOException [static] |
Writes an error condition where med.
damage eta for a species is not a proportion.
IOException | if there is a problem writing the file. |
static String javawrapper.TestNCIMortality.WriteXMLErrorFile6 | ( | ) | throws java.io.IOException [static] |
Writes an error condition where full damage eta for a species is not a proportion.
IOException | if there is a problem writing the file. |
static String javawrapper.TestNCIMortality.WriteXMLErrorFile7 | ( | ) | throws java.io.IOException [static] |
Writes an error condition where med.
damage storm Effect for a species is not a proportion.
IOException | if there is a problem writing the file. |
static String javawrapper.TestNCIMortality.WriteXMLErrorFile8 | ( | ) | throws java.io.IOException [static] |
Writes an error condition where full damage storm Effect for a species is not a proportion.
IOException | if there is a problem writing the file. |
static String javawrapper.TestNCIMortality.WriteXMLErrorFile9 | ( | ) | throws java.io.IOException [static] |
Writes NCI mortality file with a min neighbor DBH < 0.
IOException | if there is a problem writing the file. |
static void javawrapper.TestNCIMortality.WriteValidateFilePart1 | ( | FileWriter | oOut | ) | throws java.io. IOException [static, private] |
Writes the beginning portion of a test parameter file.
oOut | FileWriter File stream to write to. |
IOException | if there is a problem writing the file. |
static String javawrapper.TestNCIMortality.WriteXMLValidFile1 | ( | ) | throws java.io.IOException [static] |
Writes a valid NCI mortality file.
IOException | if there is a problem writing the file. |
static String javawrapper.TestNCIMortality.WriteXMLCompatFile1 | ( | ) | throws java.io.IOException [static] |
Writes a file to test backwards compatibility of NCI mortality.
IOException | if there is a problem writing the file. |
static String javawrapper.TestNCIMortality.WriteXMLErrorFile1 | ( | ) | throws java.io.IOException [static] |
Writes an error condition where max radius of neighbor Effects is < 0.
IOException | if there is a problem writing the file. |
static String javawrapper.TestNCIMortality.WriteXMLErrorFile2 | ( | ) | throws java.io.IOException [static] |
Writes an error condition where max probability of survival for a species is not between 0 and 1.
IOException | if there is a problem writing the file. |
static void javawrapper.TestNCIMortality.WriteBehaviorList | ( | FileWriter | oOut | ) | throws java.io. IOException [static, private] |
Writes NCI mortality behavior list.
oOut | FileWriter Filestream to write to. |
IOException | if there is a problem writing the file. |
static void javawrapper.TestNCIMortality.WriteNCIMaxCrowdingRadius | ( | FileWriter | oOut | ) | throws java.io. IOException [static, private] |
Writes NCI max crowding radius parameter.
oOut | FileWriter Filestream to write to. |
IOException | if there is a problem writing the file. |
static void javawrapper.TestNCIMortality.WriteNCIMinNeighborDBH | ( | FileWriter | oOut | ) | throws java.io. IOException [static, private] |
Writes NCI minimum neighbor DBH parameter.
oOut | FileWriter Filestream to write to. |
IOException | if there is a problem writing the file. |
static void javawrapper.TestNCIMortality.WriteNCINeighborDBHEffect | ( | FileWriter | oOut | ) | throws java.io. IOException [static, private] |
Writes NCI neighbor DBH effect parameter.
oOut | FileWriter Filestream to write to. |
IOException | if there is a problem writing the file. |
static void javawrapper.TestNCIMortality.WriteNCINeighborDistEffect | ( | FileWriter | oOut | ) | throws java. io. IOException [static, private] |
Writes NCI neighbor distance effect parameter.
oOut | FileWriter Filestream to write to. |
IOException | if there is a problem writing the file. |
static void javawrapper.TestNCIMortality.WriteNCIMaxProbSurvival | ( | FileWriter | oOut | ) | throws java.io. IOException [static, private] |
Writes NCI max survival probability parameter.
oOut | FileWriter Filestream to write to. |
IOException | if there is a problem writing the file. |
static void javawrapper.TestNCIMortality.WriteNCISizeSensNCI | ( | FileWriter | oOut | ) | throws java.io. IOException [static, private] |
Writes NCI size sensitivity to NCI parameter.
oOut | FileWriter Filestream to write to. |
IOException | if there is a problem writing the file. |
static void javawrapper.TestNCIMortality.WriteNCISizeEffectMode | ( | FileWriter | oOut | ) | throws java.io. IOException [static, private] |
Writes NCI size effect mode parameter.
oOut | FileWriter Filestream to write to. |
IOException | if there is a problem writing the file. |
static void javawrapper.TestNCIMortality.WriteNCISizeEffectVar | ( | FileWriter | oOut | ) | throws java.io. IOException [static, private] |
Writes NCI size effect variance parameter.
oOut | FileWriter Filestream to write to. |
IOException | if there is a problem writing the file. |
static void javawrapper.TestNCIMortality.WriteNCISlope | ( | FileWriter | oOut | ) | throws java.io.IOException [static, private] |
Writes NCI slope parameter.
oOut | FileWriter Filestream to write to. |
IOException | if there is a problem writing the file. |
static void javawrapper.TestNCIMortality.WriteNCISteepness | ( | FileWriter | oOut | ) | throws java.io. IOException [static, private] |
Writes NCI steepness parameter.
oOut | FileWriter Filestream to write to. |
IOException | if there is a problem writing the file. |
static void javawrapper.TestNCIMortality.WriteNCIStormEffMedDmg | ( | FileWriter | oOut | ) | throws java.io. IOException [static, private] |
Writes NCI storm effect medium damage parameter.
oOut | FileWriter Filestream to write to. |
IOException | if there is a problem writing the file. |
static void javawrapper.TestNCIMortality.WriteNCIStormEffFullDmg | ( | FileWriter | oOut | ) | throws java.io. IOException [static, private] |
Writes NCI storm effect complete damage parameter.
oOut | FileWriter Filestream to write to. |
IOException | if there is a problem writing the file. |
static void javawrapper.TestNCIMortality.WriteNCINeighStormEffMedDmg | ( | FileWriter | oOut | ) | throws java. io. IOException [static, private] |
Writes NCI neighbor storm effect medium damage parameter.
oOut | FileWriter Filestream to write to. |
IOException | if there is a problem writing the file. |
static void javawrapper.TestNCIMortality.WriteNCINeighStormEffFullDmg | ( | FileWriter | oOut | ) | throws java. io. IOException [static, private] |
Writes NCI neighbor storm effect complete damage parameter.
oOut | FileWriter Filestream to write to. |
IOException | if there is a problem writing the file. |
static void javawrapper.TestNCIMortality.WriteNCILambdas | ( | FileWriter | oOut | ) | throws java.io. IOException [static, private] |
Writes NCI lambdas parameters.
oOut | FileWriter Filestream to write to. |
IOException | if there is a problem writing the file. |
static void javawrapper.TestNCIMortality.WriteValidFileEnd | ( | FileWriter | oOut | ) | throws java.io. IOException [static, private] |
Writes the end portion of valid parameter files.
oOut | FileWriter Filestream to write to. |
IOException | if there is a problem writing the file. |
static String javawrapper.TestNCIMortality.WriteXMLFileForSpeciesCopy | ( | ) | throws java.io. IOException [static, protected] |