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
-
ConnectionIndex()
-
-
addIndex(Index)
-
-
addIndex(Index, int)
-
-
getFirstIndex()
-
-
getSecondIndex()
-
-
indexFilteredCase(Object, CompoundIndice, GlobalIndexParams, IndexParams)
-
-
searchFilteredCases(CompoundIndice, GlobalIndexParams, IndexParams)
-
ConnectionIndex
public ConnectionIndex()
addIndex
public void addIndex(Index i)
- Overrides:
- addIndex in class CompoundIndex
getSecondIndex
public Index getSecondIndex()
getFirstIndex
public Index getFirstIndex()
addIndex
public void addIndex(Index i,
int position)
- Overrides:
- addIndex in class CompoundIndex
indexFilteredCase
protected IndexResult indexFilteredCase(Object caseId,
CompoundIndice indices,
GlobalIndexParams gp,
IndexParams p)
- Overrides:
- indexFilteredCase in class AbstractIndex
searchFilteredCases
protected IndexResult searchFilteredCases(CompoundIndice indices,
GlobalIndexParams gp,
IndexParams p)
- Overrides:
- searchFilteredCases in class AbstractIndex
All Packages Class Hierarchy This Package Previous Next Index