| Modifier and Type | Field and Description | 
|---|---|
| protected GraphTraversalSource | AbstractGremlinTest. g | 
| Modifier and Type | Method and Description | 
|---|---|
| default GraphTraversalSource | GraphProvider. traversal(Graph graph)Create a  GraphTraversalSourcefrom aGraphinstance. | 
| default GraphTraversalSource | GraphProvider. traversal(Graph graph,
         TraversalStrategy... strategies)Create a  GraphTraversalSourcefrom aGraphinstance. | 
| Modifier and Type | Method and Description | 
|---|---|
| default Edge | BulkLoader. createEdge(Edge edge,
          Vertex outVertex,
          Vertex inVertex,
          Graph graph,
          GraphTraversalSource g)Creates a clone of the given edge between the given in- and out-vertices. | 
| default VertexProperty | BulkLoader. createVertexProperty(VertexProperty<?> property,
                    Vertex vertex,
                    Graph graph,
                    GraphTraversalSource g)Creates a clone of the given property for the given vertex. | 
| Edge | BulkLoader. getOrCreateEdge(Edge edge,
               Vertex outVertex,
               Vertex inVertex,
               Graph graph,
               GraphTraversalSource g)Gets or creates a clone of the given edge between the given in- and out-vertices. | 
| Edge | IncrementalBulkLoader. getOrCreateEdge(Edge edge,
               Vertex outVertex,
               Vertex inVertex,
               Graph graph,
               GraphTraversalSource g)Gets or creates a clone of the given edge between the given in- and out-vertices. | 
| Vertex | BulkLoader. getOrCreateVertex(Vertex vertex,
                 Graph graph,
                 GraphTraversalSource g)Gets or creates a clone of the given vertex in the given graph. | 
| Vertex | IncrementalBulkLoader. getOrCreateVertex(Vertex vertex,
                 Graph graph,
                 GraphTraversalSource g)Gets or creates a clone of the given vertex in the given graph. | 
| VertexProperty | BulkLoader. getOrCreateVertexProperty(VertexProperty<?> property,
                         Vertex vertex,
                         Graph graph,
                         GraphTraversalSource g)Gets or creates a clone of the given property for the given vertex. | 
| VertexProperty | IncrementalBulkLoader. getOrCreateVertexProperty(VertexProperty<?> property,
                         Vertex vertex,
                         Graph graph,
                         GraphTraversalSource g)Gets or creates a clone of the given property for the given vertex. | 
| default Vertex | BulkLoader. getVertex(Vertex vertex,
         Graph graph,
         GraphTraversalSource g)Get a vertex that matches the given vertex from the given graph. | 
| Vertex | IncrementalBulkLoader. getVertex(Vertex vertex,
         Graph graph,
         GraphTraversalSource g)Get a vertex that matches the given vertex from the given graph. | 
| default Vertex | BulkLoader. getVertexById(Object id,
             Graph graph,
             GraphTraversalSource g)Gets a vertex by its ID from the given graph. | 
| 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()Generate a  GraphTraversalSourceinstance using theStandardTraversalEngine. | 
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.