Uses of Class
simulation.Dna

  • Uses of Dna in simulation

    Methods in simulation that return Dna 
    Modifier and Type Method Description
    Dna PopulationMember.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
    void PopulationMember.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.