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. | |
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.
|
inline |
Construct through a configuration file.
|
delete |
Default constructor.
PredatorParams Utopia::Models::PredatorPrey::SpeciesParams::predator |
Predator parameters.
PreyParams Utopia::Models::PredatorPrey::SpeciesParams::prey |
Prey parameters.