|
Cell | getCell () |
| Gets the cell for this object.
|
|
void | addPackage (PackageGridValue oPackage) |
| Adds a package to this grid cell.
|
|
void | writeXML (BufferedWriter oOut) throws java.io.IOException |
| Writes this grid's data to XML.
|
|
| DataMemberData (int iNumFloats, int iNumInts, int iNumChars, int iNumBools) throws ModelException |
| Constructor.
|
|
int | getNumberOfFloats () |
|
int | getNumberOfInts () |
|
int | getNumberOfBools () |
|
int | getNumberOfChars () |
|
void | setValue (int iIndex, Integer iValue) throws ModelException |
| Sets an integer data member's value.
|
|
void | setValue (int iIndex, Float fValue) throws ModelException |
| Sets a float data member's value.
|
|
void | setValue (int iIndex, Boolean bValue) throws ModelException |
| Sets a boolean data member's value.
|
|
void | setValue (int iIndex, String sValue) throws ModelException |
| Sets a char data member's value.
|
|
Float | getFloat (int iIndex) throws ModelException |
| Gets a float data member's value.
|
|
Integer | getInt (int iIndex) throws ModelException |
| Gets an int data member's value.
|
|
Boolean | getBool (int iIndex) throws ModelException |
| Gets a boolean data member's value.
|
|
String | getChar (int iIndex) throws ModelException |
| Gets a char data member's value.
|
|
void | removeFloat (int iIndex) throws ModelException |
| Removes a float data member's value.
|
|
void | removeInt (int iIndex) throws ModelException |
| Removes an int data member's value.
|
|
void | removeBool (int iIndex) throws ModelException |
| Removes a bool data member's value.
|
|
void | removeChar (int iIndex) throws ModelException |
| Removes a char data member's value.
|
|
Class for holding the data for a single grid cell.
Copyright: Copyright (c) Charles D. Canham 2003
Company: Cary Institute of Ecosystem Studies
- Author
- Lora E. Murphy
- Version
- 1.0
Edit history:
---------------—
April 28, 2004: Submitted in beta version (LEM)