|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcolibri.extensions.recommendation.askingAndProposing.DisplayCasesIfNumberAndChangeNavigation
public class DisplayCasesIfNumberAndChangeNavigation
Method that implements the display condition for the Expert Clerk system.
See recommender 8 for details.
If the number of cases is less than a threshold it returns true and sets the navigation mode to NbP.
If the number of cases is more than a threshold it returns false and sets the navigation mode to NbA.
Houses8
Nested Class Summary | |
---|---|
static class |
DisplayCasesIfNumberAndChangeNavigation.NavigationMode
Navigation mode enum. |
Constructor Summary | |
---|---|
DisplayCasesIfNumberAndChangeNavigation()
|
Method Summary | |
---|---|
static boolean |
displayCasesIfNumberAndChangeNavigation(int max,
java.util.Collection<CBRCase> cases)
If the number of cases is less than max it returns true and sets the navigation mode to NbP. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DisplayCasesIfNumberAndChangeNavigation()
Method Detail |
---|
public static boolean displayCasesIfNumberAndChangeNavigation(int max, java.util.Collection<CBRCase> cases)
max
- is the thresholdcases
- is the working cases set
|
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 |