The Encog Project

Package org.encog.bot.spider

Interface Summary
SpiderReportable This interface defines a class that the spider can report its findings to.
 

Class Summary
Spider A spider is a special sort of bot that crawls the pages on a web site.
SpiderInputStream This class is used by the spider to both parse and save an InputStream.
SpiderParseHTML This class layers on top of the ParseHTML class and allows the spider to extract what link information it needs.
SpiderWorker The SpiderWorker class implements the EncogTask interface.
WorkloadItem This is a Hibernate persisted class that holds the workload for the spider.
WorkloadStatus The status that an individual workload item is in.
 

Enum Summary
SpiderReportable.URLType The types of link that can be encountered.
 

Exception Summary
SpiderError General error class for Encog spider.
 


The Encog Project