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 |
Behavior node. | |
static final int | SPECIES = 1 |
Species node. | |
static final int | TYPE = 2 |
Type node. | |
static final int | GRID = 3 |
Grid node. | |
static final int | IGNORE = 4 |
Node to ignore. | |
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
javawrapper::ModelFlowSetup::TreeNodeInfo::TreeNodeInfo | ( | String | sName, | |
int | iType | |||
) | [inline, package] |
Constructor.
sName | Display name of the node | |
iType | Node type - allowed values are BEHAVIOR, SPECIES, TYPE, or IGNORE |
String javawrapper::ModelFlowSetup::TreeNodeInfo::toString | ( | ) | [inline] |
Overridden method from java.lang.Object.
int javawrapper::ModelFlowSetup::TreeNodeInfo::GetNodeType | ( | ) | [inline] |
Gets the node type.