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.
|
default Path |
Path.extend(Object object,
String... labels) |
Path |
Traverser.path()
Get the current path of the traverser.
|
Modifier and Type | Method and Description |
---|---|
default GraphTraversal<S,Path> |
GraphTraversal.path()
|
static <A> GraphTraversal<A,Path> |
__.path() |
Modifier and Type | Method and Description |
---|---|
abstract Traversal<Vertex,Path> |
RepeatTest.get_g_V_emit_repeatXoutX_timesX2X_path() |
Traversal<Vertex,Path> |
RepeatTest.Traversals.get_g_V_emit_repeatXoutX_timesX2X_path() |
abstract Traversal<Vertex,Path> |
RepeatTest.get_g_V_emit_timesX2X_repeatXoutX_path() |
Traversal<Vertex,Path> |
RepeatTest.Traversals.get_g_V_emit_timesX2X_repeatXoutX_path() |
abstract Traversal<Vertex,Path> |
RepeatTest.get_g_V_repeatXoutX_timesX2X_emit_path() |
Traversal<Vertex,Path> |
RepeatTest.Traversals.get_g_V_repeatXoutX_timesX2X_emit_path() |
Modifier and Type | Method and Description |
---|---|
protected Path |
PathStep.map(Traverser.Admin<S> traverser) |
Modifier and Type | Method and Description |
---|---|
abstract Traversal<Vertex,Path> |
AggregateTest.get_g_V_out_aggregateXaX_path() |
Traversal<Vertex,Path> |
AggregateTest.Traversals.get_g_V_out_aggregateXaX_path() |
abstract Traversal<Vertex,Path> |
InjectTest.get_g_VX1X_out_name_injectXdanielX_asXaX_mapXlengthX_path(Object v1Id) |
Traversal<Vertex,Path> |
InjectTest.Traversals.get_g_VX1X_out_name_injectXdanielX_asXaX_mapXlengthX_path(Object v1Id) |
Modifier and Type | Class and Description |
---|---|
class |
EmptyPath |
class |
ImmutablePath |
class |
MutablePath |
Modifier and Type | Method and Description |
---|---|
Path |
EmptyPath.extend(Object object,
Set<String> labels) |
Path |
ImmutablePath.extend(Object object,
Set<String> labels) |
Path |
MutablePath.extend(Object object,
Set<String> labels) |
static Path |
EmptyPath.instance() |
static Path |
ImmutablePath.make() |
static Path |
MutablePath.make() |
Modifier and Type | Field and Description |
---|---|
protected Path |
B_O_P_S_SE_SL_Traverser.path |
Modifier and Type | Method and Description |
---|---|
Path |
B_O_P_S_SE_SL_Traverser.path() |
Modifier and Type | Method and Description |
---|---|
Path |
EmptyTraverser.path() |
Path |
AbstractTraverser.path() |
Modifier and Type | Class and Description |
---|---|
class |
DetachedPath |
Modifier and Type | Method and Description |
---|---|
Path |
DetachedPath.attach(Function<Attachable<Path>,Path> method) |
Path |
DetachedPath.get() |
Modifier and Type | Method and Description |
---|---|
static DetachedPath |
DetachedFactory.detach(Path path,
boolean withProperties) |
Modifier and Type | Method and Description |
---|---|
Path |
DetachedPath.attach(Function<Attachable<Path>,Path> method) |
Path |
DetachedPath.attach(Function<Attachable<Path>,Path> method) |
Constructor and Description |
---|
DetachedPath(Path path,
boolean withProperties) |
Modifier and Type | Class and Description |
---|---|
class |
ReferencePath |
Modifier and Type | Method and Description |
---|---|
Path |
ReferencePath.attach(Function<Attachable<Path>,Path> method) |
Path |
ReferencePath.get() |
Modifier and Type | Method and Description |
---|---|
static ReferencePath |
ReferenceFactory.detach(Path path) |
Modifier and Type | Method and Description |
---|---|
Path |
ReferencePath.attach(Function<Attachable<Path>,Path> method) |
Path |
ReferencePath.attach(Function<Attachable<Path>,Path> method) |
Constructor and Description |
---|
ReferencePath(Path path) |
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.