Uses of Class
xmlgp.Representation

Uses of Representation in xmlgp
 

Methods in xmlgp that return Representation
 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)
           
 

Methods in xmlgp that return types with arguments of type Representation
 java.util.List<Representation> Individual.getRepresentations()
          Returns the list of representations of the individual.
 

Method parameters in xmlgp with type arguments of type Representation
 void Individual.setAttributes(int id, java.util.List<Statistics> statistics, java.util.List<Representation> representations)
          Sets all the attributes of this class.
 void Individual.setRepresentations(java.util.List<Representation> representations)
          Sets the list of representations of this individual.