Class ShortestPathVertexProgram.Builder
java.lang.Object
org.apache.tinkerpop.gremlin.process.computer.util.AbstractVertexProgramBuilder<ShortestPathVertexProgram.Builder>
org.apache.tinkerpop.gremlin.process.computer.search.path.ShortestPathVertexProgram.Builder
- All Implemented Interfaces:
VertexProgram.Builder
- Enclosing class:
- ShortestPathVertexProgram
public static final class ShortestPathVertexProgram.Builder
extends AbstractVertexProgramBuilder<ShortestPathVertexProgram.Builder>
-
Field Summary
Fields inherited from class org.apache.tinkerpop.gremlin.process.computer.util.AbstractVertexProgramBuilder
configuration -
Method Summary
Modifier and TypeMethodDescriptiondistanceProperty(String distance) distanceTraversal(Traversal<Edge, Number> distanceTraversal) edgeDirection(Direction direction) edgeTraversal(Traversal<Vertex, Edge> edgeTraversal) includeEdges(boolean include) maxDistance(Number distance) Methods inherited from class org.apache.tinkerpop.gremlin.process.computer.util.AbstractVertexProgramBuilder
configure, createMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram.Builder
create
-
Method Details
-
source
-
target
-
edgeDirection
-
edgeTraversal
-
distanceProperty
-
distanceTraversal
public ShortestPathVertexProgram.Builder distanceTraversal(Traversal<Edge, Number> distanceTraversal) -
maxDistance
-
includeEdges
-