Uses of Interface
org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
-
-
Uses of Graph.Features.GraphFeatures in org.apache.tinkerpop.gremlin.structure
Classes in org.apache.tinkerpop.gremlin.structure that implement Graph.Features.GraphFeatures Modifier and Type Class Description static class
RemoteGraph.RemoteGraphFeatures
Methods in org.apache.tinkerpop.gremlin.structure that return Graph.Features.GraphFeatures Modifier and Type Method Description default Graph.Features.GraphFeatures
Graph.Features. graph()
Gets the features related to "graph" operation.Graph.Features.GraphFeatures
RemoteGraph.RemoteFeatures. graph()
-
Uses of Graph.Features.GraphFeatures in org.apache.tinkerpop.gremlin.structure.util.empty
Classes in org.apache.tinkerpop.gremlin.structure.util.empty that implement Graph.Features.GraphFeatures Modifier and Type Class Description class
EmptyGraph.EmptyGraphFeatures.EmptyGraphGraphFeatures
Graph 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.GraphFeatures
EmptyGraph.EmptyGraphFeatures. graph()
-
Uses of Graph.Features.GraphFeatures in org.apache.tinkerpop.gremlin.structure.util.star
Methods in org.apache.tinkerpop.gremlin.structure.util.star that return Graph.Features.GraphFeatures Modifier and Type Method Description Graph.Features.GraphFeatures
StarGraph.StarGraphFeatures. graph()
-
Uses of Graph.Features.GraphFeatures in org.apache.tinkerpop.gremlin.tinkergraph.structure
Classes in org.apache.tinkerpop.gremlin.tinkergraph.structure that implement Graph.Features.GraphFeatures Modifier and Type Class Description class
TinkerGraph.TinkerGraphGraphFeatures
class
TinkerTransactionGraph.TinkerGraphGraphFeatures
Methods in org.apache.tinkerpop.gremlin.tinkergraph.structure that return Graph.Features.GraphFeatures Modifier and Type Method Description Graph.Features.GraphFeatures
TinkerGraph.TinkerGraphFeatures. graph()
Graph.Features.GraphFeatures
TinkerTransactionGraph.TinkerGraphFeatures. graph()
-