geneticWedge.gp.io
Class XMLWriter

java.lang.Object
  extended by geneticWedge.gp.io.XMLWriter

public class XMLWriter
extends java.lang.Object

This class allows the writing of an Individual as an XML file.


Constructor Summary
XMLWriter()
           
 
Method Summary
static void writeXML(Individual ind, java.lang.String filename)
          This method writes the nodes within an Individual as an XML file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLWriter

public XMLWriter()
Method Detail

writeXML

public static void writeXML(Individual ind,
                            java.lang.String filename)
This method writes the nodes within an Individual as an XML file.