org.jgap.data
Class DocumentBuilderBase

java.lang.Object
  extended byorg.jgap.data.DocumentBuilderBase
Direct Known Subclasses:
XMLDocumentBuilder

public abstract class DocumentBuilderBase
extends java.lang.Object


Constructor Summary
DocumentBuilderBase()
           
 
Method Summary
 java.lang.Object buildDocument(IDataCreators a_dataholder, java.lang.Object a_document)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentBuilderBase

public DocumentBuilderBase()
Method Detail

buildDocument

public java.lang.Object buildDocument(IDataCreators a_dataholder,
                                      java.lang.Object a_document)
                               throws java.lang.Exception
Parameters:
a_dataholder - IDataCreators the input structure holding the data to be represented as a generic document
a_document - Object the document to put the elements in
Returns:
Object the document built up by adding elements
Throws:
java.lang.Exception
Since:
2.0