Uses of Class
org.apache.tinkerpop.gremlin.process.computer.GraphComputer.ResultGraph
-
-
Uses of GraphComputer.ResultGraph in org.apache.tinkerpop.gremlin.process.computer
Methods in org.apache.tinkerpop.gremlin.process.computer that return GraphComputer.ResultGraph Modifier and Type Method Description GraphComputer.ResultGraphVertexProgram. getPreferredResultGraph()GraphComputer.ResultGraphComputer. getResultGraph()static GraphComputer.ResultGraphGraphComputer.ResultGraph. valueOf(String name)Returns the enum constant of this type with the specified name.static GraphComputer.ResultGraph[]GraphComputer.ResultGraph. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.tinkerpop.gremlin.process.computer with parameters of type GraphComputer.ResultGraph Modifier and Type Method Description ComputerComputer. result(GraphComputer.ResultGraph resultGraph)GraphComputerGraphComputer. result(GraphComputer.ResultGraph resultGraph)Set theGraphComputer.ResultGraphof the computation.static IllegalArgumentExceptionGraphComputer.Exceptions. resultGraphPersistCombinationNotSupported(GraphComputer.ResultGraph resultGraph, GraphComputer.Persist persist)default booleanGraphComputer.Features. supportsResultGraphPersistCombination(GraphComputer.ResultGraph resultGraph, GraphComputer.Persist persist) -
Uses of GraphComputer.ResultGraph in org.apache.tinkerpop.gremlin.process.computer.clustering.connected
Methods in org.apache.tinkerpop.gremlin.process.computer.clustering.connected that return GraphComputer.ResultGraph Modifier and Type Method Description GraphComputer.ResultGraphConnectedComponentVertexProgram. getPreferredResultGraph() -
Uses of GraphComputer.ResultGraph in org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure
Methods in org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure that return GraphComputer.ResultGraph Modifier and Type Method Description GraphComputer.ResultGraphPeerPressureVertexProgram. getPreferredResultGraph() -
Uses of GraphComputer.ResultGraph in org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank
Methods in org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank that return GraphComputer.ResultGraph Modifier and Type Method Description GraphComputer.ResultGraphPageRankVertexProgram. getPreferredResultGraph() -
Uses of GraphComputer.ResultGraph in org.apache.tinkerpop.gremlin.process.computer.search.path
Methods in org.apache.tinkerpop.gremlin.process.computer.search.path that return GraphComputer.ResultGraph Modifier and Type Method Description GraphComputer.ResultGraphShortestPathVertexProgram. getPreferredResultGraph() -
Uses of GraphComputer.ResultGraph in org.apache.tinkerpop.gremlin.process.computer.traversal
Methods in org.apache.tinkerpop.gremlin.process.computer.traversal that return GraphComputer.ResultGraph Modifier and Type Method Description GraphComputer.ResultGraphTraversalVertexProgram. getPreferredResultGraph()
-