Uses of Class
org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
Packages that use TinkerGraph
-
Uses of TinkerGraph in org.apache.tinkerpop.gremlin.tinkergraph.structure
Methods in org.apache.tinkerpop.gremlin.tinkergraph.structure that return TinkerGraphModifier and TypeMethodDescriptionstatic TinkerGraphTinkerFactory.createAirRoutes()Creates the "air-routes" graph which is a larger graph than most of the toy graphs but has real-world structure and application and is therefore useful for demonstrating more complex traversals.static TinkerGraphTinkerFactory.createClassic()Create the "classic" graph which was the original toy graph from TinkerPop 2.x.static TinkerGraphTinkerFactory.createGratefulDead()Creates the "grateful dead" graph which is a larger graph than most of the toy graphs but has real-world structure and application and is therefore useful for demonstrating more complex traversals.static TinkerGraphTinkerFactory.createKitchenSink()Creates the "kitchen sink" graph which is a collection of structures (e.g.static TinkerGraphTinkerFactory.createModern()Create the "modern" graph which has the same structure as the "classic" graph from TinkerPop 2.x but includes 3.x features like vertex labels.static TinkerGraphTinkerFactory.createTheCrew()Create the "the crew" graph which is a TinkerPop 3.x toy graph showcasing many 3.x features like meta-properties, multi-properties and graph variables.static TinkerGraphTinkerFactory.createTheZoo()Create "the zoo" graph — a TinkerPop 4.x toy graph showcasing multi-label vertex support and diverse property types.static TinkerGraphTinkerGraph.open()Open a newTinkerGraphinstance.static TinkerGraphTinkerGraph.open(org.apache.commons.configuration2.Configuration configuration) Open a newTinkerGraphinstance.Methods in org.apache.tinkerpop.gremlin.tinkergraph.structure with parameters of type TinkerGraphModifier and TypeMethodDescriptionTinkerHelper.getEdges(TinkerGraph graph) Allows direct access to a TinkerGraph's storage which can be helpful for advanced use cases.TinkerHelper.getVertices(TinkerGraph graph) Allows direct access to a TinkerGraph's storage which can be helpful for advanced use cases.TinkerHelper.search(TinkerGraph graph, String regex)