|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcolibri.extensions.recommendation.casesDisplay.DisplayCasesTableMethod
public class DisplayCasesTableMethod
Shows cases in a table allowing to select one.
This method is not very suitable for composed cases
(cases with nested CaseComponents) because it doesn't
reflects that structure.
It allways shows an "Add to Basket" and a "Quit" buttons. Optionally it
shows an "Edit Query" button for conversational recommenders (not useful
in one-shot recommenders).
The methods of this class return an UserChoice object.
UserChoice
Nested Class Summary | |
---|---|
static class |
DisplayCasesTableMethod.DisplayOption
Display options for the methods. |
Constructor Summary | |
---|---|
DisplayCasesTableMethod()
|
Method Summary | |
---|---|
static UserChoice |
displayCasesInTableBasic(java.util.Collection<CBRCase> cases)
Shows the dialog without the "Edit Query" option |
static UserChoice |
displayCasesInTableEditQuery(java.util.Collection<CBRCase> cases)
Shows the dialog without the "Edit Query" option |
static UserChoice |
displayCasesInTableSelectCase(java.util.Collection<CBRCase> cases)
Shows the dialog without the "Edit Query" option |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DisplayCasesTableMethod()
Method Detail |
---|
public static UserChoice displayCasesInTableBasic(java.util.Collection<CBRCase> cases)
cases
- to display
public static UserChoice displayCasesInTableEditQuery(java.util.Collection<CBRCase> cases)
cases
- to display
public static UserChoice displayCasesInTableSelectCase(java.util.Collection<CBRCase> cases)
cases
- to display
|
GAIA - Group for Artificial Intelligence Applications http://gaia.fdi.ucm.es |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |