gov.nist.nlpir.irf.irfman
Class MatcherManager

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

public class MatcherManager
extends IndexerMatcherManager

The MatcherManager manages the set of available document-query matchers.

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
MatcherManager()
           
 
Method Summary
 void present()
          Print out information on the available matchers

How this is to be done depends on how the information on available 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

MatcherManager

public MatcherManager()
Method Detail

present

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

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