Deprecated API

Deprecated Methods
org.jgap.Genotype.getChromosomes()
          uses getPopulation() instead 
org.jgap.Configuration.getNaturalSelector()
          use getNaturalSelectors(true) or getNaturalSelectors(false) to obtain the relevant chain of NaturalSelector's and then call the chain's get(index) method 
org.jgap.xml.XMLManager.representChromosomeAsDocument(Chromosome)
          use XMLDocumentBuilder instead 
org.jgap.xml.XMLManager.representChromosomeAsElement(Chromosome, Document)
          use XMLDocumentBuilder instead 
org.jgap.xml.XMLManager.representGenesAsElement(Gene[], Document)
          use XMLDocumentBuilder instead 
org.jgap.xml.XMLManager.representGenotypeAsDocument(Genotype)
          use XMLDocumentBuilder instead 
org.jgap.xml.XMLManager.representGenotypeAsElement(Genotype, Document)
          use XMLDocumentBuilder instead 
org.jgap.Configuration.setNaturalSelector(NaturalSelector)
          use addNaturalSelector(false) instead 
 

Deprecated Constructors
org.jgap.Genotype(Configuration, Chromosome[])
          use Genotype(Configuration, Population) instead