public interface Updatable
Modifier and Type | Method and Description |
---|---|
void |
updateNewItem(int itemID,
List<Integer> ratingUsers,
List<Double> ratings) |
void |
updateNewUser(int userID,
List<Integer> ratedItems,
List<Double> ratings) |
void |
updateRemoveItem(int itemID) |
void |
updateRemoveRating(int userID,
int itemID) |
void |
updateRemoveUser(int userID) |
void |
updateSetRating(int userID,
int itemID,
double rating) |
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.