| Package | Description |
|---|---|
| edu.uci.ics.jung.algorithms.filters |
Filtering mechanisms that produce subgraphs of an original graph.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EdgePredicateFilter<V,E>
Transforms the input graph into one which contains only those edges
that pass the specified
Predicate. |
class |
KNeighborhoodFilter<V,E>
A filter used to extract the k-neighborhood around one or more root node(s).
|
class |
VertexPredicateFilter<V,E>
Transforms the input graph into one which contains only those vertices
that pass the specified
Predicate. |
Copyright © 2016. All rights reserved.