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