Modifier and Type | Field and Description |
---|---|
protected GraphTraversalSource |
AbstractGremlinTest.g |
Modifier and Type | Method and Description |
---|---|
default GraphTraversalSource |
GraphProvider.traversal(Graph graph)
Create a
GraphTraversalSource from a Graph instance. |
default GraphTraversalSource |
GraphProvider.traversal(Graph graph,
TraversalStrategy... strategies)
Create a
GraphTraversalSource from a Graph instance. |
Modifier and Type | Method and Description |
---|---|
GraphTraversalSource |
GraphTraversalSource.Builder.create(Graph graph) |
Modifier and Type | Method and Description |
---|---|
static <S,E> Traversal.Admin<S,E> |
TraversalScriptHelper.compute(String script,
GraphTraversalSource g,
Object... bindings) |
Modifier and Type | Method and Description |
---|---|
default GraphTraversalSource |
Graph.traversal() |
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.