Uses of Class
edu.uci.ics.jung.graph.filters.GeneralEdgeAcceptFilter

Packages that use GeneralEdgeAcceptFilter
edu.uci.ics.jung.graph.filters Provides for a filtering mechanism that produces subgraphs of an original graph. 
edu.uci.ics.jung.graph.filters.impl Provides sample implementations and generally useful filters. 
 

Uses of GeneralEdgeAcceptFilter in edu.uci.ics.jung.graph.filters
 

Subclasses of GeneralEdgeAcceptFilter in edu.uci.ics.jung.graph.filters
 class EdgePredicateFilter
          This is a simple Edge filter that accepts the edges which its Predicate accepts.
 

Uses of GeneralEdgeAcceptFilter in edu.uci.ics.jung.graph.filters.impl
 

Subclasses of GeneralEdgeAcceptFilter in edu.uci.ics.jung.graph.filters.impl
 class WeightedEdgeGraphFilter
          This simple filter accepts Edges if their EdgeWeightLabeller turns out to be greater than the input value.