| 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() | 
| 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) | 
| 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() | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Path | B_LP_O_P_S_SE_SL_Traverser. path | 
| protected Path | B_LP_O_S_SE_SL_Traverser. path | 
| protected Path | LP_O_OB_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_P_S_SE_SL_Traverser. path() | 
| Path | B_LP_O_S_SE_SL_Traverser. path() | 
| Path | LP_O_OB_P_S_SE_SL_Traverser. path() | 
| Path | LP_O_OB_S_SE_SL_Traverser. path() | 
| Modifier and Type | Method and Description | 
|---|---|
| Path | AbstractTraverser. path() | 
| Path | EmptyTraverser. 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.