Static Public Member Functions | |
static String | WriteValidFile () throws java.io.IOException |
Writes a file of valid values for density self-thinning. | |
static String | WriteErrorFile1 () throws java.io.IOException |
Writes a file where the timestep length is greater than 1. | |
static String | WriteErrorFile2 () throws java.io.IOException |
Writes a file where the neighborhood radius is less than or equal to 0. | |
static String | WriteErrorFile3 () throws java.io.IOException |
Writes a file where the minimum density is less than 0. | |
static String | WriteErrorFile4 () throws java.io.IOException |
Writes a file where the self-thinning asymptote is less than or equal to 0. | |
static String | WriteErrorFile5 () throws java.io.IOException |
Writes a file where the density effect is less than or equal to 0. | |
Static Private Member Functions | |
static void | WriteCommonStuff (FileWriter oOut) throws java.io. IOException |
Writes stuff common to all parameter files in this class. |
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
static String javawrapper.TestDensitySelfThinningMortality.WriteValidFile | ( | ) | throws java.io.IOException [static] |
Writes a file of valid values for density self-thinning.
IOException | if there is a problem writing the file. |
static String javawrapper.TestDensitySelfThinningMortality.WriteErrorFile1 | ( | ) | throws java.io.IOException [static] |
Writes a file where the timestep length is greater than 1.
IOException | if there is a problem writing the file. |
static String javawrapper.TestDensitySelfThinningMortality.WriteErrorFile2 | ( | ) | throws java.io.IOException [static] |
Writes a file where the neighborhood radius is less than or equal to 0.
IOException | if there is a problem writing the file. |
static String javawrapper.TestDensitySelfThinningMortality.WriteErrorFile3 | ( | ) | throws java.io.IOException [static] |
Writes a file where the minimum density is less than 0.
IOException | if there is a problem writing the file. |
static String javawrapper.TestDensitySelfThinningMortality.WriteErrorFile4 | ( | ) | throws java.io.IOException [static] |
Writes a file where the self-thinning asymptote is less than or equal to 0.
IOException | if there is a problem writing the file. |
static String javawrapper.TestDensitySelfThinningMortality.WriteErrorFile5 | ( | ) | throws java.io.IOException [static] |
Writes a file where the density effect is less than or equal to 0.
IOException | if there is a problem writing the file. |
static void javawrapper.TestDensitySelfThinningMortality.WriteCommonStuff | ( | FileWriter | oOut | ) | throws java.io. IOException [static, private] |
Writes stuff common to all parameter files in this class.
oOut | FileWriter File to write to. |
IOException | if there is a problem writing the file. |