Package forestry.api.genetics.alleles
@ParametersAreNonnullByDefault
package forestry.api.genetics.alleles
-
ClassDescriptionAllelePair<A extends IAllele>A pair of an active allele and an inactive allele, for use in a
IGenome.All chromosomes of the Forestry bee species type.All alleles defined by base Forestry.Alleles represent named values of aIChromosomein a genome.Used to retrieve interned instances of alleles.Used to generate unique IDs for values when registering value alleles.Special chromosome type for handling primitive boolean values without autoboxing.IChromosome<A extends IAllele>In Forestry, a chromosome is a key in the genome that maps to different alleles.Special chromosome type for handling primitive float values without autoboxing.A karyotype is the set of all chromosomes that make up a species type's genome.IRegistryAllele<V extends IRegistryAlleleValue>A registry allele refers to a value registered to someIRegistryChromosome.Denotes a value that can be stored in a registry allele.IRegistryChromosome<V extends IRegistryAlleleValue>A chromosome that is backed by a registry of alleles that needs to be populated after karyotypes are created.IValueAllele<V>An allele that wraps a value that isn't one of the primitive types.A chromosome that holds non-primitive values.