Uses of Interface
org.apache.tinkerpop.gremlin.structure.Graph.Features.PropertyFeatures
-
-
Uses of Graph.Features.PropertyFeatures in org.apache.tinkerpop.gremlin.structure
Subinterfaces of Graph.Features.PropertyFeatures in org.apache.tinkerpop.gremlin.structure Modifier and Type Interface Description static interface
Graph.Features.EdgePropertyFeatures
static interface
Graph.Features.VertexPropertyFeatures
-
Uses of Graph.Features.PropertyFeatures in org.apache.tinkerpop.gremlin.structure.util.empty
Classes in org.apache.tinkerpop.gremlin.structure.util.empty that implement Graph.Features.PropertyFeatures Modifier and Type Class Description class
EmptyGraph.EmptyGraphFeatures.EmptyGraphEdgePropertyFeatures
Edge property features defined such that they support immutability but allow all other possibilities.class
EmptyGraph.EmptyGraphFeatures.EmptyGraphVertexPropertyFeatures
Vertex Property features defined such that they support immutability but allow all other possibilities. -
Uses of Graph.Features.PropertyFeatures in org.apache.tinkerpop.gremlin.tinkergraph.structure
Classes in org.apache.tinkerpop.gremlin.tinkergraph.structure that implement Graph.Features.PropertyFeatures Modifier and Type Class Description class
AbstractTinkerGraph.TinkerGraphVertexPropertyFeatures
-