gov.nist.nlpir.irf.irfman
Class IndexerManager

java.lang.Object
  |
  +--gov.nist.nlpir.irf.irfman.IndexerMatcherManager
        |
        +--gov.nist.nlpir.irf.irfman.IndexerManager

public class IndexerManager
extends IndexerMatcherManager

The IndexerManager manages the set of available indexers

The method for doing this in irf is 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
IndexerManager()
           
 
Method Summary
 void present()
          Print out information on the available indexers.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

IndexerManager

public IndexerManager()
Method Detail

present

public void present()
Print out information on the available indexers.

How this is to be done depends on how the information on available indexers in managed in irf. This is yet to be determined.
Overrides:
present in class IndexerMatcherManager