| Package | Description | 
|---|---|
| org.apache.tinkerpop.gremlin.driver | |
| org.apache.tinkerpop.gremlin.process.traversal | |
| org.apache.tinkerpop.gremlin.process.traversal.dsl.graph | 
| Modifier and Type | Method and Description | 
|---|---|
| Path | Result. getPath()Gets the result item by casting it to a  Path. | 
| Modifier and Type | Method and Description | 
|---|---|
| Path | Path. clone() | 
| Path | Path. extend(Object object,
      Set<String> labels)Add a new step to the path with an object and any number of associated labels. | 
| Path | Path. extend(Set<String> labels)Add labels to the head of the path. | 
| Path | Traverser. path()Get the current path of the traverser. | 
| Modifier and Type | Method and Description | 
|---|---|
| default GraphTraversal<S,Path> | GraphTraversal. path() | 
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.