Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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.
|