Uses of Class
simulation.Dna
-
Uses of Dna in simulation
Methods in simulation that return Dna Modifier and Type Method Description DnaPopulationMember. getDna()Get this species genetic information in form of an Dna object.Methods in simulation with parameters of type Dna Modifier and Type Method Description voidPopulationMember. setDna(Dna dna)Set this objects Dna to be different.Constructors in simulation with parameters of type Dna Constructor Description Dna(Dna parent1, Dna parent2)Create a new Dna object from crossover of other already existing Dna objects.