Uses of Class
xmlgp.Project

Uses of Project in xmlgp
 

Methods in xmlgp that return Project
static Project XMLGP.deserializeFromFile(java.lang.String inputXmlFileName)
          Loads XML from an input file, converts XML into project object and returns the object.
static Project XMLGP.deserializeFromStream(java.io.DataInputStream dataInputStream)
          Loads XML from the input stream, converts that into project object and returns the object.
 

Methods in xmlgp with parameters of type Project
static Experiment Util.getExperimentById(Project project, int id)
          Returns experiment for the given id of the experiment.
static void XMLGP.printGPResults(Project project)
          Prints project object which holds the XML content.
static void XMLGP.serializeToFile(Project project, java.lang.String outputXmlFileName)
          Serializes the XML content to the file.
static void XMLGP.serializeToStream(Project project)
          Serializes the XML content to the stream.