JGAP

Deprecated API


Contents
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(IChromosome)
          use XMLDocumentBuilder instead 
org.jgap.xml.XMLManager.representChromosomeAsElement(IChromosome, 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, IChromosome[])
          use Genotype(Configuration, Population) instead 
 


JGAP