|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Data_set | |
---|---|
ensemble |
Uses of Data_set in ensemble |
---|
Methods in ensemble that return Data_set | |
---|---|
Data_set |
UserBean.getCurrentData()
The data set the user is currently viewing information for. |
Methods in ensemble that return types with arguments of type Data_set | |
---|---|
java.util.List<Data_set> |
DatabaseBean.getDataList()
Retrieves a list of all the data sets in the database. |
Methods in ensemble with parameters of type Data_set | |
---|---|
java.util.List<Prediction_set> |
DatabaseBean.getPredListFor(Data_set data)
Retrieves a list of all predictions for the given data set. |
void |
DatabaseBean.removeData(Data_set data)
Deletes a data set and all predictions for it from the database, and deletes their XML files. |
java.lang.String |
UserBean.toDataInfo(Data_set data)
Used to navigate to a page that displays info about a given data set. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |