Uses of Interface
idl.tmt.documentsource.DocumentIDMapper

Packages that use DocumentIDMapper
idl.tmt.documentparsing   
idl.tmt.documentsource.webcrawl   
idl.tmt.representation   
 

Uses of DocumentIDMapper in idl.tmt.documentparsing
 

Fields in idl.tmt.documentparsing declared as DocumentIDMapper
private  DocumentIDMapper HTMLDocumentParser.docIDMap
           
 

Constructors in idl.tmt.documentparsing with parameters of type DocumentIDMapper
HTMLDocumentParser(DocumentIDMapper docIDMap)
          Creates a new HTMLDocumentParser with the specified text parser & doc ID mapper.
 

Uses of DocumentIDMapper in idl.tmt.documentsource.webcrawl
 

Classes in idl.tmt.documentsource.webcrawl that implement DocumentIDMapper
 class MultiMapDocumentIDMap
          Provides the mapping between documents (local Files) and document ID's.
 

Methods in idl.tmt.documentsource.webcrawl that return DocumentIDMapper
 DocumentIDMapper WgetWebCrawlContext.getDocumentIDMapper()
          Returns the DocumentIDMapper for this web crawl
 DocumentIDMapper WebCrawlContext.getDocumentIDMapper()
          Retrieves the DocumentIDMapper object associated with this web crawl.
 

Uses of DocumentIDMapper in idl.tmt.representation
 

Fields in idl.tmt.representation declared as DocumentIDMapper
(package private)  DocumentIDMapper IndexedCollection.docList
           
 

Methods in idl.tmt.representation that return DocumentIDMapper
 DocumentIDMapper IndexedCollection.getDocumentIDMapper()
           
 

Methods in idl.tmt.representation with parameters of type DocumentIDMapper
 void IndexedCollection.setDocumentIDMapper(DocumentIDMapper d)
           
 

Constructors in idl.tmt.representation with parameters of type DocumentIDMapper
IndexedCollection(TermList terms, DocumentIDMapper docIDMapper, URLMapper ul, TmtMatrix mat)