Interface Filter<V,​E>

  • All Superinterfaces:
    org.apache.commons.collections4.Transformer<edu.uci.ics.jung.graph.Graph<V,​E>,​edu.uci.ics.jung.graph.Graph<V,​E>>
    All Known Implementing Classes:
    EdgePredicateFilter, KNeighborhoodFilter, VertexPredicateFilter

    public interface Filter<V,​E>
    extends org.apache.commons.collections4.Transformer<edu.uci.ics.jung.graph.Graph<V,​E>,​edu.uci.ics.jung.graph.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.
    • Method Summary

      • Methods inherited from interface org.apache.commons.collections4.Transformer

        transform