Uses of Interface
com.jgalgo.graph.EdgeSet
-
Packages that use EdgeSet Package Description com.jgalgo.graph -
-
Uses of EdgeSet in com.jgalgo.graph
Methods in com.jgalgo.graph that return EdgeSet Modifier and Type Method Description EdgeSetGraph. getEdges(int source, int target)Get the edges whose source issourceand target istarget.EdgeSetGraph. inEdges(int target)Get the edges whose target istarget.EdgeSetGraph. outEdges(int source)Get the edges whose source issource.
-