Uses of Interface
org.apache.tinkerpop.gremlin.process.computer.VertexProgram.Builder
-
-
Uses of VertexProgram.Builder in org.apache.tinkerpop.gremlin.process.computer
Methods in org.apache.tinkerpop.gremlin.process.computer that return VertexProgram.Builder Modifier and Type Method Description VertexProgram.BuilderVertexProgram.Builder. configure(Object... keyValues)This method should only be used by the underlying compute engine. -
Uses of VertexProgram.Builder in org.apache.tinkerpop.gremlin.process.computer.clustering.connected
Classes in org.apache.tinkerpop.gremlin.process.computer.clustering.connected that implement VertexProgram.Builder Modifier and Type Class Description static classConnectedComponentVertexProgram.Builder -
Uses of VertexProgram.Builder in org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure
Classes in org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure that implement VertexProgram.Builder Modifier and Type Class Description static classPeerPressureVertexProgram.Builder -
Uses of VertexProgram.Builder in org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank
Classes in org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank that implement VertexProgram.Builder Modifier and Type Class Description static classPageRankVertexProgram.Builder -
Uses of VertexProgram.Builder in org.apache.tinkerpop.gremlin.process.computer.search.path
Classes in org.apache.tinkerpop.gremlin.process.computer.search.path that implement VertexProgram.Builder Modifier and Type Class Description static classShortestPathVertexProgram.Builder -
Uses of VertexProgram.Builder in org.apache.tinkerpop.gremlin.process.computer.traversal
Classes in org.apache.tinkerpop.gremlin.process.computer.traversal that implement VertexProgram.Builder Modifier and Type Class Description static classTraversalVertexProgram.Builder -
Uses of VertexProgram.Builder in org.apache.tinkerpop.gremlin.process.computer.util
Classes in org.apache.tinkerpop.gremlin.process.computer.util with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw VertexProgram.Builder Modifier and Type Class Description classorg.apache.tinkerpop.gremlin.process.computer.util.AbstractVertexProgramBuilder<B extends VertexProgram.Builder>
-