Gremlin
GraphTraversal
One of the core concepts of tinkerpop/gremlin is the GraphTraversal It has a generic definition as:
public interface GraphTraversal<S,E> extends Traversal<S,E>
One of the core concepts of tinkerpop/gremlin is the GraphTraversal It has a generic definition as:
public interface GraphTraversal<S,E> extends Traversal<S,E>