Uses of Interface
org.apache.tinkerpop.gremlin.structure.Edge
Packages that use Edge
Package
Description
-
Uses of Edge in org.apache.tinkerpop.gremlin.driver
Methods in org.apache.tinkerpop.gremlin.driver that return Edge -
Uses of Edge in org.apache.tinkerpop.gremlin.process.computer
Fields in org.apache.tinkerpop.gremlin.process.computer with type parameters of type EdgeModifier and TypeFieldDescriptionfinal BiFunction<M,Edge, M> MessageScope.Local.edgeFunctionMessageScope.Local.incidentTraversalMethods in org.apache.tinkerpop.gremlin.process.computer that return types with arguments of type EdgeModifier and TypeMethodDescriptionMessageScope.Local.ReverseTraversalSupplier.get()final Traversal.Admin<Vertex,Edge> GraphFilter.getEdgeFilter()Get the edge filter associated with this graph filter.BiFunction<M,Edge, M> MessageScope.Local.getEdgeFunction()Computer.getEdges()MessageScope.Local.getIncidentTraversal()GraphFilter.legalEdges(Vertex vertex) Returns an iterator of legal edges incident to the provided vertex.Method parameters in org.apache.tinkerpop.gremlin.process.computer with type arguments of type EdgeModifier and TypeMethodDescriptionstatic IllegalArgumentExceptionGraphComputer.Exceptions.edgeFilterAccessesAdjacentVertices(Traversal<Vertex, Edge> edgeFilter) Add a filter that will limit which edges of the vertices are loaded from the graph source.static <M> MessageScope.Local<M>static <M> MessageScope.Local<M>MessageScope.Local.of(Supplier<? extends Traversal<Vertex, Edge>> incidentTraversal, BiFunction<M, Edge, M> edgeFunction) static <M> MessageScope.Local<M>MessageScope.Local.of(Supplier<? extends Traversal<Vertex, Edge>> incidentTraversal, BiFunction<M, Edge, M> edgeFunction) voidGraphFilter.setEdgeFilter(Traversal<Vertex, Edge> edgeFilter) Set the filter for selecting edges from the source graph. -
Uses of Edge in org.apache.tinkerpop.gremlin.process.computer.clustering.connected
Method parameters in org.apache.tinkerpop.gremlin.process.computer.clustering.connected with type arguments of type EdgeModifier and TypeMethodDescriptionConnectedComponentVertexProgram.Builder.edges(Traversal.Admin<Vertex, Edge> edgeTraversal) -
Uses of Edge in org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure
Method parameters in org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure with type arguments of type EdgeModifier and TypeMethodDescriptionPeerPressureVertexProgram.Builder.edges(Traversal.Admin<Vertex, Edge> edgeTraversal) -
Uses of Edge in org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank
Method parameters in org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank with type arguments of type EdgeModifier and TypeMethodDescriptionPageRankVertexProgram.Builder.edges(Traversal.Admin<Vertex, Edge> edgeTraversal) -
Uses of Edge in org.apache.tinkerpop.gremlin.process.computer.search.path
Fields in org.apache.tinkerpop.gremlin.process.computer.search.path with type parameters of type EdgeModifier and TypeFieldDescriptionShortestPathVertexProgram.DEFAULT_DISTANCE_TRAVERSALShortestPathVertexProgram.DEFAULT_EDGE_TRAVERSALMethods in org.apache.tinkerpop.gremlin.process.computer.search.path that return types with arguments of type EdgeModifier and TypeMethodDescriptionVertexProgram<org.javatuples.Triplet<Path,Edge, Number>> ShortestPathVertexProgram.clone()Method parameters in org.apache.tinkerpop.gremlin.process.computer.search.path with type arguments of type EdgeModifier and TypeMethodDescriptionShortestPathVertexProgram.Builder.distanceTraversal(Traversal<Edge, Number> distanceTraversal) ShortestPathVertexProgram.Builder.edgeTraversal(Traversal<Vertex, Edge> edgeTraversal) voidShortestPathVertexProgram.execute(Vertex vertex, Messenger<org.javatuples.Triplet<Path, Edge, Number>> messenger, Memory memory) -
Uses of Edge in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph
Methods in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph that return types with arguments of type EdgeModifier and TypeMethodDescriptiondefault GraphTraversal<S,Edge> Adds anEdgewith the specified edge label.default GraphTraversal<S,Edge> Adds anEdgewith the specified edge label.default GraphTraversal<S,Edge> Spawns aGraphTraversalby adding an edge with the specified label.Spawns aGraphTraversalby adding an edge with the specified label.Spawns aGraphTraversalby adding an edge with the specified label.Spawns aGraphTraversalby adding an edge with the specified label.Spawns aGraphTraversalby adding a edge with a label as specified by the providedTraversal.Spawns aGraphTraversalby adding a edge with a label as specified by the providedTraversal.default GraphTraversal<S,Edge> GraphTraversal.bothE()Map theVertexto its incident edges.default GraphTraversal<S,Edge> Map theVertexto its incident edges given the edge labels.default GraphTraversal<S,Edge> GraphTraversal.bothE(org.apache.tinkerpop.gremlin.process.traversal.step.GValue<String>... edgeLabels) Map theVertexto its incident edges given the edge labels.default GraphTraversal<S,Edge> AEstep is usually used to start a traversal but it may also be used mid-traversal.default GraphTraversal<S,Edge> AEstep that accepts a child traversal whose results are used as edge IDs for lookup.Spawns aGraphTraversalstarting with all edges or some subset of edges as specified by their unique identifier.Spawns aGraphTraversalstarting with all edges or some subset of edges as specified by their unique identifier.Spawns aGraphTraversalstarting with edges whose IDs are resolved from a child traversal.Spawns aGraphTraversalstarting with edges whose IDs are resolved from a child traversal.default GraphTraversal<S,Edge> GraphTraversal.inE()Map theVertexto its incoming incident edges.default GraphTraversal<S,Edge> Map theVertexto its incoming incident edges given the edge labels.default GraphTraversal<S,Edge> GraphTraversal.inE(org.apache.tinkerpop.gremlin.process.traversal.step.GValue<String>... edgeLabels) Map theVertexto its incoming incident edges given the edge labels.default GraphTraversal<S,Edge> GraphTraversal.mergeE()Spawns aGraphTraversalby doing a merge (i.e.default GraphTraversal<S,Edge> Spawns aGraphTraversalby doing a merge (i.e.default GraphTraversal<S,Edge> GraphTraversal.mergeE(org.apache.tinkerpop.gremlin.process.traversal.step.GValue<Map<Object, Object>> searchCreate) Spawns aGraphTraversalby doing a merge (i.e.default GraphTraversal<S,Edge> Spawns aGraphTraversalby doing a merge (i.e.Spawns aGraphTraversalby doing a merge (i.e.Spawns aGraphTraversalby doing a merge (i.e.GraphTraversalSource.mergeE(org.apache.tinkerpop.gremlin.process.traversal.step.GValue<Map<Object, Object>> searchCreate) Spawns aGraphTraversalby doing a merge (i.e.GraphTraversalSource.mergeE(org.apache.tinkerpop.gremlin.process.traversal.step.GValue<Map<Object, Object>> searchCreate) Spawns aGraphTraversalby doing a merge (i.e.Spawns aGraphTraversalby doing a merge (i.e.Spawns aGraphTraversalby doing a merge (i.e.default GraphTraversal<S,Edge> GraphTraversal.outE()Map theVertexto its outgoing incident edges.default GraphTraversal<S,Edge> Map theVertexto its outgoing incident edges given the edge labels.default GraphTraversal<S,Edge> GraphTraversal.outE(org.apache.tinkerpop.gremlin.process.traversal.step.GValue<String>... edgeLabels) Map theVertexto its outgoing incident edges given the edge labels.default GraphTraversal<S,Edge> Extracts a portion of the graph being traversed into aGraphobject held in the specified side-effect key.default GraphTraversal<S,Edge> Map theVertexto its incident edges given the direction.default GraphTraversal<S,Edge> Map theVertexto its incident edges given the direction and edge labels.default GraphTraversal<S,Edge> GraphTraversal.toE(Direction direction, org.apache.tinkerpop.gremlin.process.traversal.step.GValue<String>... edgeLabels) Map theVertexto its incident edges given the direction and edge labels. -
Uses of Edge in org.apache.tinkerpop.gremlin.structure
Methods in org.apache.tinkerpop.gremlin.structure that return EdgeModifier and TypeMethodDescriptionAdd an outgoing edge to the vertex with provided label and edge properties as key/value pairs.Methods in org.apache.tinkerpop.gremlin.structure that return types with arguments of type Edge -
Uses of Edge in org.apache.tinkerpop.gremlin.structure.io
Methods in org.apache.tinkerpop.gremlin.structure.io that return EdgeModifier and TypeMethodDescriptionGraphReader.readEdge(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Edge>, Edge> edgeAttachMethod) Reads a single edge from anInputStream.Methods in org.apache.tinkerpop.gremlin.structure.io with parameters of type EdgeModifier and TypeMethodDescriptionvoidGraphWriter.writeEdge(OutputStream outputStream, Edge e) Write an edge to a stream.Method parameters in org.apache.tinkerpop.gremlin.structure.io with type arguments of type EdgeModifier and TypeMethodDescriptionGraphReader.readEdge(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Edge>, Edge> edgeAttachMethod) Reads a single edge from anInputStream.GraphReader.readEdge(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Edge>, Edge> edgeAttachMethod) Reads a single edge from anInputStream. -
Uses of Edge in org.apache.tinkerpop.gremlin.structure.io.graphml
Methods in org.apache.tinkerpop.gremlin.structure.io.graphml that return EdgeModifier and TypeMethodDescriptionGraphMLReader.readEdge(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Edge>, Edge> edgeAttachMethod) This method is not supported for this reader.Methods in org.apache.tinkerpop.gremlin.structure.io.graphml with parameters of type EdgeModifier and TypeMethodDescriptionvoidGraphMLWriter.writeEdge(OutputStream outputStream, Edge e) This method is not supported for this writer.Method parameters in org.apache.tinkerpop.gremlin.structure.io.graphml with type arguments of type EdgeModifier and TypeMethodDescriptionGraphMLReader.readEdge(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Edge>, Edge> edgeAttachMethod) This method is not supported for this reader.GraphMLReader.readEdge(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Edge>, Edge> edgeAttachMethod) This method is not supported for this reader. -
Uses of Edge in org.apache.tinkerpop.gremlin.structure.io.graphson
Methods in org.apache.tinkerpop.gremlin.structure.io.graphson that return EdgeModifier and TypeMethodDescriptionGraphSONReader.readEdge(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Edge>, Edge> edgeAttachMethod) Read anEdgefrom output generated byGraphSONWriter.writeEdge(OutputStream, Edge)or via anEdgepassed toGraphSONWriter.writeObject(OutputStream, Object).Methods in org.apache.tinkerpop.gremlin.structure.io.graphson with parameters of type EdgeModifier and TypeMethodDescriptionvoidGraphSONWriter.writeEdge(OutputStream outputStream, Edge e) Writes anEdgeobject to the stream.Method parameters in org.apache.tinkerpop.gremlin.structure.io.graphson with type arguments of type EdgeModifier and TypeMethodDescriptionGraphSONReader.readEdge(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Edge>, Edge> edgeAttachMethod) Read anEdgefrom output generated byGraphSONWriter.writeEdge(OutputStream, Edge)or via anEdgepassed toGraphSONWriter.writeObject(OutputStream, Object).GraphSONReader.readEdge(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Edge>, Edge> edgeAttachMethod) Read anEdgefrom output generated byGraphSONWriter.writeEdge(OutputStream, Edge)or via anEdgepassed toGraphSONWriter.writeObject(OutputStream, Object). -
Uses of Edge in org.apache.tinkerpop.gremlin.structure.io.gryo
Methods in org.apache.tinkerpop.gremlin.structure.io.gryo that return EdgeModifier and TypeMethodDescriptionGryoReader.readEdge(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Edge>, Edge> edgeAttachMethod) Read anEdgefrom output generated byGryoWriter.writeEdge(OutputStream, Edge)or via anEdgepassed toGryoWriter.writeObject(OutputStream, Object).Methods in org.apache.tinkerpop.gremlin.structure.io.gryo with parameters of type EdgeModifier and TypeMethodDescriptionvoidGryoWriter.writeEdge(OutputStream outputStream, Edge e) Write an edge to a stream.Method parameters in org.apache.tinkerpop.gremlin.structure.io.gryo with type arguments of type EdgeModifier and TypeMethodDescriptionGryoReader.readEdge(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Edge>, Edge> edgeAttachMethod) Read anEdgefrom output generated byGryoWriter.writeEdge(OutputStream, Edge)or via anEdgepassed toGryoWriter.writeObject(OutputStream, Object).GryoReader.readEdge(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Edge>, Edge> edgeAttachMethod) Read anEdgefrom output generated byGryoWriter.writeEdge(OutputStream, Edge)or via anEdgepassed toGryoWriter.writeObject(OutputStream, Object).