Uses of Interface
idl.tmt.documentsource.webcrawl.URLMapper

Packages that use URLMapper
idl.tmt.documentsource.webcrawl   
idl.tmt.representation   
 

Uses of URLMapper in idl.tmt.documentsource.webcrawl
 

Classes in idl.tmt.documentsource.webcrawl that implement URLMapper
 class MultiMapURLMapper
          This class supports the URLMapper interface, two internal Maps Created on Feb 27, 2004
 class StringReplacementURLMapper
          This class is a generic implementation of the URLMapper interface.
 

Fields in idl.tmt.documentsource.webcrawl declared as URLMapper
private  URLMapper MultiMapDocumentIDMap.urlMapper
           
 

Methods in idl.tmt.documentsource.webcrawl that return URLMapper
 URLMapper WgetWebCrawlContext.getURLMapper()
          returns the URL Mapper object
 URLMapper WebCrawlContext.getURLMapper()
          Retrieves the URLMapper object associated with this web crawl.
 

Constructors in idl.tmt.documentsource.webcrawl with parameters of type URLMapper
MultiMapDocumentIDMap(java.util.HashMap idToLocalFile, java.util.HashMap localFileToID, URLMapper urlMapper)
          Creates a new MultiMapDocumentIDMap.
 

Uses of URLMapper in idl.tmt.representation
 

Fields in idl.tmt.representation declared as URLMapper
(package private)  URLMapper IndexedCollection.urlMap
           
 

Methods in idl.tmt.representation that return URLMapper
 URLMapper IndexedCollection.getURLMapper()
           
 

Methods in idl.tmt.representation with parameters of type URLMapper
 void IndexedCollection.setURLMapper(URLMapper u)
           
 

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