Uses of Enum Class
org.apache.tinkerpop.gremlin.process.computer.GraphComputer.ResultGraph
Packages that use GraphComputer.ResultGraph
Package
Description
-
Uses of GraphComputer.ResultGraph in org.apache.tinkerpop.gremlin.process.computer
Methods in org.apache.tinkerpop.gremlin.process.computer that return GraphComputer.ResultGraphModifier and TypeMethodDescriptionGraphComputerTest.MultiScopeVertexProgram.getPreferredResultGraph()GraphComputerTest.MultiScopeVertexWithEdgeFunctionProgram.getPreferredResultGraph()GraphComputerTest.VertexProgramA.getPreferredResultGraph()GraphComputerTest.VertexProgramB.getPreferredResultGraph()GraphComputerTest.VertexProgramC.getPreferredResultGraph()GraphComputerTest.VertexProgramD.getPreferredResultGraph()GraphComputerTest.VertexProgramE.getPreferredResultGraph()GraphComputerTest.VertexProgramF.getPreferredResultGraph()GraphComputerTest.VertexProgramG.getPreferredResultGraph()GraphComputerTest.VertexProgramH.getPreferredResultGraph()GraphComputerTest.VertexProgramI.getPreferredResultGraph()GraphComputerTest.VertexProgramJ.getPreferredResultGraph()GraphComputerTest.VertexProgramK.getPreferredResultGraph()GraphComputerTest.VertexProgramL.getPreferredResultGraph()GraphComputerTest.VertexProgramM.getPreferredResultGraph()VertexProgram.getPreferredResultGraph()Computer.getResultGraph()static GraphComputer.ResultGraphReturns the enum constant of this class with the specified name.static GraphComputer.ResultGraph[]GraphComputer.ResultGraph.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.tinkerpop.gremlin.process.computer with parameters of type GraphComputer.ResultGraphModifier and TypeMethodDescriptionComputer.result(GraphComputer.ResultGraph resultGraph) GraphComputer.result(GraphComputer.ResultGraph resultGraph) Set theGraphComputer.ResultGraphof the computation.GraphComputerTest.BadGraphComputer.result(GraphComputer.ResultGraph resultGraph) 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.clone
Methods in org.apache.tinkerpop.gremlin.process.computer.clone that return GraphComputer.ResultGraph -
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 -
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 -
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 -
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 -
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 -
Uses of GraphComputer.ResultGraph in org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration
Methods in org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration with parameters of type GraphComputer.ResultGraphModifier and TypeMethodDescriptionVertexProgramStrategy.Builder.result(GraphComputer.ResultGraph resultGraph) -
Uses of GraphComputer.ResultGraph in org.apache.tinkerpop.gremlin.process.computer.util
Methods in org.apache.tinkerpop.gremlin.process.computer.util that return GraphComputer.ResultGraphModifier and TypeMethodDescriptionstatic GraphComputer.ResultGraphGraphComputerHelper.getResultGraphState(Optional<VertexProgram> vertexProgram, Optional<GraphComputer.ResultGraph> resultGraph) -
Uses of GraphComputer.ResultGraph in org.apache.tinkerpop.gremlin.process.traversal.step.map
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.map that return GraphComputer.ResultGraph -
Uses of GraphComputer.ResultGraph in org.apache.tinkerpop.gremlin.tinkergraph.process.computer
Methods in org.apache.tinkerpop.gremlin.tinkergraph.process.computer with parameters of type GraphComputer.ResultGraphModifier and TypeMethodDescriptionTinkerGraphComputerView.processResultGraphPersist(GraphComputer.ResultGraph resultGraph, GraphComputer.Persist persist) TinkerGraphComputer.result(GraphComputer.ResultGraph resultGraph)