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 IEdgeSetIntGraph. getEdges(int source, int target)Get the edges whose source issourceand target istarget.IEdgeSetIntGraph. inEdges(int target)Get the edges whose target istarget.IEdgeSetIntGraph. outEdges(int source)Get the edges whose source issource.
-