|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PurificationExperiment | |
---|---|
data.purifications |
Uses of PurificationExperiment in data.purifications |
---|
Methods in data.purifications that return types with arguments of type PurificationExperiment | |
---|---|
List<PurificationExperiment> |
PurificationData.getExperiments()
Returns the list of PurificationExperiment objects backing this dataset. |
Iterator<PurificationExperiment> |
PurificationData.iterator()
Returns an iterator over all purification experiments in this dataset. |
Methods in data.purifications with parameters of type PurificationExperiment | |
---|---|
void |
PurificationData.addExperiment(PurificationExperiment experiment)
Adds a specified experiment to the dataset. |
Method parameters in data.purifications with type arguments of type PurificationExperiment | |
---|---|
void |
PurificationData.addExperiments(Collection<PurificationExperiment> experiments)
Adds a list of purification experiments to the dataset |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |