gov.nist.nlpir.irf.irfman
Class IrfGlobal

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

public final class IrfGlobal
extends java.lang.Object

IrfGlobal is a single collection of globally known references to important information. Instance data is meant to be accessed directly rather than via get/set methods

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.

Field Summary
static IndexingModalities gIndexingModalities
           
static IrfManager gIrfManager
           
static Stemmer gStemmer
           
static StopWordTable gStopWordTable
           
static TextStatistics gTextStatistics
           
 
Constructor Summary
IrfGlobal()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

gIrfManager

public static IrfManager gIrfManager

gIndexingModalities

public static IndexingModalities gIndexingModalities

gTextStatistics

public static TextStatistics gTextStatistics

gStopWordTable

public static StopWordTable gStopWordTable

gStemmer

public static Stemmer gStemmer
Constructor Detail

IrfGlobal

public IrfGlobal()