Uses of Interface
scone.robot.URLQueue

Packages that use URLQueue
scone.robot This package provides a configurable high-performance web-robot. 
 

Uses of URLQueue in scone.robot
 

Classes in scone.robot that implement URLQueue
 class BreadthSearchURLQueue
          Implementation of a fifo queue used for breadthsearch
 class DepthSearchURLQueue
          Implementation of a lifo queue used for depthsearch
 class FairBreadthSearchURLQueue
          The FairBreadthSearchURLQueue simulates a set of fifo-ques, one for every robotTask.
 class GenericURLQueue
          Implementation of a generic queue