Uses of Interface
evolution.GeneToStringModel

Packages that use GeneToStringModel
evolution   
 

Uses of GeneToStringModel in evolution
 

Classes in evolution that implement GeneToStringModel
 class DefaultGeneToString
          DefaultGeneToString is function to create String representaino of the gene
 

Methods in evolution that return GeneToStringModel
 GeneToStringModel Gene.getToStringFunction()
          Return reference to function used for generating String representaion of the gene
 

Methods in evolution with parameters of type GeneToStringModel
 void Gene.setToStringFunction(GeneToStringModel toStringFunction)
          Set function used for generating String representaion of the gene
 

Constructors in evolution with parameters of type GeneToStringModel
Chromosome(int chromosomeSize, double crossOverProbability, FitnessFunctionModel fitnessFunction, GeneToStringModel toStringFunction, java.lang.Object[] geneTypes)
          Creates a new instance of Chromosome
Chromosome(int chromosomeSize, FitnessFunctionModel fitnessFunction, GeneToStringModel toStringFunction, java.lang.Object[] geneTypes)
          Creates a new instance of Chromosome
Gene(java.lang.Object[] geneTypes, GeneToStringModel toStringFunction)
          Creates a new instance of Gene