JGAP

Package org.jgap.xml

Writing/Reading JGAP object states (Genotype, Chromosome etc.) to/from XML documents

See:
          Description

Class Summary
XMLDocumentBuilder Class building an XML file.
XMLManager The XMLManager performs marshalling of genetic entity instances (such as Chromosomes and Genotypes) to XML representations of those entities, as well as unmarshalling.
 

Exception Summary
GeneCreationException The GeneCreationException is a bit of a catch-all exception for representing problems encountered during the creation of a Gene object with a value (allele) representation found in an XML document.
ImproperXMLException An ImproperXMLException will be thrown when an XML document or element is parsed but is found to be structured improperly or missing required data.
 

Package org.jgap.xml Description

Writing/Reading JGAP object states (Genotype, Chromosome etc.) to/from XML documents


JGAP