Uses of Class
xmlgp.Treatment

Uses of Treatment in xmlgp
 

Methods in xmlgp that return Treatment
static Treatment Util.getTreatmentById(Experiment experiment, int id)
          Returns treatment for the given id of the treatment.
 

Methods in xmlgp that return types with arguments of type Treatment
 java.util.List<Treatment> Experiment.getTreatments()
          Retrieves the list of treatments contained in the experiment.
 

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

Method parameters in xmlgp with type arguments of type Treatment
 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 Experiment.setTreatments(java.util.List<Treatment> treatments)
          Sets the list of treatments contained in the experiment.