|
Utopia 2
Framework for studying models of complex & adaptive systems.
|
The parameter of all species. More...
#include <species.hh>

Public Member Functions | |
| SpeciesParams (const Utopia::DataIO::Config &cfg) | |
| Construct through a configuration file. | |
| SpeciesParams ()=delete | |
| Default constructor. | |
Public Attributes | |
| PreyParams | prey |
| Prey parameters. | |
| PredatorParams | predator |
| Predator parameters. | |
| PlantParams | plant |
| Plant parameters. | |
The parameter of all species.
This struct contains for each available species one species-specific parameter struct that contains all parameters belonging to that specific species and plant.
|
inline |
Construct through a configuration file.
|
delete |
Default constructor.
| PlantParams Utopia::Models::PredatorPreyPlant::SpeciesParams::plant |
Plant parameters.
| PredatorParams Utopia::Models::PredatorPreyPlant::SpeciesParams::predator |
Predator parameters.
| PreyParams Utopia::Models::PredatorPreyPlant::SpeciesParams::prey |
Prey parameters.