All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface aid.cbr.tools.core.memory.Memory

public interface Memory

Method Index

 o addCase(CbrCase)
 o buildFromCaseBase(GlobalIndexParams)
 o clear()
 o deleteCase(Object)
 o deleteNotIndexedCases()
 o getCaseBase()
 o getIndexBase()
 o setCaseBase(CaseBase)
 o setIndexBase(IndexBase)

Methods

 o getCaseBase
 public abstract CaseBase getCaseBase()
 o setCaseBase
 public abstract void setCaseBase(CaseBase cb)
 o getIndexBase
 public abstract IndexBase getIndexBase()
 o setIndexBase
 public abstract void setIndexBase(IndexBase ib)
 o clear
 public abstract void clear() throws MemoryAccessException
 o deleteCase
 public abstract void deleteCase(Object id) throws MemoryAccessException
 o deleteNotIndexedCases
 public abstract void deleteNotIndexedCases() throws MemoryAccessException
 o addCase
 public abstract void addCase(CbrCase c) throws MemoryAccessException
 o buildFromCaseBase
 public abstract void buildFromCaseBase(GlobalIndexParams gp) throws MemoryAccessException

All Packages  Class Hierarchy  This Package  Previous  Next  Index