gov.nist.nlpir.irf.irfman
Class IndexerMatcherManager

java.lang.Object
  |
  +--gov.nist.nlpir.irf.irfman.IndexerMatcherManager
Direct Known Subclasses:
IndexerManager, MatcherManager

public abstract class IndexerMatcherManager
extends java.lang.Object

The IndexerMatcherManager manages information about available indexers and document-query matchers.

The methods for doing this in irf are as yet undetermined.

Version:
$Revision: 1.1 $
Author:
This software was produced by NIST, an agency of the U.S. government, and by statute is not subject to copyright in the United States. Recipients of this software assume all responsibilities associated with its operation, modification and maintenance.

Constructor Summary
IndexerMatcherManager()
           
 
Method Summary
abstract  void present()
          Print out information on the available indexers/matchers

How this is to be done depends on how the information on available indexers and matchers in managed in irf.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

IndexerMatcherManager

public IndexerMatcherManager()
Method Detail

present

public abstract void present()
Print out information on the available indexers/matchers

How this is to be done depends on how the information on available indexers and matchers in managed in irf. This is yet to be determined.