org.metaqtl.bio
Interface IBioCross

All Superinterfaces:
IBioAdaptable, IBioEntity, IBioPopulation
All Known Implementing Classes:
CrossPopulation

public interface IBioCross
extends IBioPopulation

Class Description Here

Author:
Jean-Baptiste Veyrieras

Method Summary
 int getCrossType()
           
 int getGeneration()
           
 IBioIndividual[] getParents()
           
 int getSize()
           
 
Methods inherited from interface org.metaqtl.bio.IBioPopulation
addIndividual, getIndividual, getIndividualNumber, individuals, removeIndividual
 
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

getCrossType

int getCrossType()

getGeneration

int getGeneration()

getSize

int getSize()

getParents

IBioIndividual[] getParents()