Public Member Functions | |
SpeciesTypeCombo (int iSpecies, int iType, TreePopulation oPop) throws ModelException | |
Constructor. | |
void | SetSpecies (int iSpecies, TreePopulation oPop) throws ModelException |
Species setter. | |
boolean | equals (Object oToCheck) |
Implemented equality checker. | |
Object | clone () |
Override this so clones can be made. | |
int | GetSpecies () |
Gets the species for this combo. | |
int | GetType () |
Gets the type for this combo. | |
Private Member Functions | |
SpeciesTypeCombo (int iSpecies, int iType) | |
Constructor. | |
Private Attributes | |
int | m_iSpecies |
Tree species. | |
int | m_iType |
Tree type. |
This is useful, for instance, when a behavior object wants to keep a list of those species and types to which each of its sub-behaviors applies.
Copyright: Copyright (c) 2003
Company:
|
Constructor.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
Constructor. Private so that the cloning process can use it without having to go through validation with the TreePopulation - since presumably an already existing object would have validated in its own constructor. Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
Override this so clones can be made.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
Implemented equality checker.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
Gets the species for this combo.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
Gets the type for this combo.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
Species setter.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |