Breadth first traversal of an IncidenceGraph using an EdgePropagator.
no subtypes hierarchy
| Initializer |
BfsEdgeTraversal(G graph, V start, EdgeVisitor<V,E> visitor) |
| Attributes | |
graph | Source Codeshared actual G graphRefines GraphTraversal.graph |
start | Source Codeshared actual V startRefines GraphTraversal.start |
visitor | Source Codeshared actual EdgeVisitor<V,E> visitorRefines GraphTraversal.visitor |
| Inherited Attributes |
Attributes inherited from: Object |
Attributes inherited from: GraphTraversal<V,G,Visitor> |
Attributes inherited from: Iterable<Element,Absent> |
| Methods | |
basicGraphIterator | Source 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>Iterable.any(), Iterable.by(), Iterable.chain(), Iterable.collect(), Iterable.count(), Iterable.defaultNullElements(), Iterable.every(), Iterable.filter(), Iterable.find(), Iterable.findLast(), Iterable.flatMap(), Iterable.fold(), Iterable.follow(), Iterable.getFromFirst(), Iterable.interpose(), Iterable.iterator(), Iterable.longerThan(), Iterable.map(), Iterable.max(), Iterable.partition(), Iterable.product(), Iterable.reduce(), Iterable.repeat(), Iterable.scan(), Iterable.select(), Iterable.sequence(), Iterable.shorterThan(), Iterable.skip(), Iterable.skipWhile(), Iterable.sort(), Iterable.spread(), Iterable.take(), Iterable.takeWhile() |