Uses of Class
org.biojavax.ga.exception.IllegalOrganismException
-
Packages that use IllegalOrganismException Package Description org.biojavax.ga Classes to provide a genetic algorithm frameworkorg.biojavax.ga.impl Default implementations and abstract classes. -
-
Uses of IllegalOrganismException in org.biojavax.ga
Methods in org.biojavax.ga that throw IllegalOrganismException Modifier and Type Method Description void
Population. addOrganism(Organism org)
Adds an Organism to the Populationvoid
Population. addOrganisms(Set orgs)
Adds several organisms to the populationvoid
Population. addOrganisms(Organism[] orgs)
Adds several organisms to the populationvoid
Population. addOrganisms(Population orgs)
Adds the residents of one population to this one -
Uses of IllegalOrganismException in org.biojavax.ga.impl
Methods in org.biojavax.ga.impl that throw IllegalOrganismException Modifier and Type Method Description void
AbstractPopulation. addOrganism(Organism org)
protected abstract void
AbstractPopulation. addOrganismImpl(Organism org)
protected void
SimplePopulation. addOrganismImpl(Organism orgToAdd)
void
AbstractPopulation. addOrganisms(Set orgs)
void
AbstractPopulation. addOrganisms(Organism[] orgs)
void
AbstractPopulation. addOrganisms(Population orgs)
-