Uses of Interface
com.jgalgo.graph.EdgeSet
Packages that use EdgeSet
Package
Description
Adapters from Guava to JGalgo, and from JGalgo to Guava.
Adapters from JGraphT to JGalgo, and from JGalgo to JGraphT.
Graphs object are the fundamental building blocks of the JGAlgo library.
-
Uses of EdgeSet in com.jgalgo.adapt.guava
Methods in com.jgalgo.adapt.guava that return EdgeSetModifier and TypeMethodDescriptionMethods in com.jgalgo.adapt.guava with parameters of type EdgeSet -
Uses of EdgeSet in com.jgalgo.adapt.jgrapht
Methods in com.jgalgo.adapt.jgrapht that return EdgeSetModifier and TypeMethodDescriptionMethods in com.jgalgo.adapt.jgrapht with parameters of type EdgeSet -
Uses of EdgeSet in com.jgalgo.graph
Subinterfaces of EdgeSet in com.jgalgo.graphMethods in com.jgalgo.graph that return EdgeSetModifier and TypeMethodDescriptionstatic <V,
E> EdgeSet <V, E> Create an edge set object of all the edges in a graph.Get the edges whose source issource
and target istarget
.static <V,
E> EdgeSet <V, E> IndexIdMaps.indexToIdEdgeSet
(IEdgeSet indexSet, Graph<V, E> g) Create an edge set of IDs from an edge set of indices.Get the edges whose target istarget
.static <V,
E> EdgeSet <V, E> Create an edge set object from a plain set of edges.Get the edges whose source issource
.Methods in com.jgalgo.graph with parameters of type EdgeSetModifier and TypeMethodDescriptionvoid
Add multiple edges to the graph.void
Add multiple edges to the built graph.void
Add multiple edges to the graph.void
Add multiple edges to the built graph.void
Add multiple edges to the graph.void
Add multiple edges to the built graph.