Uses of Interface
org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
- 
- 
Uses of Graph.Features.VertexFeatures in org.apache.tinkerpop.gremlin.structureMethods in org.apache.tinkerpop.gremlin.structure that return Graph.Features.VertexFeatures Modifier and Type Method Description default Graph.Features.VertexFeaturesGraph.Features. vertex()Gets the features related to "vertex" operation.
- 
Uses of Graph.Features.VertexFeatures in org.apache.tinkerpop.gremlin.structure.util.emptyClasses in org.apache.tinkerpop.gremlin.structure.util.empty that implement Graph.Features.VertexFeatures Modifier and Type Class Description classEmptyGraph.EmptyGraphFeatures.EmptyGraphVertexFeaturesVertex 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.VertexFeaturesEmptyGraph.EmptyGraphFeatures. vertex()
- 
Uses of Graph.Features.VertexFeatures in org.apache.tinkerpop.gremlin.structure.util.starMethods in org.apache.tinkerpop.gremlin.structure.util.star that return Graph.Features.VertexFeatures Modifier and Type Method Description Graph.Features.VertexFeaturesStarGraph.StarGraphFeatures. vertex()
- 
Uses of Graph.Features.VertexFeatures in org.apache.tinkerpop.gremlin.tinkergraph.structureClasses in org.apache.tinkerpop.gremlin.tinkergraph.structure that implement Graph.Features.VertexFeatures Modifier and Type Class Description classAbstractTinkerGraph.TinkerGraphVertexFeaturesMethods in org.apache.tinkerpop.gremlin.tinkergraph.structure that return Graph.Features.VertexFeatures Modifier and Type Method Description Graph.Features.VertexFeaturesTinkerGraph.TinkerGraphFeatures. vertex()Graph.Features.VertexFeaturesTinkerTransactionGraph.TinkerGraphFeatures. vertex()
 
-