|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Experiment in xmlgp |
---|
Methods in xmlgp that return Experiment | |
---|---|
static Experiment |
Util.getExperimentById(Project project,
int id)
Returns experiment for the given id of the experiment. |
Methods in xmlgp that return types with arguments of type Experiment | |
---|---|
java.util.List<Experiment> |
Project.getExperiments()
Returns the list of experiments of the project. |
Methods in xmlgp with parameters of type Experiment | |
---|---|
static Treatment |
Util.getTreatmentById(Experiment experiment,
int id)
Returns treatment for the given id of the treatment. |
Method parameters in xmlgp with type arguments of type Experiment | |
---|---|
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 |
Project.setExperiments(java.util.List<Experiment> experiments)
Sets the list of experiments of the project. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |