|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Generation in xmlgp |
---|
Methods in xmlgp that return Generation | |
---|---|
static Generation |
Util.getGenerationtById(Trial trial,
int id)
Returns generation for the given id of the generation. |
Methods in xmlgp that return types with arguments of type Generation | |
---|---|
java.util.List<Generation> |
Trial.getGenerations()
Returns the list of generations of the trial. |
Methods in xmlgp with parameters of type Generation | |
---|---|
static Individual |
Util.getIndividualById(Generation generation,
int id)
Returns individual for the given id of the individual. |
Method parameters in xmlgp with type arguments of type Generation | |
---|---|
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 |
Trial.setGenerations(java.util.List<Generation> generations)
Sets the list of generations of the trial.. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |