Uses of Interface
iglu.ir.InformationSource

Packages that use InformationSource
iglu.ir A set of classes for creating Information Retrieval programs. 
 

Uses of InformationSource in iglu.ir
 

Subinterfaces of InformationSource in iglu.ir
 interface SearchEngine
          An interface for a search engine.
 

Classes in iglu.ir that implement InformationSource
 class FileSearchEngine
          This is an implementation of the SearchEngine that uses the FileBTree.
 class RAMSearchEngine
          An implementation of the SearchEngine interface that keeps all intermediate information in memory.