All Packages  Class Hierarchy  This Package  Previous  Next  Index

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

java.lang.Object
   |
   +----aid.cbr.tools.core.memory.index.AbstractIndex
           |
           +----aid.cbr.tools.core.memory.index.SimpleIndex
                   |
                   +----aid.cbr.tools.core.memory.index.HashtableIndex
                           |
                           +----aid.cbr.tools.core.memory.index.PotentialHashtableIndex

public abstract class PotentialHashtableIndex
extends HashtableIndex

Constructor Index

 o PotentialHashtableIndex()

Method Index

 o updateSearchResult(Set, GlobalIndexParams, IndexParams, IndexResult)

Constructors

 o PotentialHashtableIndex
 public PotentialHashtableIndex()

Methods

 o updateSearchResult
 protected void updateSearchResult(Set s,
                                   GlobalIndexParams gp,
                                   IndexParams p,
                                   IndexResult r)
Overrides:
updateSearchResult in class HashtableIndex

All Packages  Class Hierarchy  This Package  Previous  Next  Index