All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class aid.cbr.tools.core.memory.index.ConnectionIndex

java.lang.Object
   |
   +----aid.cbr.tools.core.memory.index.AbstractIndex
           |
           +----aid.cbr.tools.core.memory.index.CompoundIndex
                   |
                   +----aid.cbr.tools.core.memory.index.ConnectionIndex

public class ConnectionIndex
extends CompoundIndex

Constructor Index

 o ConnectionIndex()

Method Index

 o addIndex(Index)
 o addIndex(Index, int)
 o getFirstIndex()
 o getSecondIndex()
 o indexFilteredCase(Object, CompoundIndice, GlobalIndexParams, IndexParams)
 o searchFilteredCases(CompoundIndice, GlobalIndexParams, IndexParams)

Constructors

 o ConnectionIndex
 public ConnectionIndex()

Methods

 o addIndex
 public void addIndex(Index i)
Overrides:
addIndex in class CompoundIndex
 o getSecondIndex
 public Index getSecondIndex()
 o getFirstIndex
 public Index getFirstIndex()
 o addIndex
 public void addIndex(Index i,
                      int position)
Overrides:
addIndex in class CompoundIndex
 o indexFilteredCase
 protected IndexResult indexFilteredCase(Object caseId,
                                         CompoundIndice indices,
                                         GlobalIndexParams gp,
                                         IndexParams p)
Overrides:
indexFilteredCase in class AbstractIndex
 o searchFilteredCases
 protected IndexResult searchFilteredCases(CompoundIndice indices,
                                           GlobalIndexParams gp,
                                           IndexParams p)
Overrides:
searchFilteredCases in class AbstractIndex

All Packages  Class Hierarchy  This Package  Previous  Next  Index