|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IterableGraphElements | |
|---|---|
| com.kuka.graph.traverse | This package contains classes for graph traversal. |
| Uses of IterableGraphElements in com.kuka.graph.traverse |
|---|
| Methods in com.kuka.graph.traverse that return IterableGraphElements | ||
|---|---|---|
static
|
GraphTraversal.with(Iterable<E> iterable)
Creates an iterable for iterating graph elements (nodes or edges) based on the given iterable. |
|
static
|
GraphTraversal.with(Iterator<E> iterator)
Creates an iterable for iterating graph elements (nodes or edges) based on the given iterator. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||