add missing object Bio::GeneticRelationship::Population
[sgn.git] / lib / Bio / GeneticRelationships / Population.pm
blob2877f2ce2c757199a1d74e936464fb6d2029d1c0
2 =head1 NAME
4 Bio::GeneticRelationships::Population - a class to represent parent relationships with populations, such as open pollinated and polycross crosses
6 =head1 AUTHORS
8 Lukas Mueller <lam87@cornell.edu>
9 Guillaume Bauchet <gjb99@cornell.edu>
11 =cut
13 package Bio::GeneticRelationships::Population;
15 use Moose;
17 extends 'Bio::GeneticRelationships::Individual';
19 has 'members' => (
20 isa => 'ArrayRef',
21 is => 'rw',
24 sub recursive_parent_levels {
25 # has no parents