Uses of Interface
org.apache.tinkerpop.gremlin.structure.Edge
Packages that use Edge
Package
Description
-
Uses of Edge in org.apache.tinkerpop.gremlin
Methods in org.apache.tinkerpop.gremlin that return EdgeModifier and TypeMethodDescriptionAbstractGremlinTest.convertToEdge(String outVertexName, String edgeLabel, String inVertexName) AbstractGremlinTest.convertToEdge(Graph graph, String outVertexName, String edgeLabel, String inVertexName) Methods in org.apache.tinkerpop.gremlin with parameters of type EdgeModifier and TypeMethodDescriptionstatic voidTestHelper.validateEdgeEquality(Edge originalEdge, Edge otherEdge) -
Uses of Edge in org.apache.tinkerpop.gremlin.algorithm.generator
Fields in org.apache.tinkerpop.gremlin.algorithm.generator with type parameters of type EdgeMethods in org.apache.tinkerpop.gremlin.algorithm.generator that return EdgeMethod parameters in org.apache.tinkerpop.gremlin.algorithm.generator with type arguments of type EdgeModifier and TypeMethodDescriptionAbstractGenerator.AbstractGeneratorBuilder.edgeProcessor(Consumer<Edge> edgeProcessor) -
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.groovy.jsr223.dsl.credential
Methods in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential that return types with arguments of type EdgeModifier and TypeMethodDescriptionstatic <A> CredentialTraversal<A,Edge> static <A> CredentialTraversal<A,Edge> static <A> CredentialTraversal<A,Edge> default CredentialTraversal<S,Edge> default CredentialTraversal<S,Edge> default CredentialTraversal<S,Edge> static CredentialTraversal<Vertex,Edge> __.bothE()static CredentialTraversal<Vertex,Edge> static CredentialTraversal<Vertex,Edge> default CredentialTraversal<S,Edge> CredentialTraversal.bothE()default CredentialTraversal<S,Edge> default CredentialTraversal<S,Edge> static CredentialTraversal<Edge,Vertex> __.bothV()static <A> CredentialTraversal<A,Edge> static <A> CredentialTraversal<A,Edge> default CredentialTraversal<S,Edge> default CredentialTraversal<S,Edge> static CredentialTraversal<Vertex,Edge> __.inE()static CredentialTraversal<Vertex,Edge> static CredentialTraversal<Vertex,Edge> default CredentialTraversal<S,Edge> CredentialTraversal.inE()default CredentialTraversal<S,Edge> default CredentialTraversal<S,Edge> static CredentialTraversal<Edge,Vertex> __.inV()static <A> CredentialTraversal<A,Edge> __.mergeE()static <A> CredentialTraversal<A,Edge> static <A> CredentialTraversal<A,Edge> static <A> CredentialTraversal<A,Edge> default CredentialTraversal<S,Edge> CredentialTraversal.mergeE()default CredentialTraversal<S,Edge> default CredentialTraversal<S,Edge> default CredentialTraversal<S,Edge> static CredentialTraversal<Edge,Vertex> __.otherV()static CredentialTraversal<Vertex,Edge> __.outE()static CredentialTraversal<Vertex,Edge> static CredentialTraversal<Vertex,Edge> default CredentialTraversal<S,Edge> CredentialTraversal.outE()default CredentialTraversal<S,Edge> default CredentialTraversal<S,Edge> static CredentialTraversal<Edge,Vertex> __.outV()static <A> CredentialTraversal<A,Edge> default CredentialTraversal<S,Edge> static CredentialTraversal<Vertex,Edge> static CredentialTraversal<Vertex,Edge> static CredentialTraversal<Vertex,Edge> default CredentialTraversal<S,Edge> default CredentialTraversal<S,Edge> default CredentialTraversal<S,Edge> static CredentialTraversal<Edge,Vertex> -
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 TypeFieldDescriptionstatic final PureTraversal<Edge,Number> ShortestPathVertexProgram.DEFAULT_DISTANCE_TRAVERSALstatic final PureTraversal<Vertex,Edge> ShortestPathVertexProgram.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.computer.traversal.step.map
Methods in org.apache.tinkerpop.gremlin.process.computer.traversal.step.map that return types with arguments of type EdgeModifier and TypeMethodDescriptionPageRankVertexProgramStep.getLocalChildren()PeerPressureVertexProgramStep.getLocalChildren() -
Uses of Edge in org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration
Method parameters in org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration with type arguments of type EdgeModifier and TypeMethodDescription -
Uses of Edge in org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.optimization
Methods in org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.optimization that return types with arguments of type EdgeModifier and TypeMethodDescriptionprotected static Traversal.Admin<Vertex,Edge> GraphFilterStrategy.getEdgeFilter(Traversal.Admin<?, ?> traversal) -
Uses of Edge in org.apache.tinkerpop.gremlin.process.computer.util
Classes in org.apache.tinkerpop.gremlin.process.computer.util that implement EdgeMethods in org.apache.tinkerpop.gremlin.process.computer.util that return EdgeMethods in org.apache.tinkerpop.gremlin.process.computer.util that return types with arguments of type EdgeModifier and TypeMethodDescriptionConstructors in org.apache.tinkerpop.gremlin.process.computer.util with parameters of type Edge -
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 TypeMethodDescriptionstatic <A> GraphTraversal<A,Edge> static <A> GraphTraversal<A,Edge> static <A> GraphTraversal<A,Edge> default 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.static GraphTraversal<Vertex,Edge> __.bothE()static GraphTraversal<Vertex,Edge> static GraphTraversal<Vertex,Edge> 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> Map theVertexto its incident edges given the edge labels.static GraphTraversal<Edge,Vertex> __.bothV()static <A> GraphTraversal<A,Edge> static <A> GraphTraversal<A,Edge> 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.static GraphTraversal<Vertex,Edge> __.inE()static GraphTraversal<Vertex,Edge> static GraphTraversal<Vertex,Edge> 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> Map theVertexto its incoming incident edges given the edge labels.static GraphTraversal<Edge,Vertex> __.inV()static <A> GraphTraversal<A,Edge> __.mergeE()static <A> GraphTraversal<A,Edge> static <A> GraphTraversal<A,Edge> static <A> GraphTraversal<A,Edge> 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> 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.Spawns aGraphTraversalby doing a merge (i.e.Spawns aGraphTraversalby doing a merge (i.e.Spawns aGraphTraversalby doing a merge (i.e.Spawns aGraphTraversalby doing a merge (i.e.static GraphTraversal<Edge,Vertex> __.otherV()static GraphTraversal<Vertex,Edge> __.outE()static GraphTraversal<Vertex,Edge> static GraphTraversal<Vertex,Edge> 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> Map theVertexto its outgoing incident edges given the edge labels.static GraphTraversal<Edge,Vertex> __.outV()static <A> GraphTraversal<A,Edge> default GraphTraversal<S,Edge> Extracts a portion of the graph being traversed into aGraphobject held in the specified side-effect key.static GraphTraversal<Vertex,Edge> static GraphTraversal<Vertex,Edge> static GraphTraversal<Vertex,Edge> 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> Map theVertexto its incident edges given the direction and edge labels.static GraphTraversal<Edge,Vertex> -
Uses of Edge in org.apache.tinkerpop.gremlin.process.traversal.step
Methods in org.apache.tinkerpop.gremlin.process.traversal.step that return types with arguments of type EdgeModifier and TypeMethodDescriptionLambdaStepTest.get_g_E_filterXfalseX()LambdaStepTest.get_g_E_filterXfalseX()LambdaStepTest.Traversals.get_g_E_filterXfalseX()LambdaStepTest.Traversals.get_g_E_filterXfalseX()LambdaStepTest.get_g_E_filterXtrueX()LambdaStepTest.get_g_E_filterXtrueX()LambdaStepTest.Traversals.get_g_E_filterXtrueX()LambdaStepTest.Traversals.get_g_E_filterXtrueX() -
Uses of Edge in org.apache.tinkerpop.gremlin.process.traversal.step.map
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.map that return EdgeMethods in org.apache.tinkerpop.gremlin.process.traversal.step.map that return types with arguments of type EdgeModifier and TypeMethodDescriptionMergeEdgeStep.flatMap(Traverser.Admin<S> traverser) protected Traverser.Admin<Edge>AddEdgeStartStep.processNextStart()protected CloseableIterator<Edge>MergeEdgeStep.searchEdges(Map search) Translate the Map into search criteria.Method parameters in org.apache.tinkerpop.gremlin.process.traversal.step.map with type arguments of type EdgeModifier and TypeMethodDescriptionEdgeVertexStep.flatMap(Traverser.Admin<Edge> traverser) protected VertexEdgeOtherVertexStep.map(Traverser.Admin<Edge> traverser) -
Uses of Edge in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect
Method parameters in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect with type arguments of type EdgeModifier and TypeMethodDescriptionprotected voidSubgraphStep.sideEffect(Traverser.Admin<Edge> traverser) -
Uses of Edge in org.apache.tinkerpop.gremlin.process.traversal.step.util.event
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.util.event with parameters of type EdgeModifier and TypeMethodDescriptionvoidvoidRaised after a newEdgeis added.voidConsoleMutationListener.edgePropertyChanged(Edge element, Property oldValue, Object setValue) voidMutationListener.edgePropertyChanged(Edge element, Property oldValue, Object setValue) Raised after the property of aEdgechanged.voidConsoleMutationListener.edgePropertyRemoved(Edge element, Property removedValue) voidMutationListener.edgePropertyRemoved(Edge element, Property property) voidConsoleMutationListener.edgeRemoved(Edge edge) voidMutationListener.edgeRemoved(Edge edge) Raised after anEdgewas removed from the graph.static voidEventUtil.registerEdgeCreation(CallbackRegistry<Event.EdgeAddedEvent> callbackRegistry, Traversal.Admin<Object, Object> traversal, Edge addedEdge) Register a vertex property addition event with the callback registry.static voidEventUtil.registerEdgeCreationWithGenericEventRegistry(CallbackRegistry<Event> callbackRegistry, Traversal.Admin<Object, Object> traversal, Edge addedEdge) Register a vertex property addition event with the callback registry.static voidEventUtil.registerEdgePropertyChange(CallbackRegistry<Event> callbackRegistry, Traversal.Admin<Object, Object> traversal, Edge edge, String key, Object value) Register an edge property change event with the callback registry.Constructors in org.apache.tinkerpop.gremlin.process.traversal.step.util.event with parameters of type EdgeModifierConstructorDescriptionEdgeAddedEvent(Edge edge) EdgePropertyChangedEvent(Edge edge, Property oldValue, Object newValue) EdgePropertyRemovedEvent(Edge element, Property removed) EdgeRemovedEvent(Edge edge) -
Uses of Edge in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration
Methods in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration that return types with arguments of type EdgeMethod parameters in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration with type arguments of type EdgeModifier and TypeMethodDescriptionThe traversal predicate that defines the edges to include in the subgraph. -
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<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<Attachable<Edge>, Edge> edgeAttachMethod) Reads a single edge from anInputStream.GraphReader.readEdge(InputStream inputStream, Function<Attachable<Edge>, Edge> edgeAttachMethod) Reads a single edge from anInputStream. -
Uses of Edge in org.apache.tinkerpop.gremlin.structure.io.binary.types
Methods in org.apache.tinkerpop.gremlin.structure.io.binary.types that return EdgeModifier and TypeMethodDescriptionprotected EdgeEdgeSerializer.readValue(Buffer buffer, GraphBinaryReader context) Methods in org.apache.tinkerpop.gremlin.structure.io.binary.types with parameters of type EdgeModifier and TypeMethodDescriptionprotected voidEdgeSerializer.writeValue(Edge value, Buffer buffer, GraphBinaryWriter context) -
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<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<Attachable<Edge>, Edge> edgeAttachMethod) This method is not supported for this reader.GraphMLReader.readEdge(InputStream inputStream, Function<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<Attachable<Edge>, Edge> edgeAttachMethod) Read anEdgefrom output generated byGraphSONWriter.writeEdge(OutputStream, Edge)or via anEdgepassed toGraphSONWriter.writeObject(OutputStream, Object).LegacyGraphSONReader.readEdge(InputStream inputStream, Function<Attachable<Edge>, Edge> edgeAttachMethod) This method is not supported for this reader.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<Attachable<Edge>, Edge> edgeAttachMethod) Read anEdgefrom output generated byGraphSONWriter.writeEdge(OutputStream, Edge)or via anEdgepassed toGraphSONWriter.writeObject(OutputStream, Object).GraphSONReader.readEdge(InputStream inputStream, Function<Attachable<Edge>, Edge> edgeAttachMethod) Read anEdgefrom output generated byGraphSONWriter.writeEdge(OutputStream, Edge)or via anEdgepassed toGraphSONWriter.writeObject(OutputStream, Object).LegacyGraphSONReader.readEdge(InputStream inputStream, Function<Attachable<Edge>, Edge> edgeAttachMethod) This method is not supported for this reader.LegacyGraphSONReader.readEdge(InputStream inputStream, Function<Attachable<Edge>, Edge> edgeAttachMethod) This method is not supported for this reader. -
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<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 TypeMethodDescription<O extends OutputShim>
void<O extends OutputShim>
voidvoidGryoWriter.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<Attachable<Edge>, Edge> edgeAttachMethod) Read anEdgefrom output generated byGryoWriter.writeEdge(OutputStream, Edge)or via anEdgepassed toGryoWriter.writeObject(OutputStream, Object).GryoReader.readEdge(InputStream inputStream, Function<Attachable<Edge>, Edge> edgeAttachMethod) Read anEdgefrom output generated byGryoWriter.writeEdge(OutputStream, Edge)or via anEdgepassed toGryoWriter.writeObject(OutputStream, Object). -
Uses of Edge in org.apache.tinkerpop.gremlin.structure.util
Fields in org.apache.tinkerpop.gremlin.structure.util with type parameters of type EdgeMethods in org.apache.tinkerpop.gremlin.structure.util that return EdgeModifier and TypeMethodDescriptionstatic EdgeAttachable.Method.createEdge(Attachable<Edge> attachableEdge, Graph hostGraph) static EdgeAttachable.Method.createEdge(Attachable<Edge> attachableEdge, Vertex hostVertex) Methods in org.apache.tinkerpop.gremlin.structure.util that return types with arguments of type EdgeModifier and TypeMethodDescriptionAttachable.Method.getEdge(Attachable<Edge> attachableEdge, Graph hostGraph) Attachable.Method.getEdge(Attachable<Edge> attachableEdge, Vertex hostVertex) Methods in org.apache.tinkerpop.gremlin.structure.util with parameters of type EdgeModifier and TypeMethodDescriptionstatic booleanstatic StringStringFactory.edgeString(Edge edge) Construct the representation for aEdge.Method parameters in org.apache.tinkerpop.gremlin.structure.util with type arguments of type EdgeModifier and TypeMethodDescriptionstatic EdgeAttachable.Method.createEdge(Attachable<Edge> attachableEdge, Graph hostGraph) static EdgeAttachable.Method.createEdge(Attachable<Edge> attachableEdge, Vertex hostVertex) Attachable.Method.getEdge(Attachable<Edge> attachableEdge, Graph hostGraph) Attachable.Method.getEdge(Attachable<Edge> attachableEdge, Vertex hostVertex) -
Uses of Edge in org.apache.tinkerpop.gremlin.structure.util.detached
Classes in org.apache.tinkerpop.gremlin.structure.util.detached that implement EdgeModifier and TypeClassDescriptionclassMethods in org.apache.tinkerpop.gremlin.structure.util.detached that return EdgeModifier and TypeMethodDescriptionMethods in org.apache.tinkerpop.gremlin.structure.util.detached that return types with arguments of type EdgeModifier and TypeMethodDescriptionMethods in org.apache.tinkerpop.gremlin.structure.util.detached with parameters of type EdgeConstructors in org.apache.tinkerpop.gremlin.structure.util.detached with parameters of type Edge -
Uses of Edge in org.apache.tinkerpop.gremlin.structure.util.empty
Methods in org.apache.tinkerpop.gremlin.structure.util.empty that return types with arguments of type Edge -
Uses of Edge in org.apache.tinkerpop.gremlin.structure.util.reference
Classes in org.apache.tinkerpop.gremlin.structure.util.reference that implement EdgeMethods in org.apache.tinkerpop.gremlin.structure.util.reference that return EdgeModifier and TypeMethodDescriptionMethods in org.apache.tinkerpop.gremlin.structure.util.reference that return types with arguments of type EdgeModifier and TypeMethodDescriptionMethods in org.apache.tinkerpop.gremlin.structure.util.reference with parameters of type EdgeConstructors in org.apache.tinkerpop.gremlin.structure.util.reference with parameters of type Edge -
Uses of Edge in org.apache.tinkerpop.gremlin.structure.util.star
Classes in org.apache.tinkerpop.gremlin.structure.util.star that implement EdgeModifier and TypeClassDescriptionclassfinal classfinal classFields in org.apache.tinkerpop.gremlin.structure.util.star with type parameters of type EdgeMethods in org.apache.tinkerpop.gremlin.structure.util.star that return EdgeModifier and TypeMethodDescriptionMethods in org.apache.tinkerpop.gremlin.structure.util.star that return types with arguments of type EdgeModifier and TypeMethodDescriptionMethod parameters in org.apache.tinkerpop.gremlin.structure.util.star with type arguments of type EdgeModifier and TypeMethodDescriptionstatic voidStarGraphGraphSONDeserializer.readStarGraphEdges(Function<Attachable<Edge>, Edge> edgeMaker, StarGraph starGraph, Map<String, Object> vertexData, String direction) A helper function for reading vertex edges from a serializedStarGraph(i.e.static voidStarGraphGraphSONDeserializer.readStarGraphEdges(Function<Attachable<Edge>, Edge> edgeMaker, StarGraph starGraph, Map<String, Object> vertexData, String direction) A helper function for reading vertex edges from a serializedStarGraph(i.e. -
Uses of Edge in org.apache.tinkerpop.gremlin.tinkergraph.process.computer
Methods in org.apache.tinkerpop.gremlin.tinkergraph.process.computer with parameters of type EdgeModifier and TypeMethodDescriptionbooleanMethod parameters in org.apache.tinkerpop.gremlin.tinkergraph.process.computer with type arguments of type EdgeModifier and TypeMethodDescription -
Uses of Edge in org.apache.tinkerpop.gremlin.tinkergraph.structure
Classes in org.apache.tinkerpop.gremlin.tinkergraph.structure that implement EdgeFields in org.apache.tinkerpop.gremlin.tinkergraph.structure with type parameters of type EdgeModifier and TypeFieldDescriptionprotected AbstractTinkerGraph.IdManager<Edge>AbstractTinkerGraph.edgeIdManagerTinkerGraph.edgesTinkerVertex.inEdgesTinkerVertex.outEdgesMethods in org.apache.tinkerpop.gremlin.tinkergraph.structure that return EdgeModifier and TypeMethodDescriptionabstract EdgeAbstractTinkerGraph.addEdge(TinkerVertex outVertex, TinkerVertex inVertex, String label, Object... keyValues) TinkerGraph.addEdge(TinkerVertex outVertex, TinkerVertex inVertex, String label, Object... keyValues) TinkerTransactionGraph.addEdge(TinkerVertex outVertex, TinkerVertex inVertex, String label, Object... keyValues) abstract EdgeReturnEdgeby id.Methods in org.apache.tinkerpop.gremlin.tinkergraph.structure that return types with arguments of type EdgeModifier and TypeMethodDescriptionTinkerHelper.getEdges(TinkerGraph graph) Allows direct access to a TinkerGraph's storage which can be helpful for advanced use cases.Methods in org.apache.tinkerpop.gremlin.tinkergraph.structure with parameters of type EdgeModifier and TypeMethodDescriptionprotected abstract voidAbstractTinkerGraph.addInEdge(TinkerVertex vertex, String label, Edge edge) protected voidTinkerGraph.addInEdge(TinkerVertex vertex, String label, Edge edge) protected voidTinkerTransactionGraph.addInEdge(TinkerVertex vertex, String label, Edge edge) protected abstract voidAbstractTinkerGraph.addOutEdge(TinkerVertex vertex, String label, Edge edge) protected voidTinkerGraph.addOutEdge(TinkerVertex vertex, String label, Edge edge) protected voidTinkerTransactionGraph.addOutEdge(TinkerVertex vertex, String label, Edge edge)