Public Member Functions | |
| Subplot (String sName) | |
| Constructor. | |
| void | AddCell (int iX, int iY, Plot oPlot) throws ModelException |
| Adds a grid cell to this subplot. | |
| void | AddCell (Cell oCell) |
| Adds a grid cell to this subplot. | |
| int | GetNumberOfCells () |
| Gets the number of cells in this subplot. | |
| String | GetSubplotName () |
| Gets the subplot's name. | |
| Cell | GetCell (int iIndex) |
| Gets the cell at a particular index. | |
Private Attributes | |
| String | m_sName |
| Subplot name. | |
| Vector | mp_oCells |
| List of cells that make up the subplot. | |
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
|
|
Constructor.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
|
Adds a grid cell to this subplot. If it is a duplicate, it is not added.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
||||||||||||||||
|
Adds a grid cell to this subplot. If it is a duplicate, it is not added.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
|
Gets the cell at a particular index. If the index is invalid, returns null.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
|
Gets the number of cells in this subplot.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
|
Gets the subplot's name.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
1.4.6-NO