| Modifier and Type | Method and Description |
|---|---|
Path |
Path.clone() |
Path |
Path.extend(java.lang.Object object,
java.lang.String... labels)
Add a new step to the path with an object and any number of associated labels.
|
Path |
Traverser.path()
Get the current path of the traverser.
|
| Modifier and Type | Method and Description |
|---|---|
default GraphTraversal<S,Path> |
GraphTraversal.path() |
default GraphTraversal<A,Path> |
ElementTraversal.path() |
default <A> GraphTraversal<A,Path> |
AnonymousGraphTraversal.path() |
| Modifier and Type | Field and Description |
|---|---|
protected Path |
AbstractPathTraverser.path |
| Modifier and Type | Method and Description |
|---|---|
Path |
AbstractTraverser.path() |
Path |
AbstractPathTraverser.path() |
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyPath |
class |
ImmutablePath |
class |
MutablePath |
class |
SparsePath |
| Modifier and Type | Method and Description |
|---|---|
Path |
SparsePath.clone() |
Path |
SparsePath.extend(java.lang.Object object,
java.lang.String... labels) |
Path |
MutablePath.extend(java.lang.Object object,
java.lang.String... labels) |
Path |
ImmutablePath.extend(java.lang.Object object,
java.lang.String... labels) |
Path |
EmptyPath.extend(java.lang.Object object,
java.lang.String... labels) |
static Path |
EmptyPath.instance() |
static Path |
MutablePath.make() |
static Path |
ImmutablePath.make() |
Path |
EmptyTraverser.path() |
| Modifier and Type | Class and Description |
|---|---|
class |
DetachedPath |
| Modifier and Type | Method and Description |
|---|---|
Path |
DetachedPath.attach(Graph hostGraph) |
Path |
DetachedPath.attach(Vertex hostVertex) |
| Modifier and Type | Method and Description |
|---|---|
static DetachedPath |
DetachedFactory.detach(Path path,
boolean withProperties) |
| Constructor and Description |
|---|
DetachedPath(Path path,
boolean withProperties) |
Copyright © 2013-2015 TinkerPop. All Rights Reserved.