Uses of Interface
org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
- 
- 
Uses of Graph.Features.ElementFeatures in org.apache.tinkerpop.gremlin.structureSubinterfaces of Graph.Features.ElementFeatures in org.apache.tinkerpop.gremlin.structure Modifier and Type Interface Description static interfaceGraph.Features.EdgeFeaturesFeatures that are related toEdgeoperations.static interfaceGraph.Features.VertexFeaturesFeatures that are related toVertexoperations.
- 
Uses of Graph.Features.ElementFeatures in org.apache.tinkerpop.gremlin.structure.util.emptyClasses in org.apache.tinkerpop.gremlin.structure.util.empty that implement Graph.Features.ElementFeatures Modifier and Type Class Description classEmptyGraph.EmptyGraphFeatures.EmptyGraphEdgeFeaturesEdge features defined such that they support immutability but allow all other possibilities.classEmptyGraph.EmptyGraphFeatures.EmptyGraphElementFeaturesVertex features defined such that they support immutability but allow all other possibilities.classEmptyGraph.EmptyGraphFeatures.EmptyGraphVertexFeaturesVertex features defined such that they support immutability but allow all other possibilities.
- 
Uses of Graph.Features.ElementFeatures in org.apache.tinkerpop.gremlin.tinkergraph.structureClasses in org.apache.tinkerpop.gremlin.tinkergraph.structure that implement Graph.Features.ElementFeatures Modifier and Type Class Description classTinkerGraph.TinkerGraphEdgeFeaturesclassTinkerGraph.TinkerGraphVertexFeatures
 
-