Uses of Class
xmlgp.Individual

Uses of Individual in xmlgp
 

Methods in xmlgp that return Individual
static Individual Util.getIndividualById(Generation generation, int id)
          Returns individual for the given id of the individual.
 

Methods in xmlgp that return types with arguments of type Individual
 java.util.List<Individual> Generation.getIndividuals()
          Returns the list of individuals of the generation.
 

Methods in xmlgp with parameters of type Individual
 Representation Util.getRepresentationById(Individual individual, int id)
          Returns representation for the given id of the representation.
 Representation Util.getRepresentationByType(Individual individual, java.lang.String type)
           
 

Method parameters in xmlgp with type arguments of type Individual
 void Generation.setAttributes(int id, java.util.List<Statistics> statistics, java.util.List<Individual> individuals)
          Sets all the attributes of this class.
 void Generation.setIndividuals(java.util.List<Individual> individuals)
          Sets the list of individuals of the generation.