Uses of Interface
org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures
- 
- 
Uses of Graph.Features.VertexPropertyFeatures in org.apache.tinkerpop.gremlin.structureMethods in org.apache.tinkerpop.gremlin.structure that return Graph.Features.VertexPropertyFeatures Modifier and Type Method Description default Graph.Features.VertexPropertyFeaturesGraph.Features.VertexFeatures. properties()Gets features related to "properties" on aVertex.
- 
Uses of Graph.Features.VertexPropertyFeatures in org.apache.tinkerpop.gremlin.structure.util.emptyClasses in org.apache.tinkerpop.gremlin.structure.util.empty that implement Graph.Features.VertexPropertyFeatures Modifier and Type Class Description classEmptyGraph.EmptyGraphFeatures.EmptyGraphVertexPropertyFeaturesVertex Property 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.VertexPropertyFeatures Modifier and Type Method Description Graph.Features.VertexPropertyFeaturesEmptyGraph.EmptyGraphFeatures.EmptyGraphVertexFeatures. properties()
- 
Uses of Graph.Features.VertexPropertyFeatures in org.apache.tinkerpop.gremlin.tinkergraph.structureClasses in org.apache.tinkerpop.gremlin.tinkergraph.structure that implement Graph.Features.VertexPropertyFeatures Modifier and Type Class Description classTinkerGraph.TinkerGraphVertexPropertyFeaturesMethods in org.apache.tinkerpop.gremlin.tinkergraph.structure that return Graph.Features.VertexPropertyFeatures Modifier and Type Method Description Graph.Features.VertexPropertyFeaturesTinkerGraph.TinkerGraphVertexFeatures. properties()
 
-