public interface RecommendedItem
Implementations encapsulate items that are recommended, and include the item recommended and a value expressing the strength of the preference.
long getItemID()
float getValue()
A value expressing the strength of the preference for the recommended item. The range of the values depends on the implementation. Implementations must use larger values to express stronger preference.
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.