|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcolibri.extensions.recommendation.tabuList.TabuList
public class TabuList
Implements a list of tabu items. Tabu items already were presented to the user so the must not presented again.
Constructor Summary | |
---|---|
TabuList()
|
Method Summary | |
---|---|
static java.util.Collection<CBRCase> |
removeTabuList(java.util.Collection<CBRCase> cases)
Removes cases from the tabu list. |
static void |
updateTabuList(java.util.Collection<CBRCase> tabuCases)
Adds cases to the tabu list. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TabuList()
Method Detail |
---|
public static java.util.Collection<CBRCase> removeTabuList(java.util.Collection<CBRCase> cases)
cases
- to remove
public static void updateTabuList(java.util.Collection<CBRCase> tabuCases)
tabuCases
- to add
|
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 |