Uses of Interface
com.jgalgo.graph.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
Modifier and TypeMethodDescription -
Uses of EdgeSet in com.jgalgo.adapt.jgrapht
Modifier and TypeMethodDescription -
Uses of EdgeSet in com.jgalgo.graph
Modifier 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
.Modifier 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.