|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcolibri.method.retain.StoreCasesMethod
public class StoreCasesMethod
Stores cases in the case base.
Constructor Summary | |
---|---|
StoreCasesMethod()
|
Method Summary | |
---|---|
static void |
storeCase(CBRCaseBase caseBase,
CBRCase _case)
Simple method that add a case to the case base invoking caseBase->learnCases(). |
static void |
storeCases(CBRCaseBase caseBase,
java.util.Collection<CBRCase> cases)
Simple method that adds some cases to the case base invoking caseBase->learnCases(). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StoreCasesMethod()
Method Detail |
---|
public static void storeCases(CBRCaseBase caseBase, java.util.Collection<CBRCase> cases)
public static void storeCase(CBRCaseBase caseBase, CBRCase _case)
|
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 |