public interface ITreeMutationFactory
| Modifier and Type | Method and Description |
|---|---|
ITreeMutationBuilder |
createMutation(IAlleleTreeSpecies parentTree0,
IAlleleTreeSpecies parentTree1,
IAllele[] result,
int chance)
Creates a new tree mutation.
|
ITreeMutationBuilder createMutation(IAlleleTreeSpecies parentTree0, IAlleleTreeSpecies parentTree1, IAllele[] result, int chance)
parentTree0 - A parent tree for this mutationparentTree1 - A parent tree for this mutationresult - The resulting alleles for this mutationchance - The chance that breeding the two parent trees will result in this mutation