Attributes
graphSource Codeshared formal G graph
startSource Codeshared formal V start
verticesSource Codeshared default {V*} vertices

Answer the vertices of the graph reached by this traversal starting by start in traversal order.

visitorSource Codeshared formal Visitor visitor
Inherited Attributes
Attributes inherited from: Object
Attributes inherited from: Iterable<Element,Absent>
Methods
basicGraphIteratorSource Codeshared formal GraphIterator<V,G,Visitor> basicGraphIterator()
iteratorSource Codeshared actual Iterator<V> iterator()

An iterator for the elements belonging to this stream.

traverseSource Codeshared void traverse()

Traverse all vertices according to this traversal.

Inherited Methods
Methods inherited from: Object
Methods inherited from: Category<Element>
Methods inherited from: Iterable<Element,Absent>