| 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 |
EdgePredicateFilter
This is a simple Edge filter that accepts the edges which its
Predicate accepts.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WeightedEdgeGraphFilter
This simple filter accepts Edges if their EdgeWeightLabeller turns out
to be greater than the input value.
|