NAME

Labrador::Common::URLAlloc::BFS

SYNOPSIS

	use Labrador::Common::URLAlloc;
	use Labrador::Common::URLAlloc::BFS;
	my $urlalloc = Labrador::Common::URLAlloc::new(
		'Labrador::Common::URLAlloc::BFS',
		$data, $urlstates, $config);
	$urlalloc->new_url('http://www.gla.ac.uk/#');
	print $urlalloc->get_url();

DESCRIPTION

A simple queueing implemetation. New urls are entered at the back of the queue, retreived from front of queue. This follows a breadth-first fashion.

METHODS

new_url($url)

Enqueue $url

REVISION

	$Revision: 1.7 $