Package edu.uci.ics.jung.algorithms.filters
-
Interface Summary Interface Description Filter<V,E> An interface for classes that return a subset of the inputGraph
as aGraph
. -
Class Summary Class Description EdgePredicateFilter<V,E> Transforms the input graph into one which contains only those edges that pass the specifiedPredicate
.FilterUtils Utility methods relating to filtering.KNeighborhoodFilter<V,E> A filter used to extract the k-neighborhood around one or more root node(s).VertexPredicateFilter<V,E> Transforms the input graph into one which contains only those vertices that pass the specifiedPredicate
. -
Enum Summary Enum Description KNeighborhoodFilter.EdgeType The type of edge to follow for defining the neighborhood.