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.structure
Methods in org.apache.tinkerpop.gremlin.structure that return Graph.Features.EdgePropertyFeatures Modifier and Type Method Description default Graph.Features.EdgePropertyFeatures
Graph.Features.EdgeFeatures. properties()
Gets features related to "properties" on anEdge
. -
Uses of Graph.Features.EdgePropertyFeatures in org.apache.tinkerpop.gremlin.structure.util.empty
Classes in org.apache.tinkerpop.gremlin.structure.util.empty that implement Graph.Features.EdgePropertyFeatures Modifier and Type Class Description class
EmptyGraph.EmptyGraphFeatures.EmptyGraphEdgePropertyFeatures
Edge 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.EdgePropertyFeatures
EmptyGraph.EmptyGraphFeatures.EmptyGraphEdgeFeatures. properties()
-