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