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

Variable Index

 o _subIndexes

Constructor Index

 o CompoundIndex()

Method Index

 o addIndex(Index)
 o addIndex(Index, int)
 o clear()
 o remove(int)
 o removeAllIndexes()
 o removeIndex(Index)
 o subIndexes()

Variables

 o _subIndexes
 protected List _subIndexes

Constructors

 o CompoundIndex
 public CompoundIndex()

Methods

 o addIndex
 public void addIndex(Index i)
 o addIndex
 public void addIndex(Index i,
                      int position)
 o removeIndex
 public final void removeIndex(Index i)
 o remove
 public void remove(int position)
 o removeAllIndexes
 public void removeAllIndexes()
 o subIndexes
 public List subIndexes()
 o clear
 public void clear()
Overrides:
clear in class AbstractIndex

All Packages  Class Hierarchy  This Package  Previous  Next  Index