org.jgap.xml |
Writing/Reading JGAP object states (Genotype, Chromosome etc.) to/from XML documents
|
Java Source File Name | Type | Comment |
AllXMLTests.java | Class | |
GeneCreationException.java | Class | 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.
Typically, this exception will be thrown if the concrete class
indicated in the XML file cannot be found or instantiated for
some reason, or if the class does not support the methods related to
XML persistence. |
ImproperXMLException.java | Class | An ImproperXMLException will be thrown when an XML document or element is
parsed but is found to be structured improperly or missing required data. |
XMLDocumentBuilder.java | Class | Class building an XML file. |
XMLDocumentBuilderTest.java | Class | Tests the XMLDocumentBuilder class. |
XMLManager.java | Class | The XMLManager performs marshalling of genetic entity instances
(such as Chromosomes and Genotypes) to XML representations of those
entities, as well as unmarshalling. |
XMLManagerTest.java | Class | Tests the XMLManager class. |