Public Member Functions | |
| String | toString () |
| Overridden method from java.lang.Object. | |
| int | GetNodeType () |
| Gets the node type. | |
Static Public Attributes | |
| static final int | BEHAVIOR = 0 |
| static final int | SPECIES = 1 |
| static final int | TYPE = 2 |
| static final int | GRID = 3 |
| static final int | IGNORE = 4 |
Package Functions | |
| TreeNodeInfo (String sName, int iType) | |
| Constructor. | |
Package Attributes | |
| String | m_sName |
| Display name for the node. | |
| int | m_iNodeType |
| Node type - allowed values are BEHAVIOR, SPECIES, TYPE, or IGNORE. | |
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
|
||||||||||||
|
Constructor.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
|
Gets the node type.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
|
Overridden method from java.lang.Object.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
1.4.6-NO