|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jgap.data.DocumentBuilderBase
org.jgap.xml.XMLDocumentBuilder
Class building an XML file. Can be used to persiste objects like Genotype, Chromosome or Gene (or a list of them) to an XML file.
| Constructor Summary | |
XMLDocumentBuilder()
|
|
| Method Summary | |
java.lang.Object |
buildDocument(IDataCreators a_document)
Convenience method to build an XML document from a generic input structure (of type IDataCreators) |
| Methods inherited from class org.jgap.data.DocumentBuilderBase |
buildDocument |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XMLDocumentBuilder()
| Method Detail |
public java.lang.Object buildDocument(IDataCreators a_document)
throws java.lang.Exception
a_document - IDataCreators the input structure holding the data to
be represented as XML document
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||