Uses of Class
xmlgp.Trial

Uses of Trial in xmlgp
 

Methods in xmlgp that return Trial
static Trial Util.getTrialtById(Treatment treatment, int id)
          Returns trial for the given id of the trial.
 

Methods in xmlgp that return types with arguments of type Trial
 java.util.List<Trial> Treatment.getTrials()
          Returns the list of trials of the treatment.
 

Methods in xmlgp with parameters of type Trial
static Generation Util.getGenerationtById(Trial trial, int id)
          Returns generation for the given id of the generation.
 

Method parameters in xmlgp with type arguments of type Trial
 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 Treatment.setTrials(java.util.List<Trial> trials)
          Sets the list of trials of the treatment.