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 |
---|---|
List<Path> |
GraphTraversalBenchmark.g_V_out_out_out_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.
|
Path |
Path.retract(Set<String> labels)
Remove labels from path.
|
Modifier and Type | Method and Description |
---|---|
default GraphTraversal<S,Path> |
GraphTraversal.path()
|
static <A> GraphTraversal<A,Path> |
__.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) |
Path |
EmptyPath.extend(Set<String> labels) |
Path |
ImmutablePath.extend(Set<String> labels) |
Path |
MutablePath.extend(Set<String> labels) |
static Path |
EmptyPath.instance() |
static Path |
ImmutablePath.make() |
static Path |
MutablePath.make() |
Path |
EmptyPath.retract(Set<String> labels) |
Path |
ImmutablePath.retract(Set<String> labels) |
Path |
MutablePath.retract(Set<String> removeLabels) |
Modifier and Type | Field and Description |
---|---|
protected Path |
B_LP_O_S_SE_SL_Traverser.path |
protected Path |
LP_O_OB_P_S_SE_SL_Traverser.path |
protected Path |
B_LP_O_P_S_SE_SL_Traverser.path |
protected Path |
LP_O_OB_S_SE_SL_Traverser.path |
Modifier and Type | Method and Description |
---|---|
Path |
B_LP_O_S_SE_SL_Traverser.path() |
Path |
LP_O_OB_P_S_SE_SL_Traverser.path() |
Path |
B_LP_O_P_S_SE_SL_Traverser.path() |
Path |
LP_O_OB_S_SE_SL_Traverser.path() |
Modifier and Type | Method and Description |
---|---|
Path |
EmptyTraverser.path() |
Path |
AbstractTraverser.path() |
Modifier and Type | Method and Description |
---|---|
<I extends InputShim> |
GryoSerializers.PathSerializer.read(KryoShim<I,?> kryo,
I input,
Class<Path> pathClass) |
Modifier and Type | Method and Description |
---|---|
<O extends OutputShim> |
GryoSerializers.PathSerializer.write(KryoShim<?,O> kryo,
O output,
Path path) |
Modifier and Type | Method and Description |
---|---|
<I extends InputShim> |
GryoSerializers.PathSerializer.read(KryoShim<I,?> kryo,
I input,
Class<Path> pathClass) |
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–2016 Apache Software Foundation. All rights reserved.