|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.graph.traverse.GraphTraversal
public final class GraphTraversal
Helper class to traverse a graph.
| Method Summary | ||
|---|---|---|
static
|
with(Iterable<E> iterable)
Creates an iterable for iterating graph elements (nodes or edges) based on the given iterable. |
|
static
|
with(Iterator<E> iterator)
Creates an iterable for iterating graph elements (nodes or edges) based on the given iterator. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static <E> IterableGraphElements<E> with(Iterator<E> iterator)
E - the type of the graph elementsiterator - the iterator to use for traversing a graph
public static <E> IterableGraphElements<E> with(Iterable<E> iterable)
E - the type of the graph elementsiterable - the iterable to use for traversing a graph
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||