edu.udo.cs.wvtool.crawler
Class CrawledInputList
java.lang.Object
edu.udo.cs.wvtool.crawler.CrawledInputList
- All Implemented Interfaces:
- WVTInputList
public class CrawledInputList
- extends java.lang.Object
- implements WVTInputList
Input list obtained by crawling from a set of initial URLs.
- Version:
- $Id$
- Author:
- Michael Wurst
Method Summary |
private void |
configure(websphinx.Crawler c)
|
java.util.Iterator |
getEntries()
Return the list of entries |
int |
getNumClasses()
Returns the number of classes |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
docInfos
private final java.util.Vector docInfos
crawlers
private final WVToolCrawler[] crawlers
CrawledInputList
public CrawledInputList(WVToolCrawler[] crawlers)
CrawledInputList
public CrawledInputList(WVToolCrawler crawler)
getEntries
public java.util.Iterator getEntries()
- Description copied from interface:
WVTInputList
- Return the list of entries
- Specified by:
getEntries
in interface WVTInputList
- Returns:
- enumeration of the lists entries
getNumClasses
public int getNumClasses()
- Description copied from interface:
WVTInputList
- Returns the number of classes
- Specified by:
getNumClasses
in interface WVTInputList
- Returns:
- int
configure
private void configure(websphinx.Crawler c)