|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Statistics in xmlgp |
---|
Methods in xmlgp that return types with arguments of type Statistics | |
---|---|
java.util.List<Statistics> |
Trial.getStatistics()
Returns the list of statistical measures of the trial. |
java.util.List<Statistics> |
Treatment.getStatistics()
Returns the list of statistical measures of treatment. |
java.util.List<Statistics> |
Generation.getStatistics()
Returns the list of statistical measures of the generation. |
java.util.List<Statistics> |
Representation.getStatistics()
Returns the list of statistical measures of the representation. |
java.util.List<Statistics> |
Experiment.getStatistics()
Retrieves the list of statistical measures of the experiment. |
java.util.List<Statistics> |
Project.getStatistics()
Return the list of statistical measures of the project. |
java.util.List<Statistics> |
Individual.getStatistics()
Returns the list of statistical measures of the individual. |
Method parameters in xmlgp with type arguments of type Statistics | |
---|---|
void |
Generation.setAttributes(int id,
java.util.List<Statistics> statistics,
java.util.List<Individual> individuals)
Sets all the attributes of this class. |
void |
Individual.setAttributes(int id,
java.util.List<Statistics> statistics,
java.util.List<Representation> representations)
Sets all the attributes of this class. |
void |
Representation.setAttributes(int id,
RepresentationType type,
java.util.List<Statistics> statistics,
Node node)
Sets all the attributes of this class. |
void |
Trial.setAttributes(int id,
java.lang.String attribute,
java.util.List<Statistics> statistics,
java.util.List<Generation> generations)
Sets all the attributes of this class. |
void |
Treatment.setAttributes(int id,
java.lang.String description,
java.util.List<Statistics> statistics,
java.util.List<Trial> trials)
Sets all the attributes of this class. |
void |
Experiment.setAttributes(int id,
java.lang.String date,
java.lang.String description,
java.util.List<Statistics> statistics,
java.util.List<Treatment> treatments)
Sets all the attributes of this class. |
void |
Project.setAttributes(int id,
java.lang.String name,
java.lang.String description,
java.lang.String date,
java.lang.String organization,
java.lang.String fund,
java.util.List<Statistics> statistics,
java.util.List<Experiment> experiments)
Sets all the attributes of this class. |
void |
Trial.setStatistics(java.util.List<Statistics> statistics)
Sets the list of statistical measures of the trial. |
void |
Treatment.setStatistics(java.util.List<Statistics> statistics)
Sets the list of statistical measures of treatment. |
void |
Generation.setStatistics(java.util.List<Statistics> statistics)
Sets the list of statistical measures of the generation. |
void |
Representation.setStatistics(java.util.List<Statistics> statistics)
Sets the list of statistical measures of the representation. |
void |
Experiment.setStatistics(java.util.List<Statistics> statistics)
Sets the list of statistical measures of the experiment. |
void |
Project.setStatistics(java.util.List<Statistics> statistics)
Sets the list of statistical measures of the project. |
void |
Individual.setStatistics(java.util.List<Statistics> statistics)
Sets the list of statistical measures of the individual. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |