jcolibri.method.retain
Class StoreCasesMethod

java.lang.Object
  extended by jcolibri.method.retain.StoreCasesMethod

public class StoreCasesMethod
extends java.lang.Object

Stores cases in the case base.

Author:
Juan A. Recio-Garcia

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

StoreCasesMethod

public StoreCasesMethod()
Method Detail

storeCases

public static void storeCases(CBRCaseBase caseBase,
                              java.util.Collection<CBRCase> cases)
Simple method that adds some cases to the case base invoking caseBase->learnCases().


storeCase

public static void storeCase(CBRCaseBase caseBase,
                             CBRCase _case)
Simple method that add a case to the case base invoking caseBase->learnCases().


GAIA - Group for Artificial Intelligence Applications
http://gaia.fdi.ucm.es