D E G I N P R S T U V X

S

serializeToFile(Project, String) - Static method in class xmlgp.XMLGP
Serializes the XML content to the file.
serializeToStream(Project) - Static method in class xmlgp.XMLGP
Serializes the XML content to the stream.
setAttribute(String) - Method in class xmlgp.Trial
Sets the attribute of the trial.
setAttributes(int, String, String, List<Statistics>, List<Treatment>) - Method in class xmlgp.Experiment
Sets all the attributes of this class.
setAttributes(int, List<Statistics>, List<Individual>) - Method in class xmlgp.Generation
Sets all the attributes of this class.
setAttributes(int, List<Statistics>, List<Representation>) - Method in class xmlgp.Individual
Sets all the attributes of this class.
setAttributes(int, String, String, String, String, String, List<Statistics>, List<Experiment>) - Method in class xmlgp.Project
Sets all the attributes of this class.
setAttributes(int, RepresentationType, List<Statistics>, Node) - Method in class xmlgp.Representation
Sets all the attributes of this class.
setAttributes(String, String) - Method in class xmlgp.Statistics
Sets all the attributes of this class.
setAttributes(int, String, List<Statistics>, List<Trial>) - Method in class xmlgp.Treatment
Sets all the attributes of this class.
setAttributes(int, String, List<Statistics>, List<Generation>) - Method in class xmlgp.Trial
Sets all the attributes of this class.
setChildren(List<Node>) - Method in class xmlgp.Node
Sets the list of children of the node.
setDate(String) - Method in class xmlgp.Experiment
Sets the date on which the experiment is done.
setDate(String) - Method in class xmlgp.Project
Sets the date of the project.
setDescription(String) - Method in class xmlgp.Experiment
Sets the description of the experiment.
setDescription(String) - Method in class xmlgp.Project
Sets the description of the project.
setDescription(String) - Method in class xmlgp.Treatment
Sets the description of the treatment.
setExperiments(List<Experiment>) - Method in class xmlgp.Project
Sets the list of experiments of the project.
setFund(String) - Method in class xmlgp.Project
Sets the project fund.
setGenerations(List<Generation>) - Method in class xmlgp.Trial
Sets the list of generations of the trial..
setId(int) - Method in class xmlgp.Experiment
Sets the id of the experiment.
setId(int) - Method in class xmlgp.Generation
Sets the id of the generation.
setId(int) - Method in class xmlgp.Individual
Sets the id of the individual.
setId(int) - Method in class xmlgp.Project
Sets the id of the project.
setId(int) - Method in class xmlgp.Representation
Sets the id of the representation.
setId(int) - Method in class xmlgp.Treatment
Sets the id of the treatment.
setId(int) - Method in class xmlgp.Trial
Sets the id of the trial.
setIndividuals(List<Individual>) - Method in class xmlgp.Generation
Sets the list of individuals of the generation.
setLeafNode(NodeType, String) - Method in class xmlgp.Node
Sets terminal node and sets all attributes at once.
setName(String) - Method in class xmlgp.Project
Sets the name of the project.
setName(String) - Method in class xmlgp.Statistics
Sets the name of the statistics.
setNode(Node) - Method in class xmlgp.Representation
Sets the node which represents the results.
setNonTerminalNode(NodeType, String, List<Node>) - Method in class xmlgp.Node
Sets non terminal node and sets all attributes at once.
setOrganization(String) - Method in class xmlgp.Project
Sets the name of the organization which handles the project.
setRepresentations(List<Representation>) - Method in class xmlgp.Individual
Sets the list of representations of this individual.
setStatistics(List<Statistics>) - Method in class xmlgp.Experiment
Sets the list of statistical measures of the experiment.
setStatistics(List<Statistics>) - Method in class xmlgp.Generation
Sets the list of statistical measures of the generation.
setStatistics(List<Statistics>) - Method in class xmlgp.Individual
Sets the list of statistical measures of the individual.
setStatistics(List<Statistics>) - Method in class xmlgp.Project
Sets the list of statistical measures of the project.
setStatistics(List<Statistics>) - Method in class xmlgp.Representation
Sets the list of statistical measures of the representation.
setStatistics(List<Statistics>) - Method in class xmlgp.Treatment
Sets the list of statistical measures of treatment.
setStatistics(List<Statistics>) - Method in class xmlgp.Trial
Sets the list of statistical measures of the trial.
setTreatments(List<Treatment>) - Method in class xmlgp.Experiment
Sets the list of treatments contained in the experiment.
setTrials(List<Trial>) - Method in class xmlgp.Treatment
Sets the list of trials of the treatment.
setType(NodeType) - Method in class xmlgp.Node
Sets the type of the node.
setType(RepresentationType) - Method in class xmlgp.Representation
Sets the type of the representation.
setValue(String) - Method in class xmlgp.Node
Sets the value of the node.
setValue(String) - Method in class xmlgp.Statistics
Sets the value of the statistics.
Statistics - Class in xmlgp
This class is the data holder for statistics of Project, Experiment, Treatment, Trial, Generation, Individual and Representation.
It has setters and getters to all the attributes of Statistics.
Statistics() - Constructor for class xmlgp.Statistics
 

D E G I N P R S T U V X