Uses of Interface
org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures
-
Packages that use Graph.Features.VertexPropertyFeatures Package Description org.apache.tinkerpop.gremlin.structure -
-
Uses of Graph.Features.VertexPropertyFeatures in org.apache.tinkerpop.gremlin.structure
Methods in org.apache.tinkerpop.gremlin.structure that return Graph.Features.VertexPropertyFeatures Modifier and Type Method Description default Graph.Features.VertexPropertyFeatures
Graph.Features.VertexFeatures. properties()
Gets features related to "properties" on aVertex
.
-