Uses of Class
com.kuka.graph.traverse.IterableGraphElements

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
<E> IterableGraphElements<E>
GraphTraversal.with(Iterable<E> iterable)
          Creates an iterable for iterating graph elements (nodes or edges) based on the given iterable.
static
<E> IterableGraphElements<E>
GraphTraversal.with(Iterator<E> iterator)
          Creates an iterable for iterating graph elements (nodes or edges) based on the given iterator.
 



Copyright © 2019. All rights reserved.