|
CFEngine API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Item | |
org.recommender.clients.console | A simple, text-based console client to demonstrate how to communicate with the cfengine server api using RMI. |
Uses of Item in org.recommender.clients.console |
Fields in org.recommender.clients.console declared as Item | |
(package private) Item |
Rating.item
|
Methods in org.recommender.clients.console that return Item | |
Item |
Rating.getItem()
|
Item |
Prediction.getItem()
|
Item |
ClientDBManager.clientLookupItem(int itemId)
Check whether there is a client-side record for an item with this server id. |
Item |
ClientDBManager.clientLookupItem(java.lang.String itemName)
Check whether there is a Item with this name. |
Methods in org.recommender.clients.console with parameters of type Item | |
void |
Rating.setItem(Item item)
|
void |
Prediction.setItem(Item item)
|
User[] |
ClientCFManager.getItemRatingList(Item item)
Wrapper for CFEngine.getItemRatingList |
Rating |
ClientCFManager.getRating(User user,
Item item)
Wrapper for CFEngine.getRating() |
void |
ClientCFManager.addRating(User user,
Item item,
int rating)
Wrapper for CFEngine.setRating() |
void |
ClientCFManager.removeRating(User user,
Item item)
Removes a single rating from the CFEngine. |
int |
ClientCFManager.removeRatingList(User user,
Item[] items)
Wrapper for CFEngine.removeRatingList |
Prediction |
ClientCFManager.getPredictedRating(User user,
Item item)
Wrapper for CFEngine.getPredictedRating |
Prediction[] |
ClientCFManager.getPredictedRatings(User user,
Item[] itemArray)
Wrapper for CFEngine.getPredictedRatings() |
Constructors in org.recommender.clients.console with parameters of type Item | |
Rating(User user,
Item item,
float ratingValue)
|
|
Prediction(Item item,
float predictionValue)
|
|
CFEngine API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |