|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectxmlgp.Statistics
public class Statistics
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.
It also has the annotations which will be used by jsefa to deserialize statistics XML element to statistics object and to serialize statistics object to statistics XML element.
Constructor Summary | |
---|---|
Statistics()
|
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the name of the statistics. |
java.lang.String |
getValue()
Returns the value of the statistics. |
void |
setAttributes(java.lang.String name,
java.lang.String value)
Sets all the attributes of this class. |
void |
setName(java.lang.String name)
Sets the name of the statistics. |
void |
setValue(java.lang.String value)
Sets the value of the statistics. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Statistics()
Method Detail |
---|
public void setAttributes(java.lang.String name, java.lang.String value)
name
- the name of the measurevalue
- the value of the measure to setpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the name of the measure to setpublic java.lang.String getValue()
public void setValue(java.lang.String value)
value
- the value of the measure to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |