Uses of Interface
org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
-
-
Uses of Graph.Features.VertexFeatures in org.apache.tinkerpop.gremlin.structure
Methods in org.apache.tinkerpop.gremlin.structure that return Graph.Features.VertexFeatures Modifier and Type Method Description default Graph.Features.VertexFeatures
Graph.Features. vertex()
Gets the features related to "vertex" operation. -
Uses of Graph.Features.VertexFeatures in org.apache.tinkerpop.gremlin.structure.util.empty
Classes in org.apache.tinkerpop.gremlin.structure.util.empty that implement Graph.Features.VertexFeatures Modifier and Type Class Description class
EmptyGraph.EmptyGraphFeatures.EmptyGraphVertexFeatures
Vertex 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.VertexFeatures Modifier and Type Method Description Graph.Features.VertexFeatures
EmptyGraph.EmptyGraphFeatures. vertex()
-
Uses of Graph.Features.VertexFeatures in org.apache.tinkerpop.gremlin.structure.util.star
Methods in org.apache.tinkerpop.gremlin.structure.util.star that return Graph.Features.VertexFeatures Modifier and Type Method Description Graph.Features.VertexFeatures
StarGraph.StarGraphFeatures. vertex()
-
Uses of Graph.Features.VertexFeatures in org.apache.tinkerpop.gremlin.tinkergraph.structure
Classes in org.apache.tinkerpop.gremlin.tinkergraph.structure that implement Graph.Features.VertexFeatures Modifier and Type Class Description class
AbstractTinkerGraph.TinkerGraphVertexFeatures
Methods in org.apache.tinkerpop.gremlin.tinkergraph.structure that return Graph.Features.VertexFeatures Modifier and Type Method Description Graph.Features.VertexFeatures
TinkerGraph.TinkerGraphFeatures. vertex()
Graph.Features.VertexFeatures
TinkerTransactionGraph.TinkerGraphFeatures. vertex()
-