javawrapper::Tree Class Reference
Represents a single tree's data.
More...
Inheritance diagram for javawrapper::Tree:
List of all members.
|
Public Member Functions |
| Tree (int iType, int iSpecies, int iNumFloats, int iNumInts, int iNumChars, int iNumBools, TreePopulation oPop) throws ModelException |
| Constructor.
|
void | WriteXML (BufferedWriter jOut) throws java.io.IOException |
| Writes this tree's data to XML.
|
Protected Attributes |
int | m_iSpecies |
| Tree's species.
|
int | m_iType |
| Tree's type.
|
Detailed Description
Represents a single tree's data.
Individuals can thus be stored and turned into a tree map for the model.
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
- Author:
- Lora E. Murphy
- Version:
- 1.0
Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM)
Constructor & Destructor Documentation
javawrapper::Tree::Tree |
( |
int |
iType, |
|
|
int |
iSpecies, |
|
|
int |
iNumFloats, |
|
|
int |
iNumInts, |
|
|
int |
iNumChars, |
|
|
int |
iNumBools, |
|
|
TreePopulation |
oPop |
|
) |
throws ModelException [inline] |
|
|
Constructor.
Creates the arrays. - Parameters:
-
| iType | Tree's type |
| iSpecies | Tree's species |
| iNumFloats | Number of float data members |
| iNumInts | Number of integer data members |
| iNumChars | Number of char (String) data members |
| iNumBools | Number of bool data members |
| oPop | TreePopulation object |
- Exceptions:
-
Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM) |
Member Function Documentation
void javawrapper::Tree::WriteXML |
( |
BufferedWriter |
jOut |
) |
throws java.io.IOException [inline] |
|
|
Writes this tree's data to XML.
- Parameters:
-
- Exceptions:
-
| java.io.IOException | if there is a problem writing to file. |
Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM) |
The documentation for this class was generated from the following file:
Generated on Mon Mar 27 15:15:48 2006 for SORTIE Java Interface by
1.4.6-NO