Package edu.uci.ics.jung.algorithms.filters

Filtering mechanisms that produce subgraphs of an original graph.

See:
          Description

Interface Summary
Filter<V,E> An interface for classes that return a subset of the input Graph as a Graph.
 

Class Summary
EdgePredicateFilter<V,E> Transforms the input graph into one which contains only those edges that pass the specified Predicate.
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 specified Predicate.
 

Enum Summary
KNeighborhoodFilter.EdgeType The type of edge to follow for defining the neighborhood.
 

Package edu.uci.ics.jung.algorithms.filters Description

Filtering mechanisms that produce subgraphs of an original graph. Currently includes:



Copyright © 2011. All Rights Reserved.