Uses of Class
org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph.DefaultIdManager
-
Packages that use TinkerGraph.DefaultIdManager Package Description org.apache.tinkerpop.gremlin.tinkergraph.structure -
-
Uses of TinkerGraph.DefaultIdManager in org.apache.tinkerpop.gremlin.tinkergraph.structure
Methods in org.apache.tinkerpop.gremlin.tinkergraph.structure that return TinkerGraph.DefaultIdManager Modifier and Type Method Description static TinkerGraph.DefaultIdManager
TinkerGraph.DefaultIdManager. valueOf(String name)
Returns the enum constant of this type with the specified name.static TinkerGraph.DefaultIdManager[]
TinkerGraph.DefaultIdManager. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-