All Packages Class Hierarchy This Package Previous Next Index
Class aid.cbr.tools.core.memory.index.CompoundIndex
java.lang.Object
|
+----aid.cbr.tools.core.memory.index.AbstractIndex
|
+----aid.cbr.tools.core.memory.index.CompoundIndex
- public abstract class CompoundIndex
- extends AbstractIndex
-
_subIndexes
-
-
CompoundIndex()
-
-
addIndex(Index)
-
-
addIndex(Index, int)
-
-
clear()
-
-
remove(int)
-
-
removeAllIndexes()
-
-
removeIndex(Index)
-
-
subIndexes()
-
_subIndexes
protected List _subIndexes
CompoundIndex
public CompoundIndex()
addIndex
public void addIndex(Index i)
addIndex
public void addIndex(Index i,
int position)
removeIndex
public final void removeIndex(Index i)
remove
public void remove(int position)
removeAllIndexes
public void removeAllIndexes()
subIndexes
public List subIndexes()
clear
public void clear()
- Overrides:
- clear in class AbstractIndex
All Packages Class Hierarchy This Package Previous Next Index