Package com.kuka.graph.traverse

This package contains classes for graph traversal.

See:
          Description

Interface Summary
AbstractBaseGraphIterator.NodeQueue<A> Interface representing a node queue.
GraphElementConsumer<E> The graph element consumer interface for filtering graph elements.
GraphIterator<T extends GraphIterator<T,N>,N> Iterator interface for graph traversal.
 

Class Summary
AbstractBaseGraphIterator<T extends AbstractBaseGraphIterator<T,N>,N> base implementation for graph iterators.
BreadthFirstIterator<N> A breadth first iterator.
ClosestFirstIterator<N> A closest first iterator.
DepthFirstIterator<N> A depth first iterator.
EdgeIterator<N,E> Class providing methods to iterate over the edges of a Path.
GraphTraversal Helper class to traverse a graph.
IterableGraphElements<E> Class allowing for iteration over elements of a graph.
 

Package com.kuka.graph.traverse Description

This package contains classes for graph traversal.



Copyright © 2019. All rights reserved.