Uses of Package
edu.uci.ics.jung.graph.filters

Packages that use edu.uci.ics.jung.graph.filters
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. 
edu.uci.ics.jung.visualization Provides a visualization mechanism for drawing and rendering Graphs. 
scratch.danyel.sample   
 

Classes in edu.uci.ics.jung.graph.filters used by edu.uci.ics.jung.graph.filters
EfficientFilter
          An EfficientFilter can take in an UnassembledGraph withut assembling it, and is used for non-structural filters.
Filter
          A Filter returns a subgraph of a Graph, in the form of an UnsassembledGraph.
GeneralEdgeAcceptFilter
          Abstract class that implements a generic filter for accepting arbitrary edges (and all vertices).
GeneralVertexAcceptFilter
          Abstract class that implements a generic filter for accepting arbitrary vertices (and all edges).
GraphAssemblyRecord
          Contains an audit trail of a graph filtering step.
TrivialFilter
          A small filter that returns the vertices and edges in the orignal Graph.
UnassembledGraph
          This class represents an unassembled graph.
 

Classes in edu.uci.ics.jung.graph.filters used by edu.uci.ics.jung.graph.filters.impl
EfficientFilter
          An EfficientFilter can take in an UnassembledGraph withut assembling it, and is used for non-structural filters.
Filter
          A Filter returns a subgraph of a Graph, in the form of an UnsassembledGraph.
GeneralEdgeAcceptFilter
          Abstract class that implements a generic filter for accepting arbitrary edges (and all vertices).
GeneralVertexAcceptFilter
          Abstract class that implements a generic filter for accepting arbitrary vertices (and all edges).
LevelFilter
          A generally useful template for Filters that have a settable value.
UnassembledGraph
          This class represents an unassembled graph.
 

Classes in edu.uci.ics.jung.graph.filters used by edu.uci.ics.jung.visualization
Filter
          A Filter returns a subgraph of a Graph, in the form of an UnsassembledGraph.
LevelFilter
          A generally useful template for Filters that have a settable value.
 

Classes in edu.uci.ics.jung.graph.filters used by scratch.danyel.sample
Filter
          A Filter returns a subgraph of a Graph, in the form of an UnsassembledGraph.