Uses of Interface
com.jgalgo.EdgeSet
-
-
Uses of EdgeSet in com.jgalgo
Methods in com.jgalgo 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
.
-