Uses of Class
scone.robot.GenericURLQueue

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

Uses of GenericURLQueue in scone.robot
 

Subclasses of GenericURLQueue in scone.robot
 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.