scone.robot
Class BreadthSearchURLQueue

java.lang.Object
  extended by scone.robot.GenericURLQueue
      extended by scone.robot.BreadthSearchURLQueue
All Implemented Interfaces:
URLQueue
Direct Known Subclasses:
DepthSearchURLQueue

public class BreadthSearchURLQueue
extends GenericURLQueue

Implementation of a fifo queue used for breadthsearch

Author:
Frank Wollenweber

Field Summary
 
Fields inherited from class scone.robot.GenericURLQueue
numberOfElements, queue
 
Constructor Summary
BreadthSearchURLQueue()
          The constructor
 
Method Summary
 QueueEntry dequeue()
          Get the next entry from the queue
 
Methods inherited from class scone.robot.GenericURLQueue
getNumberOfPendingQueueEntries, getNumberOfPendingQueueEntries, getPendingQueueEntries, getPendingQueueEntries, getPendingURL, isPendingURL, queue, removeAllQueueEntries, removeQueueEntry, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BreadthSearchURLQueue

public BreadthSearchURLQueue()
The constructor

Method Detail

dequeue

public QueueEntry dequeue()
Get the next entry from the queue

Returns:
The next entry