Uses of Interface
com.jgalgo.graph.IEdgeSet
-
Packages that use IEdgeSet Package Description com.jgalgo.graph Graphs object are the fundamental building blocks of the JGAlgo library. -
-
Uses of IEdgeSet in com.jgalgo.graph
Methods in com.jgalgo.graph that return IEdgeSet Modifier and Type Method Description IEdgeSet
IntGraph. getEdges(int source, int target)
Get the edges whose source issource
and target istarget
.IEdgeSet
IntGraph. inEdges(int target)
Get the edges whose target istarget
.IEdgeSet
IntGraph. outEdges(int source)
Get the edges whose source issource
.
-