Initializer
BfsEdgeTraversal(G graph, V start, EdgeVisitor<V,E> visitor)
Attributes
graphSource Codeshared actual G graph
startSource Codeshared actual V start
visitorSource Codeshared actual EdgeVisitor<V,E> visitor
Inherited Attributes
Attributes inherited from: Object
Attributes inherited from: GraphTraversal<V,G,Visitor>
Attributes inherited from: Iterable<Element,Absent>
Methods
basicGraphIteratorSource Codeshared actual EdgeIterator<V,E,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>