|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RecommendedItem
Implementations encapsulate items that are recommended, and include
the Item recommended and a value expressing
the strength of the preference.
| Method Summary | |
|---|---|
Item |
getItem()
|
double |
getValue()
A value expressing the strength of the preference for the recommended Item. |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
@NotNull Item getItem()
Itemdouble 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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||