Initializer
BfsTraversal(G graph, V start, VertexVisitor<V> visitor)
Attributes
graphSource Codeshared actual G graph
startSource Codeshared actual V start
visitorSource Codeshared actual VertexVisitor<V> visitor
Inherited Attributes
Attributes inherited from: Object
Attributes inherited from: GraphTraversal<V,G,Visitor>
Attributes inherited from: Iterable<Element,Absent>
Methods
basicGraphIteratorSource Codeshared actual VertexIterator<V,G> basicGraphIterator()
Inherited Methods
Methods inherited from: Object
Methods inherited from: Category<Element>
Methods inherited from: GraphTraversal<V,G,Visitor>
Methods inherited from: Iterable<Element,Absent>