Uses of Interface
org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
- 
- 
Uses of Graph.Features.GraphFeatures in org.apache.tinkerpop.gremlin.structureClasses in org.apache.tinkerpop.gremlin.structure that implement Graph.Features.GraphFeatures Modifier and Type Class Description static classRemoteGraph.RemoteGraphFeaturesMethods in org.apache.tinkerpop.gremlin.structure that return Graph.Features.GraphFeatures Modifier and Type Method Description default Graph.Features.GraphFeaturesGraph.Features. graph()Gets the features related to "graph" operation.Graph.Features.GraphFeaturesRemoteGraph.RemoteFeatures. graph()
- 
Uses of Graph.Features.GraphFeatures in org.apache.tinkerpop.gremlin.structure.util.emptyClasses in org.apache.tinkerpop.gremlin.structure.util.empty that implement Graph.Features.GraphFeatures Modifier and Type Class Description classEmptyGraph.EmptyGraphFeatures.EmptyGraphGraphFeaturesGraph features defined such that they support immutability but allow all other possibilities.Methods in org.apache.tinkerpop.gremlin.structure.util.empty that return Graph.Features.GraphFeatures Modifier and Type Method Description Graph.Features.GraphFeaturesEmptyGraph.EmptyGraphFeatures. graph()
- 
Uses of Graph.Features.GraphFeatures in org.apache.tinkerpop.gremlin.structure.util.starMethods in org.apache.tinkerpop.gremlin.structure.util.star that return Graph.Features.GraphFeatures Modifier and Type Method Description Graph.Features.GraphFeaturesStarGraph.StarGraphFeatures. graph()
- 
Uses of Graph.Features.GraphFeatures in org.apache.tinkerpop.gremlin.tinkergraph.structureClasses in org.apache.tinkerpop.gremlin.tinkergraph.structure that implement Graph.Features.GraphFeatures Modifier and Type Class Description classTinkerGraph.TinkerGraphGraphFeaturesclassTinkerTransactionGraph.TinkerGraphGraphFeaturesMethods in org.apache.tinkerpop.gremlin.tinkergraph.structure that return Graph.Features.GraphFeatures Modifier and Type Method Description Graph.Features.GraphFeaturesTinkerGraph.TinkerGraphFeatures. graph()Graph.Features.GraphFeaturesTinkerTransactionGraph.TinkerGraphFeatures. graph()
 
-