Public Member Functions | |
PlantingAbundance (int iSpecies, float fAbundance) throws ModelException | |
Constructor. | |
float | GetAbundance () |
Gets the planting abundance. | |
int | GetSpecies () |
Gets the species number. | |
void | SetAbundance (float fAbundance) throws ModelException |
Sets the abundance amount. | |
Private Attributes | |
float | m_fAbundance |
Planting abundance. | |
int | m_iSpecies |
Species for this abundance. |
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
javawrapper::PlantingData::PlantingAbundance::PlantingAbundance | ( | int | iSpecies, | |
float | fAbundance | |||
) | throws ModelException [inline] |
Constructor.
iSpecies | The species index number. | |
fAbundance | The abundance for this species - as a percentage (between 0 and 100) |
ModelException | if the abundance is less than zero or is not a percentage |
float javawrapper::PlantingData::PlantingAbundance::GetAbundance | ( | ) | [inline] |
Gets the planting abundance.
int javawrapper::PlantingData::PlantingAbundance::GetSpecies | ( | ) | [inline] |
Gets the species number.
void javawrapper::PlantingData::PlantingAbundance::SetAbundance | ( | float | fAbundance | ) | throws ModelException [inline] |
Sets the abundance amount.
fAbundance | The abundance for this species - as a percentage (between 0 and 100) |
ModelException | if the abundance is less than zero or is not a percentage |