Uses of Interface
org.apache.tinkerpop.gremlin.structure.Graph.Features.EdgePropertyFeatures
- 
Packages that use Graph.Features.EdgePropertyFeatures Package Description org.apache.tinkerpop.gremlin.structure org.apache.tinkerpop.gremlin.structure.util.empty 
- 
- 
Uses of Graph.Features.EdgePropertyFeatures in org.apache.tinkerpop.gremlin.structureMethods in org.apache.tinkerpop.gremlin.structure that return Graph.Features.EdgePropertyFeatures Modifier and Type Method Description default Graph.Features.EdgePropertyFeaturesGraph.Features.EdgeFeatures. properties()Gets features related to "properties" on anEdge.
- 
Uses of Graph.Features.EdgePropertyFeatures in org.apache.tinkerpop.gremlin.structure.util.emptyClasses in org.apache.tinkerpop.gremlin.structure.util.empty that implement Graph.Features.EdgePropertyFeatures Modifier and Type Class Description classEmptyGraph.EmptyGraphFeatures.EmptyGraphEdgePropertyFeaturesEdge 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.EdgePropertyFeatures Modifier and Type Method Description Graph.Features.EdgePropertyFeaturesEmptyGraph.EmptyGraphFeatures.EmptyGraphEdgeFeatures. properties()
 
-