Gremlin

From BITPlan Wiki
Revision as of 17:23, 10 January 2018 by Wf (talk | contribs) (→‎GraphTraversal)
Jump to navigation Jump to search

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>