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 |
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 | ( | ) |
Gets the planting abundance.
int javawrapper.PlantingData.PlantingAbundance.GetSpecies | ( | ) |
Gets the species number.
void javawrapper.PlantingData.PlantingAbundance.SetAbundance | ( | float | fAbundance | ) | throws ModelException |
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 |
float javawrapper.PlantingData.PlantingAbundance.m_fAbundance [private] |
Planting abundance.
int javawrapper.PlantingData.PlantingAbundance.m_iSpecies [private] |
Species for this abundance.