Uses of Class
jenes.chromosome.PermutationChromosome

Packages that use PermutationChromosome
jenes.chromosome   
 

Uses of PermutationChromosome in jenes.chromosome
 

Methods in jenes.chromosome that return PermutationChromosome
 PermutationChromosome PermutationChromosome.clone()
           
 

Methods in jenes.chromosome with parameters of type PermutationChromosome
 void PermutationChromosome.cross(PermutationChromosome chromosome, int from)
           
 void PermutationChromosome.cross(PermutationChromosome chromosome, int from, int to)
           
 boolean PermutationChromosome.equals(PermutationChromosome chromosome)
           
 void PermutationChromosome.setAs(PermutationChromosome chromosome)
           
 

Constructors in jenes.chromosome with parameters of type PermutationChromosome
PermutationChromosome(PermutationChromosome chromosome)
          Creates a new PermutationChromosome using the specified one as model