Uses of Interface
org.apache.tinkerpop.gremlin.process.traversal.Path
-
-
Uses of Path in org.apache.tinkerpop.gremlin.driver
Methods in org.apache.tinkerpop.gremlin.driver that return Path Modifier and Type Method Description PathResult. getPath()Gets the result item by casting it to aPath. -
Uses of Path in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential
Methods in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential that return types with arguments of type Path Modifier and Type Method Description static <A> CredentialTraversal<A,Path>__. path()default CredentialTraversal<S,Path>CredentialTraversal. path()default CredentialTraversal<S,Path>CredentialTraversal. shortestPath() -
Uses of Path in org.apache.tinkerpop.gremlin.process.computer.search.path
Methods in org.apache.tinkerpop.gremlin.process.computer.search.path that return Path Modifier and Type Method Description PathShortestPathTestHelper. makePath(boolean includeEdges, String... names)PathShortestPathTestHelper. makePath(String... names)Methods in org.apache.tinkerpop.gremlin.process.computer.search.path that return types with arguments of type Path Modifier and Type Method Description VertexProgram<org.javatuples.Triplet<Path,Edge,Number>>ShortestPathVertexProgram. clone()Method parameters in org.apache.tinkerpop.gremlin.process.computer.search.path with type arguments of type Path Modifier and Type Method Description voidShortestPathTestHelper. checkResults(List<Path> expected, List<Path> actual)voidShortestPathVertexProgram. execute(Vertex vertex, Messenger<org.javatuples.Triplet<Path,Edge,Number>> messenger, Memory memory) -
Uses of Path in org.apache.tinkerpop.gremlin.process.traversal
Methods in org.apache.tinkerpop.gremlin.process.traversal that return Path Modifier and Type Method Description PathPath. clone()PathPath. extend(Object object, Set<String> labels)Add a new step to the path with an object and any number of associated labels.PathPath. extend(Set<String> labels)Add labels to the head of the path.PathTraverser. path()Get the current path of the traverser.PathPath. retract(Set<String> labels)Remove labels from path.default PathPath. subPath(String fromLabel, String toLabel)Isolate a sub-path from the path object. -
Uses of Path in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph
Methods in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph that return types with arguments of type Path Modifier and Type Method Description static <A> GraphTraversal<A,Path>__. path()default GraphTraversal<S,Path>GraphTraversal. path()default GraphTraversal<S,Path>GraphTraversal. shortestPath()Executes a Shortest Path algorithm over the graph. -
Uses of Path in org.apache.tinkerpop.gremlin.process.traversal.step
Methods in org.apache.tinkerpop.gremlin.process.traversal.step that return types with arguments of type Path Modifier and Type Method Description abstract Traversal<Vertex,Path>LambdaStepTest. get_g_VX1X_out_name_injectXdanielX_asXaX_mapXlengthX_path(Object v1Id)Traversal<Vertex,Path>LambdaStepTest.Traversals. get_g_VX1X_out_name_injectXdanielX_asXaX_mapXlengthX_path(Object v1Id) -
Uses of Path in org.apache.tinkerpop.gremlin.process.traversal.step.map
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.map that return types with arguments of type Path Modifier and Type Method Description protected Traverser.Admin<Path>PathStep. processNextStart() -
Uses of Path in org.apache.tinkerpop.gremlin.process.traversal.step.util
Classes in org.apache.tinkerpop.gremlin.process.traversal.step.util that implement Path Modifier and Type Class Description classEmptyPathclassImmutablePathclassMutablePathMethods in org.apache.tinkerpop.gremlin.process.traversal.step.util that return Path Modifier and Type Method Description PathEmptyPath. extend(Object object, Set<String> labels)PathEmptyPath. extend(Set<String> labels)PathImmutablePath. extend(Object object, Set<String> labels)PathImmutablePath. extend(Set<String> labels)PathMutablePath. extend(Object object, Set<String> labels)PathMutablePath. extend(Set<String> labels)static PathEmptyPath. instance()static PathImmutablePath. make()static PathMutablePath. make()PathEmptyPath. retract(Set<String> labels)PathImmutablePath. retract(Set<String> labels)PathMutablePath. retract(Set<String> removeLabels) -
Uses of Path in org.apache.tinkerpop.gremlin.process.traversal.traverser
Fields in org.apache.tinkerpop.gremlin.process.traversal.traverser declared as Path Modifier and Type Field Description protected PathB_LP_O_P_S_SE_SL_Traverser. pathprotected PathB_LP_O_S_SE_SL_Traverser. pathprotected PathLP_O_OB_P_S_SE_SL_Traverser. pathprotected PathLP_O_OB_S_SE_SL_Traverser. pathMethods in org.apache.tinkerpop.gremlin.process.traversal.traverser that return Path Modifier and Type Method Description PathB_LP_O_P_S_SE_SL_Traverser. path()PathB_LP_O_S_SE_SL_Traverser. path()PathLP_O_OB_P_S_SE_SL_Traverser. path()PathLP_O_OB_S_SE_SL_Traverser. path()PathProjectedTraverser. path() -
Uses of Path in org.apache.tinkerpop.gremlin.process.traversal.traverser.util
Methods in org.apache.tinkerpop.gremlin.process.traversal.traverser.util that return Path Modifier and Type Method Description PathAbstractTraverser. path()PathEmptyTraverser. path() -
Uses of Path in org.apache.tinkerpop.gremlin.structure.io.binary.types
Methods in org.apache.tinkerpop.gremlin.structure.io.binary.types that return Path Modifier and Type Method Description protected PathPathSerializer. readValue(Buffer buffer, GraphBinaryReader context)Methods in org.apache.tinkerpop.gremlin.structure.io.binary.types with parameters of type Path Modifier and Type Method Description protected voidPathSerializer. writeValue(Path value, Buffer buffer, GraphBinaryWriter context) -
Uses of Path in org.apache.tinkerpop.gremlin.structure.io.gryo
Methods in org.apache.tinkerpop.gremlin.structure.io.gryo that return Path Modifier and Type Method Description <I extends InputShim>
PathGryoSerializersV1.PathSerializer. read(KryoShim<I,?> kryo, I input, Class<Path> pathClass)<I extends InputShim>
PathGryoSerializersV3.PathSerializer. read(KryoShim<I,?> kryo, I input, Class<Path> pathClass)Methods in org.apache.tinkerpop.gremlin.structure.io.gryo with parameters of type Path Modifier and Type Method Description <O extends OutputShim>
voidGryoSerializersV1.PathSerializer. write(KryoShim<?,O> kryo, O output, Path path)<O extends OutputShim>
voidGryoSerializersV3.PathSerializer. write(KryoShim<?,O> kryo, O output, Path path)Method parameters in org.apache.tinkerpop.gremlin.structure.io.gryo with type arguments of type Path Modifier and Type Method Description <I extends InputShim>
PathGryoSerializersV1.PathSerializer. read(KryoShim<I,?> kryo, I input, Class<Path> pathClass)<I extends InputShim>
PathGryoSerializersV3.PathSerializer. read(KryoShim<I,?> kryo, I input, Class<Path> pathClass) -
Uses of Path in org.apache.tinkerpop.gremlin.structure.util
Methods in org.apache.tinkerpop.gremlin.structure.util with parameters of type Path Modifier and Type Method Description static StringStringFactory. pathString(Path path) -
Uses of Path in org.apache.tinkerpop.gremlin.structure.util.detached
Classes in org.apache.tinkerpop.gremlin.structure.util.detached that implement Path Modifier and Type Class Description classDetachedPathMethods in org.apache.tinkerpop.gremlin.structure.util.detached that return Path Modifier and Type Method Description PathDetachedPath. attach(Function<Attachable<Path>,Path> method)PathDetachedPath. get()Methods in org.apache.tinkerpop.gremlin.structure.util.detached with parameters of type Path Modifier and Type Method Description static DetachedPathDetachedFactory. detach(Path path, boolean withProperties)Method parameters in org.apache.tinkerpop.gremlin.structure.util.detached with type arguments of type Path Modifier and Type Method Description PathDetachedPath. attach(Function<Attachable<Path>,Path> method)PathDetachedPath. attach(Function<Attachable<Path>,Path> method)Constructors in org.apache.tinkerpop.gremlin.structure.util.detached with parameters of type Path Constructor Description DetachedPath(Path path, boolean withProperties) -
Uses of Path in org.apache.tinkerpop.gremlin.structure.util.reference
Classes in org.apache.tinkerpop.gremlin.structure.util.reference that implement Path Modifier and Type Class Description classReferencePathMethods in org.apache.tinkerpop.gremlin.structure.util.reference that return Path Modifier and Type Method Description PathReferencePath. attach(Function<Attachable<Path>,Path> method)PathReferencePath. get()Methods in org.apache.tinkerpop.gremlin.structure.util.reference with parameters of type Path Modifier and Type Method Description static ReferencePathReferenceFactory. detach(Path path)Method parameters in org.apache.tinkerpop.gremlin.structure.util.reference with type arguments of type Path Modifier and Type Method Description PathReferencePath. attach(Function<Attachable<Path>,Path> method)PathReferencePath. attach(Function<Attachable<Path>,Path> method)Constructors in org.apache.tinkerpop.gremlin.structure.util.reference with parameters of type Path Constructor Description ReferencePath(Path path)
-