Uses of Package
scone.robot

Packages that use scone.robot
scone.examples.rueckspiegel The Rückspiegel shows incoming links as thumbnails and demonstrates how to program the robot of scone. 
scone.robot This package provides a configurable high-performance web-robot. 
 

Classes in scone.robot used by scone.examples.rueckspiegel
RobotHtmlNode
          A robotHtmlNode extends the concept of NetNodes and HtmlNodes to fit the robot's needs.
RobotTask
          RobotTask classes are used to define tasks for the robot.
RobotUser
          All classes, which want to use the robot, must implement this interface
 

Classes in scone.robot used by scone.robot
BreadthSearchURLQueue
          Implementation of a fifo queue used for breadthsearch
GenericURLQueue
          Implementation of a generic queue
LinkClassifier
          This interface defines the functionaltity of a link classifier.
LinkFilter
          This interface defines the functionaltity of a link filter.
NoHtmlNodeException
          This exception is thrown, when there isn't a HtmlNode to a RobotHtmlNode
PageClassifier
          This interface defines the functionaltity of a page classifier.
PageFilter
          This interface defines the functionaltity of a page filter.
PageLoaderPoolStats
          PageLoaderPoolStaats is part of a threadpool implementation described in the article "Why Thread Pools are Important in Java" by Tarak Modi, Java Pro magazine.
QueueEntry
          This class represents entries of the urlQueue
Robot
          The central class of the scone.robot package
Use the static method instance() to get a robot object.
RobotHtmlNode
          A robotHtmlNode extends the concept of NetNodes and HtmlNodes to fit the robot's needs.
RobotLink
          A robotLink is a normal link object with a set of attributes.
RobotTask
          RobotTask classes are used to define tasks for the robot.
RobotUser
          All classes, which want to use the robot, must implement this interface
URLQueue
          This interface defines the functionaltity needed for the url queue.