Uses of Package
edu.uci.ics.jung.algorithms.filters
-
Packages that use edu.uci.ics.jung.algorithms.filters Package Description edu.uci.ics.jung.algorithms.filters Filtering mechanisms that produce subgraphs of an original graph. -
Classes in edu.uci.ics.jung.algorithms.filters used by edu.uci.ics.jung.algorithms.filters Class Description Filter An interface for classes that return a subset of the inputGraph
as aGraph
.KNeighborhoodFilter.EdgeType The type of edge to follow for defining the neighborhood.