diff options
Diffstat (limited to 'src/population.h')
| -rw-r--r-- | src/population.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/population.h b/src/population.h index c2d1bec..4c7d435 100644 --- a/src/population.h +++ b/src/population.h | |||
| @@ -26,7 +26,7 @@ namespace Genetic | |||
| 26 | int getSize() const { return hPhenotype.getSize(); } | 26 | int getSize() const { return hPhenotype.getSize(); } |
| 27 | 27 | ||
| 28 | PhenotypeId addPhenotype( Phenotype *pNew ); | 28 | PhenotypeId addPhenotype( Phenotype *pNew ); |
| 29 | Phenotype *getPhenotype( PhenotypeId id ) | 29 | Phenotype *getPhenotype( PhenotypeId id ) const |
| 30 | { return hPhenotype.get( id ); } | 30 | { return hPhenotype.get( id ); } |
| 31 | bool hasProperty( PhenotypeId id, const Bu::String &sKey ) const; | 31 | bool hasProperty( PhenotypeId id, const Bu::String &sKey ) const; |
| 32 | Bu::Variant getProperty( PhenotypeId id, const Bu::String &sKey ) const; | 32 | Bu::Variant getProperty( PhenotypeId id, const Bu::String &sKey ) const; |
