Uses of Interface
org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures
-
-
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
. -
Uses of Graph.Features.VertexPropertyFeatures in org.apache.tinkerpop.gremlin.structure.util.empty
Classes in org.apache.tinkerpop.gremlin.structure.util.empty that implement Graph.Features.VertexPropertyFeatures Modifier and Type Class Description class
EmptyGraph.EmptyGraphFeatures.EmptyGraphVertexPropertyFeatures
Vertex 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.VertexPropertyFeatures
EmptyGraph.EmptyGraphFeatures.EmptyGraphVertexFeatures. properties()
-
Uses of Graph.Features.VertexPropertyFeatures in org.apache.tinkerpop.gremlin.tinkergraph.structure
Classes in org.apache.tinkerpop.gremlin.tinkergraph.structure that implement Graph.Features.VertexPropertyFeatures Modifier and Type Class Description class
TinkerGraph.TinkerGraphVertexPropertyFeatures
Methods in org.apache.tinkerpop.gremlin.tinkergraph.structure that return Graph.Features.VertexPropertyFeatures Modifier and Type Method Description Graph.Features.VertexPropertyFeatures
TinkerGraph.TinkerGraphVertexFeatures. properties()
-