Uses of Interface
edu.uci.ics.jung.algorithms.filters.Filter
-
Packages that use Filter Package Description edu.uci.ics.jung.algorithms.filters Filtering mechanisms that produce subgraphs of an original graph. -
-
Uses of Filter in edu.uci.ics.jung.algorithms.filters
Classes in edu.uci.ics.jung.algorithms.filters that implement Filter Modifier and Type Class Description classEdgePredicateFilter<V,E>Transforms the input graph into one which contains only those edges that pass the specifiedPredicate.classKNeighborhoodFilter<V,E>A filter used to extract the k-neighborhood around one or more root node(s).classVertexPredicateFilter<V,E>Transforms the input graph into one which contains only those vertices that pass the specifiedPredicate.
-