Uses of Interface
org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
-
-
Uses of Graph.Features.ElementFeatures in org.apache.tinkerpop.gremlin.structure
Subinterfaces of Graph.Features.ElementFeatures in org.apache.tinkerpop.gremlin.structure Modifier and Type Interface Description static interface
Graph.Features.EdgeFeatures
Features that are related toEdge
operations.static interface
Graph.Features.VertexFeatures
Features that are related toVertex
operations. -
Uses of Graph.Features.ElementFeatures in org.apache.tinkerpop.gremlin.structure.util.empty
Classes in org.apache.tinkerpop.gremlin.structure.util.empty that implement Graph.Features.ElementFeatures Modifier and Type Class Description class
EmptyGraph.EmptyGraphFeatures.EmptyGraphEdgeFeatures
Edge features defined such that they support immutability but allow all other possibilities.class
EmptyGraph.EmptyGraphFeatures.EmptyGraphElementFeatures
Vertex features defined such that they support immutability but allow all other possibilities.class
EmptyGraph.EmptyGraphFeatures.EmptyGraphVertexFeatures
Vertex features defined such that they support immutability but allow all other possibilities. -
Uses of Graph.Features.ElementFeatures in org.apache.tinkerpop.gremlin.tinkergraph.structure
Classes in org.apache.tinkerpop.gremlin.tinkergraph.structure that implement Graph.Features.ElementFeatures Modifier and Type Class Description class
TinkerGraph.TinkerGraphEdgeFeatures
class
TinkerGraph.TinkerGraphVertexFeatures
-