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

All Superinterfaces:
org.apache.commons.collections15.Transformer<Graph<V,E>,Graph<V,E>>
All Known Implementing Classes:
EdgePredicateFilter, KNeighborhoodFilter, VertexPredicateFilter

public interface Filter<V,E>
extends org.apache.commons.collections15.Transformer<Graph<V,E>,Graph<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

Method Summary
 
Methods inherited from interface org.apache.commons.collections15.Transformer
transform
 



Copyright © 2011. All Rights Reserved.