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

Packages that use GeneralVertexAcceptFilter
edu.uci.ics.jung.graph.filters   
edu.uci.ics.jung.graph.filters.impl   
 

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

Subclasses of GeneralVertexAcceptFilter in edu.uci.ics.jung.graph.filters
 class TrivialFilter
          A small filter that returns the vertices and edges in the orignal Graph.
 class VertexPredicateFilter
          This is a simple Vertex filter that accepts the vertices which its Predicate accepts.
 

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

Subclasses of GeneralVertexAcceptFilter in edu.uci.ics.jung.graph.filters.impl
 class AlphabeticVertexFilter
          A small example filter that accepts vertices that are alphabetically past the input value.
 class DropSoloNodesFilter
          Accepts only nodes that have at least one edge--that is, nodes that are connected to one other node.
 class NumericDecorationFilter
          This simple filter accepts vertices if their UserData at the given key is over a threshold value.