org.metaqtl.bio
Interface IBioIndividual

All Superinterfaces:
IBioAdaptable, IBioEntity

public interface IBioIndividual
extends IBioEntity

Class Description Here

Author:
Jean-Baptiste Veyrieras

Method Summary
 IBioIndividual[] getParents()
          Returns the pedigree of the individual
 IBioPopulation getPopulation()
           
 void setPopulation(IBioPopulation population)
           
 
Methods inherited from interface org.metaqtl.bio.IBioEntity
getName, getParent, getProperties, getType, setName, setProperties
 
Methods inherited from interface org.metaqtl.bio.IBioAdaptable
getBioAdapter
 

Method Detail

getParents

IBioIndividual[] getParents()
Returns the pedigree of the individual


getPopulation

IBioPopulation getPopulation()

setPopulation

void setPopulation(IBioPopulation population)