edu.uci.ics.jung.algorithms.filters
Interface Filter<V,E>

All Known Implementing Classes:
EdgePredicateFilter, KNeighborhoodFilter, VertexPredicateFilter

public interface Filter<V,E>

An interface for classes that return a subset of the input Graph as a Graph. The Graph returned may be either a new graph or a view into an existing graph; the documentation for the filter must specify which.

Author:
danyelf



Copyright © 2010 null. All Rights Reserved.