Package forestry.api.plugin
Interface IChromosomeBuilder<A extends IAllele>
- Type Parameters:
A-
public interface IChromosomeBuilder<A extends IAllele>
Interface for customizing a default chromosome in a karyotype.
-
Method Summary
Modifier and TypeMethodDescriptionaddAlleles(List<A> alleles) Add alleles as valid values for this chromosome.setDefault(A allele) Override the default value of this chromosome that was previously set inIKaryotypeBuilder.set(forestry.api.genetics.alleles.IChromosome<A>, A).
-
Method Details
-
addAlleles
Add alleles as valid values for this chromosome. -
setDefault
Override the default value of this chromosome that was previously set inIKaryotypeBuilder.set(forestry.api.genetics.alleles.IChromosome<A>, A).
-