Uses of Interface
org.apache.tinkerpop.gremlin.structure.Graph.Features.EdgeFeatures
-
-
Uses of Graph.Features.EdgeFeatures in org.apache.tinkerpop.gremlin.structure
Methods in org.apache.tinkerpop.gremlin.structure that return Graph.Features.EdgeFeatures Modifier and Type Method Description default Graph.Features.EdgeFeatures
Graph.Features. edge()
Gets the features related to "edge" operation. -
Uses of Graph.Features.EdgeFeatures in org.apache.tinkerpop.gremlin.structure.util.empty
Classes in org.apache.tinkerpop.gremlin.structure.util.empty that implement Graph.Features.EdgeFeatures Modifier and Type Class Description class
EmptyGraph.EmptyGraphFeatures.EmptyGraphEdgeFeatures
Edge 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.EdgeFeatures Modifier and Type Method Description Graph.Features.EdgeFeatures
EmptyGraph.EmptyGraphFeatures. edge()
-
Uses of Graph.Features.EdgeFeatures in org.apache.tinkerpop.gremlin.structure.util.star
Methods in org.apache.tinkerpop.gremlin.structure.util.star that return Graph.Features.EdgeFeatures Modifier and Type Method Description Graph.Features.EdgeFeatures
StarGraph.StarGraphFeatures. edge()
-
Uses of Graph.Features.EdgeFeatures in org.apache.tinkerpop.gremlin.tinkergraph.structure
Classes in org.apache.tinkerpop.gremlin.tinkergraph.structure that implement Graph.Features.EdgeFeatures Modifier and Type Class Description class
AbstractTinkerGraph.TinkerGraphEdgeFeatures
Methods in org.apache.tinkerpop.gremlin.tinkergraph.structure that return Graph.Features.EdgeFeatures Modifier and Type Method Description Graph.Features.EdgeFeatures
TinkerGraph.TinkerGraphFeatures. edge()
Graph.Features.EdgeFeatures
TinkerTransactionGraph.TinkerGraphFeatures. edge()
-