edu.udo.cs.wvtool.crawler
Class CrawledInputList

java.lang.Object
  extended by 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

Field Summary
private  WVToolCrawler[] crawlers
           
private  java.util.Vector docInfos
           
 
Constructor Summary
CrawledInputList(WVToolCrawler crawler)
           
CrawledInputList(WVToolCrawler[] crawlers)
           
 
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
 

Field Detail

docInfos

private final java.util.Vector docInfos

crawlers

private final WVToolCrawler[] crawlers
Constructor Detail

CrawledInputList

public CrawledInputList(WVToolCrawler[] crawlers)

CrawledInputList

public CrawledInputList(WVToolCrawler crawler)
Method Detail

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)