Uses of Interface
org.apache.tinkerpop.gremlin.structure.Graph
Packages that use Graph
Package
Description
-
Uses of Graph in org.apache.tinkerpop.gremlin
Fields in org.apache.tinkerpop.gremlin declared as GraphMethods in org.apache.tinkerpop.gremlin that return GraphModifier and TypeMethodDescriptionGraphManager.ManagedGraphProvider.openTestGraph(org.apache.commons.configuration2.Configuration config) default GraphGraphProvider.openTestGraph(org.apache.commons.configuration2.Configuration config) GraphManager.ManagedGraphProvider.standardTestGraph(Class<?> test, String testMethodName, LoadGraphWith.GraphData loadGraphWith) default GraphGraphProvider.standardTestGraph(Class<?> test, String testMethodName, LoadGraphWith.GraphData loadGraphWith) Creates a newGraphinstance using the defaultConfigurationfromGraphProvider.standardGraphConfiguration(Class, String, LoadGraphWith.GraphData).Methods in org.apache.tinkerpop.gremlin that return types with arguments of type GraphModifier and TypeMethodDescriptionAbstractGremlinTest.getAssertVertexEdgeCounts(int expectedVertexCount, int expectedEdgeCount) static org.javatuples.Pair<Class<? extends GraphProvider>,Class<? extends Graph>> AbstractGremlinSuite.getGraphProviderClass(Class<?> klass) Methods in org.apache.tinkerpop.gremlin with parameters of type GraphModifier and TypeMethodDescriptionprotected voidAbstractGremlinTest.afterLoadGraphWith(Graph g) static voidAbstractGremlinTest.assertVertexEdgeCounts(Graph graph, int expectedVertexCount, int expectedEdgeCount) protected voidAbstractGremlinTest.beforeLoadGraphWith(Graph g) voidAbstractFileGraphProvider.clear(Graph graph, org.apache.commons.configuration2.Configuration configuration) voidGraphManager.ManagedGraphProvider.clear(Graph graph, org.apache.commons.configuration2.Configuration configuration) voidClears aGraphof all data and settings.static voidGraphHelper.cloneElements(Graph original, Graph clone) make a deep clone of the graph elements that preserves idsAbstractGremlinTest.convertToEdge(Graph graph, String outVertexName, String edgeLabel, String inVertexName) AbstractGremlinTest.convertToEdgeId(Graph graph, String outVertexName, String edgeLabel, String inVertexName) AbstractGremlinTest.convertToVertex(Graph graph, String vertexName) AbstractGremlinTest.convertToVertexId(Graph graph, String vertexName) Looks up the identifier as generated by the current source graph being tested.AbstractGremlinTest.convertToVertexProperty(Graph graph, String vertexName, String vertexPropertyKey) AbstractGremlinTest.convertToVertexPropertyId(Graph graph, String vertexName, String vertexPropertyKey) static voidTestHelper.createRandomGraph(Graph graph, int numberOfVertices, int maxNumberOfEdgesPerVertex) GraphManager.ManagedGraphProvider.getGraphComputer(Graph graph) default GraphComputerGraphProvider.getGraphComputer(Graph graph) Create aGraphComputerfrom theGraphinstance.protected StringAbstractFileGraphProvider.getInputLocation(Graph g, LoadGraphWith.GraphData graphData) voidAbstractGraphProvider.loadGraphData(Graph graph, LoadGraphWith loadGraphWith, Class testClass, String testName) voidGraphManager.ManagedGraphProvider.loadGraphData(Graph graph, LoadGraphWith loadGraphWith, Class testClass, String testName) voidGraphProvider.loadGraphData(Graph graph, LoadGraphWith loadGraphWith, Class testClass, String testName) Tests are annotated with aLoadGraphWithannotation.protected voidAbstractGraphProvider.readIntoGraph(Graph graph, String path) Used by the default implementation ofAbstractGraphProvider.loadGraphData(Graph, LoadGraphWith, Class, String)to read the graph from a Kryo file using the defaultGryoReaderimplementation.GraphManager.ManagedGraphProvider.traversal(Graph graph, TraversalStrategy... strategies) default GraphTraversalSourceCreate aGraphTraversalSourcefrom aGraphinstance.default GraphTraversalSourceGraphProvider.traversal(Graph graph, TraversalStrategy... strategies) Create aGraphTraversalSourcefrom aGraphinstance.voidUtility method that commits if the graph supports transactions.voidUtility method that commits if the graph supports transactions and executes an assertion function before and after the commit.voidAbstractGremlinTest.tryRollback(Graph graph) Utility method that rollsback if the graph supports transactions.Method parameters in org.apache.tinkerpop.gremlin with type arguments of type Graph -
Uses of Graph in org.apache.tinkerpop.gremlin.algorithm.generator
Fields in org.apache.tinkerpop.gremlin.algorithm.generator declared as GraphMethods in org.apache.tinkerpop.gremlin.algorithm.generator with parameters of type GraphModifier and TypeMethodDescriptionprotected voidCommunityGeneratorTest.DifferentDistributionsTest.afterLoadGraphWith(Graph graph) protected voidCommunityGeneratorTest.ProcessorTest.afterLoadGraphWith(Graph graph) protected voidDistributionGeneratorTest.DifferentDistributionsTest.afterLoadGraphWith(Graph graph) protected voidDistributionGeneratorTest.ProcessorTest.afterLoadGraphWith(Graph graph) static CommunityGenerator.Builderprotected booleanAsserts that two graphs are the "same" in way of structure.CommunityGeneratorTest.DifferentDistributionsTest.verticesByOid(Graph graph) DistributionGeneratorTest.DifferentDistributionsTest.verticesByOid(Graph graph) -
Uses of Graph in org.apache.tinkerpop.gremlin.gql
Methods in org.apache.tinkerpop.gremlin.gql with parameters of type GraphModifier and TypeMethodDescriptionstatic voidRemoves the cachedGqlPlanner/GqlExecutorpair for the given graph instance.Constructors in org.apache.tinkerpop.gremlin.gql with parameters of type GraphModifierConstructorDescriptionDefaultGqlExecutor(Graph graph) DefaultGqlPlanner(Graph graph) DefaultGqlPlanner(Graph graph, com.github.benmanes.caffeine.cache.Cache<String, QueryGraph> queryGraphCache) -
Uses of Graph in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential
Constructors in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential with parameters of type GraphModifierConstructorDescriptionCredentialTraversalSource(Graph graph) CredentialTraversalSource(Graph graph, TraversalStrategies strategies) CredentialTraversalSourceDsl(Graph graph, TraversalStrategies traversalStrategies) DefaultCredentialTraversal(Graph graph) -
Uses of Graph in org.apache.tinkerpop.gremlin.language.grammar
Constructors in org.apache.tinkerpop.gremlin.language.grammar with parameters of type GraphModifierConstructorDescriptionprotectedGremlinAntlrToJava(String traversalSourceName, Graph graph, Supplier<GraphTraversal<?, ?>> createAnonymous) protectedGremlinAntlrToJava(String traversalSourceName, Graph graph, Supplier<GraphTraversal<?, ?>> createAnonymous, GraphTraversalSource g, VariableResolver variableResolver) GremlinAntlrToJava(Graph graph) Constructs a new instance that is bound to the specifiedGraphinstance.protectedGremlinAntlrToJava(Graph graph, Supplier<GraphTraversal<?, ?>> createAnonymous) GremlinAntlrToJava(Graph graph, VariableResolver variableResolver) Constructs a new instance that is bound to the specifiedGraphinstance.NoOpTerminalVisitor(String traversalSourceName, Graph graph, Supplier<GraphTraversal<?, ?>> createAnonymous, GraphTraversalSource g, VariableResolver variableResolver) NoOpTerminalVisitor(Graph graph, VariableResolver variableResolver) -
Uses of Graph in org.apache.tinkerpop.gremlin.process.computer
Methods in org.apache.tinkerpop.gremlin.process.computer that return GraphMethods in org.apache.tinkerpop.gremlin.process.computer with parameters of type GraphModifier and TypeMethodDescription<P extends VertexProgram>
Pstatic <M extends MapReduce>
MMapReduce.createMapReduce(Graph graph, org.apache.commons.configuration2.Configuration configuration) A helper method to construct aMapReducegiven the content of the supplied configuration.static <V extends VertexProgram>
VVertexProgram.createVertexProgram(Graph graph, org.apache.commons.configuration2.Configuration configuration) A helper method to construct aVertexProgramgiven the content of the supplied configuration.voidGraphComputerTest.VertexProgramM.loadState(Graph graph, org.apache.commons.configuration2.Configuration configuration) default voidWhen it is necessary to load the state of a MapReduce job, this method is called.default voidWhen it is necessary to load the state of the VertexProgram, this method is called. -
Uses of Graph in org.apache.tinkerpop.gremlin.process.computer.clone
Methods in org.apache.tinkerpop.gremlin.process.computer.clone with parameters of type GraphModifier and TypeMethodDescription -
Uses of Graph in org.apache.tinkerpop.gremlin.process.computer.clustering.connected
Methods in org.apache.tinkerpop.gremlin.process.computer.clustering.connected with parameters of type Graph -
Uses of Graph in org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure
Methods in org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure with parameters of type GraphModifier and TypeMethodDescriptionvoidClusterCountMapReduce.loadState(Graph graph, org.apache.commons.configuration2.Configuration configuration) voidClusterPopulationMapReduce.loadState(Graph graph, org.apache.commons.configuration2.Configuration configuration) voidPeerPressureVertexProgram.loadState(Graph graph, org.apache.commons.configuration2.Configuration configuration) -
Uses of Graph in org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank
Methods in org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank with parameters of type Graph -
Uses of Graph in org.apache.tinkerpop.gremlin.process.computer.search.path
Methods in org.apache.tinkerpop.gremlin.process.computer.search.path with parameters of type Graph -
Uses of Graph in org.apache.tinkerpop.gremlin.process.computer.traversal
Methods in org.apache.tinkerpop.gremlin.process.computer.traversal with parameters of type Graph -
Uses of Graph in org.apache.tinkerpop.gremlin.process.computer.traversal.step
Methods in org.apache.tinkerpop.gremlin.process.computer.traversal.step with parameters of type GraphModifier and TypeMethodDescriptionVertexComputing.generateProgram(Graph graph, Memory memory) Generate theVertexProgram. -
Uses of Graph in org.apache.tinkerpop.gremlin.process.computer.traversal.step.map
Methods in org.apache.tinkerpop.gremlin.process.computer.traversal.step.map with parameters of type GraphModifier and TypeMethodDescriptionComputerResultStep.attach(Iterator<Traverser.Admin<S>> iterator, Graph graph) ConnectedComponentVertexProgramStep.generateProgram(Graph graph, Memory memory) PageRankVertexProgramStep.generateProgram(Graph graph, Memory memory) PeerPressureVertexProgramStep.generateProgram(Graph graph, Memory memory) ProgramVertexProgramStep.generateProgram(Graph graph, Memory memory) ShortestPathVertexProgramStep.generateProgram(Graph graph, Memory memory) TraversalVertexProgramStep.generateProgram(Graph graph, Memory memory) -
Uses of Graph in org.apache.tinkerpop.gremlin.process.computer.util
Classes in org.apache.tinkerpop.gremlin.process.computer.util that implement GraphFields in org.apache.tinkerpop.gremlin.process.computer.util declared as GraphMethods in org.apache.tinkerpop.gremlin.process.computer.util that return GraphModifier and TypeMethodDescriptionComputerGraph.ComputerAdjacentVertex.graph()ComputerGraph.ComputerElement.graph()DefaultComputerResult.graph()Methods in org.apache.tinkerpop.gremlin.process.computer.util with parameters of type GraphConstructors in org.apache.tinkerpop.gremlin.process.computer.util with parameters of type Graph -
Uses of Graph in org.apache.tinkerpop.gremlin.process.remote.traversal
Methods in org.apache.tinkerpop.gremlin.process.remote.traversal that return types with arguments of type GraphMethods in org.apache.tinkerpop.gremlin.process.remote.traversal with parameters of type Graph -
Uses of Graph in org.apache.tinkerpop.gremlin.process.traversal
Methods in org.apache.tinkerpop.gremlin.process.traversal that return GraphModifier and TypeMethodDescriptionTraversalSource.getGraph()Get theGraphassociated with this traversal source.Methods in org.apache.tinkerpop.gremlin.process.traversal that return types with arguments of type GraphMethods in org.apache.tinkerpop.gremlin.process.traversal with parameters of type GraphModifier and TypeMethodDescriptionvoidCreates the specifiedTraversalSourcebinding an embeddedGraphas its reference such that traversals spawned from it will execute over that reference.AnonymousTraversalSource.withEmbedded(Graph graph) Deprecated. -
Uses of Graph in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph
Fields in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph declared as GraphMethods in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph that return GraphConstructors in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph with parameters of type GraphModifierConstructorDescriptionDefaultGraphTraversal(Graph graph) GraphTraversalSource(Graph graph) GraphTraversalSource(Graph graph, TraversalStrategies traversalStrategies) -
Uses of Graph in org.apache.tinkerpop.gremlin.process.traversal.lambda
Methods in org.apache.tinkerpop.gremlin.process.traversal.lambda that return types with arguments of type GraphMethods in org.apache.tinkerpop.gremlin.process.traversal.lambda with parameters of type Graph -
Uses of Graph in org.apache.tinkerpop.gremlin.process.traversal.step.map
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.map that return GraphMethods in org.apache.tinkerpop.gremlin.process.traversal.step.map with parameters of type GraphModifier and TypeMethodDescriptionprotected voidProfileTest.afterLoadGraphWith(Graph graph) voidProgramTest.TestProgram.loadState(Graph graph, org.apache.commons.configuration2.Configuration configuration) protected GraphTraversalMergeElementStep.searchVerticesTraversal(Graph graph, Object id) -
Uses of Graph in org.apache.tinkerpop.gremlin.process.traversal.step.util.event
Constructors in org.apache.tinkerpop.gremlin.process.traversal.step.util.event with parameters of type Graph -
Uses of Graph in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration
Constructors in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration with parameters of type Graph -
Uses of Graph in org.apache.tinkerpop.gremlin.process.traversal.util
Fields in org.apache.tinkerpop.gremlin.process.traversal.util declared as GraphMethods in org.apache.tinkerpop.gremlin.process.traversal.util that return types with arguments of type GraphMethods in org.apache.tinkerpop.gremlin.process.traversal.util with parameters of type GraphModifier and TypeMethodDescriptionTraversalSourceFactory.createTraversalSource(Graph graph) static <S,E> PureTraversal<S, E> PureTraversal.loadState(org.apache.commons.configuration2.Configuration configuration, String configurationKey, Graph graph) voidvoidConstructors in org.apache.tinkerpop.gremlin.process.traversal.util with parameters of type Graph -
Uses of Graph in org.apache.tinkerpop.gremlin.server
Methods in org.apache.tinkerpop.gremlin.server that return GraphModifier and TypeMethodDescriptionGetGraphinstance whose name matchesgraphName.Implementation that allows for custom graph-opening implementations; if theMaptracking graph references has aGraphobject corresponding to the graph name, then we return thatGraph-- otherwise, we use the customFunctionto instantiate a newGraph, add it to theMaptracking graph references, and return saidGraph.GraphManager.removeGraph(String graphName) Implementation that allows for custom graph closing implementations; this method should remove theGraphfrom theGraphManager.Methods in org.apache.tinkerpop.gremlin.server with parameters of type GraphModifier and TypeMethodDescriptionvoidAdd or update the specifiedGraphwith the specified name toMap<String, Graph>.Method parameters in org.apache.tinkerpop.gremlin.server with type arguments of type GraphModifier and TypeMethodDescriptionImplementation that allows for custom graph-opening implementations; if theMaptracking graph references has aGraphobject corresponding to the graph name, then we return thatGraph-- otherwise, we use the customFunctionto instantiate a newGraph, add it to theMaptracking graph references, and return saidGraph. -
Uses of Graph in org.apache.tinkerpop.gremlin.server.transaction
Constructors in org.apache.tinkerpop.gremlin.server.transaction with parameters of type GraphModifierConstructorDescriptionUnmanagedTransaction(String transactionId, TransactionManager transactionManager, String traversalSourceName, Graph graph, ScheduledExecutorService scheduledExecutorService, long idleTransactionTimeout, long perGraphClose) Creates a newUnmanagedTransactionfor managing an HTTP transaction. -
Uses of Graph in org.apache.tinkerpop.gremlin.server.util
Methods in org.apache.tinkerpop.gremlin.server.util that return GraphModifier and TypeMethodDescriptionfinal Graphfinal GraphImplementation that allows for custom graph-opening implementations; if theMaptracking graph references has aGraphobject corresponding to the graph name, then we return thatGraph-- otherwise, we use the customFunctionto instantiate a newGraph, add it to theMaptracking graph references, and return saidGraph.final GraphDefaultGraphManager.removeGraph(String graphName) Implementation that allows for custom graph closing implementations; this method should remove theGraphfrom theGraphManager.Methods in org.apache.tinkerpop.gremlin.server.util with parameters of type GraphModifier and TypeMethodDescriptionfinal voidMethod parameters in org.apache.tinkerpop.gremlin.server.util with type arguments of type GraphModifier and TypeMethodDescriptionfinal GraphImplementation that allows for custom graph-opening implementations; if theMaptracking graph references has aGraphobject corresponding to the graph name, then we return thatGraph-- otherwise, we use the customFunctionto instantiate a newGraph, add it to theMaptracking graph references, and return saidGraph. -
Uses of Graph in org.apache.tinkerpop.gremlin.structure
Classes in org.apache.tinkerpop.gremlin.structure that implement GraphModifier and TypeClassDescriptionclassRemoteGraphis only required for integrating with the test suite as there must be aGraphinstance for the test suite to bind to.Methods in org.apache.tinkerpop.gremlin.structure with type parameters of type GraphModifier and TypeMethodDescriptiondefault <G extends Graph>
GTransaction.createThreadedTx()Creates a transaction that can be executed across multiple threads.Methods in org.apache.tinkerpop.gremlin.structure that return Graph -
Uses of Graph in org.apache.tinkerpop.gremlin.structure.io
Fields in org.apache.tinkerpop.gremlin.structure.io with type parameters of type GraphModifier and TypeFieldDescriptionIoCustomTest.readerMakerIoEdgeTest.readerMakerIoPropertyTest.readerMakerIoVertexTest.readerMakerIoCustomTest.writerMakerIoEdgeTest.writerMakerIoPropertyTest.writerMakerIoVertexTest.writerMakerMethods in org.apache.tinkerpop.gremlin.structure.io with parameters of type GraphModifier and TypeMethodDescriptionstatic voidIoTest.assertClassicGraph(Graph g1, boolean assertDouble, boolean lossyForId) static voidIoTest.assertCrewGraph(Graph g1, boolean lossyForId) static voidIoTest.assertModernGraph(Graph g1, boolean assertDouble, boolean lossyForId) static voidIoTest.assertNoEdgeGraph(Graph g1, boolean assertDouble, boolean lossyForId) Io.Builder<? extends Io>Providers use this method to supply the current instance of theirGraphto the builder.static voidGraphMigrator.migrateGraph(Graph fromGraph, Graph toGraph) Use Gryo to pipe the data from one graph to another graph.static voidGraphMigrator.migrateGraph(Graph fromGraph, Graph toGraph, GraphReader reader, GraphWriter writer) Pipe the data from one graph to another graph.voidGraphReader.readGraph(InputStream inputStream, Graph graphToWriteTo) Reads an entire graph from anInputStream.voidGraphWriter.writeGraph(OutputStream outputStream, Graph g) Write the entire graph to a stream. -
Uses of Graph in org.apache.tinkerpop.gremlin.structure.io.binary.types
Methods in org.apache.tinkerpop.gremlin.structure.io.binary.types that return GraphModifier and TypeMethodDescriptionprotected GraphGraphSerializer.readValue(Buffer buffer, GraphBinaryReader context) Methods in org.apache.tinkerpop.gremlin.structure.io.binary.types with parameters of type GraphModifier and TypeMethodDescriptionprotected voidGraphSerializer.writeValue(Graph value, Buffer buffer, GraphBinaryWriter context) -
Uses of Graph in org.apache.tinkerpop.gremlin.structure.io.graphml
Methods in org.apache.tinkerpop.gremlin.structure.io.graphml with parameters of type GraphModifier and TypeMethodDescriptionvoidGraphMLReader.readGraph(InputStream graphInputStream, Graph graphToWriteTo) voidGraphMLWriter.writeGraph(OutputStream outputStream, Graph g) Write the data in a Graph to a GraphML OutputStream. -
Uses of Graph in org.apache.tinkerpop.gremlin.structure.io.graphson
Methods in org.apache.tinkerpop.gremlin.structure.io.graphson with parameters of type GraphModifier and TypeMethodDescriptionvoidGraphSONReader.readGraph(InputStream inputStream, Graph graphToWriteTo) Read data into aGraphfrom output generated by any of theGraphSONWriterwriteVertexorwriteVerticesmethods or byGryoWriter.writeGraph(OutputStream, Graph).voidLegacyGraphSONReader.readGraph(InputStream inputStream, Graph graphToWriteTo) voidGraphSONWriter.writeGraph(OutputStream outputStream, Graph g) Writes aGraphto stream in an adjacency list format where vertices are written with edges from both directions. -
Uses of Graph in org.apache.tinkerpop.gremlin.structure.io.gryo
Methods in org.apache.tinkerpop.gremlin.structure.io.gryo with parameters of type GraphModifier and TypeMethodDescriptionvoidGryoReader.readGraph(InputStream inputStream, Graph graphToWriteTo) Read data into aGraphfrom output generated by any of theGryoWriterwriteVertexorwriteVerticesmethods or byGryoWriter.writeGraph(OutputStream, Graph).voidGryoWriter.writeGraph(OutputStream outputStream, Graph g) Write the entire graph to a stream. -
Uses of Graph in org.apache.tinkerpop.gremlin.structure.util
Methods in org.apache.tinkerpop.gremlin.structure.util with type parameters of type GraphModifier and TypeMethodDescription<G extends Graph>
GAbstractTransaction.createThreadedTx()Creates a transaction that can be executed across multiple threads.Methods in org.apache.tinkerpop.gremlin.structure.util that return GraphModifier and TypeMethodDescriptionstatic GraphOpen a graph.static GraphOpen a graph.static GraphGraphFactory.open(org.apache.commons.configuration2.Configuration configuration) Open a graph.Methods in org.apache.tinkerpop.gremlin.structure.util with parameters of type GraphModifier and TypeMethodDescriptionstatic IllegalStateExceptionAttachable.Exceptions.canNotGetAttachableFromHostGraph(Attachable<?> attachable, Graph hostGraph) static EdgeAttachable.Method.createEdge(Attachable<Edge> attachableEdge, Graph hostGraph) static PropertyAttachable.Method.createProperty(Attachable<Property> attachableProperty, Graph hostGraph) static VertexAttachable.Method.createVertex(Attachable<Vertex> attachableVertex, Graph hostGraph) static VertexPropertyAttachable.Method.createVertexProperty(Attachable<VertexProperty> attachableVertexProperty, Graph hostGraph) Attachable.Method.getEdge(Attachable<Edge> attachableEdge, Graph hostGraph) Attachable.Method.getProperty(Attachable<Property> attachableProperty, Graph hostGraph) Attachable.Method.getVertex(Attachable<Vertex> attachableVertex, Graph hostGraph) static Optional<VertexProperty>Attachable.Method.getVertexProperty(Attachable<VertexProperty> attachableVertexProperty, Graph hostGraph) static StringStringFactory.graphString(Graph graph, String internalString) Construct the representation for aGraph.Constructors in org.apache.tinkerpop.gremlin.structure.util with parameters of type Graph -
Uses of Graph in org.apache.tinkerpop.gremlin.structure.util.detached
Methods in org.apache.tinkerpop.gremlin.structure.util.detached that return Graph -
Uses of Graph in org.apache.tinkerpop.gremlin.structure.util.empty
Classes in org.apache.tinkerpop.gremlin.structure.util.empty that implement GraphMethods in org.apache.tinkerpop.gremlin.structure.util.empty that return Graph -
Uses of Graph in org.apache.tinkerpop.gremlin.structure.util.keyed
Methods in org.apache.tinkerpop.gremlin.structure.util.keyed that return Graph -
Uses of Graph in org.apache.tinkerpop.gremlin.structure.util.reference
Methods in org.apache.tinkerpop.gremlin.structure.util.reference that return Graph -
Uses of Graph in org.apache.tinkerpop.gremlin.structure.util.star
Classes in org.apache.tinkerpop.gremlin.structure.util.star that implement GraphModifier and TypeClassDescriptionfinal classAStarGraphis a form ofAttachable(though theGraphimplementation does not implement that interface itself).Methods in org.apache.tinkerpop.gremlin.structure.util.star that return Graph -
Uses of Graph in org.apache.tinkerpop.gremlin.tinkergraph.process.computer
Methods in org.apache.tinkerpop.gremlin.tinkergraph.process.computer that return GraphModifier and TypeMethodDescriptionTinkerGraphComputerView.processResultGraphPersist(GraphComputer.ResultGraph resultGraph, GraphComputer.Persist persist) -
Uses of Graph in org.apache.tinkerpop.gremlin.tinkergraph.structure
Classes in org.apache.tinkerpop.gremlin.tinkergraph.structure that implement GraphModifier and TypeClassDescriptionclassBase class forTinkerGraphandTinkerTransactionGraph.classAn in-memory (with optional persistence on calls toAbstractTinkerGraph.close()), reference implementation of the property graph interfaces provided by TinkerPop.final classAn in-memory (with optional persistence on calls toAbstractTinkerGraph.close()), reference implementation of the property graph interfaces with transaction support provided by TinkerPop.Methods in org.apache.tinkerpop.gremlin.tinkergraph.structure that return Graph
AnonymousTraversalSource.with(Graph)