| Package | Description |
|---|---|
| edu.uci.ics.jung.algorithms.filters |
Filtering mechanisms that produce subgraphs of an original graph.
|
| Modifier and Type | Method and Description |
|---|---|
static KNeighborhoodFilter.EdgeType |
KNeighborhoodFilter.EdgeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KNeighborhoodFilter.EdgeType[] |
KNeighborhoodFilter.EdgeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
KNeighborhoodFilter(Set<V> rootNodes,
int radiusK,
KNeighborhoodFilter.EdgeType edgeType)
Constructs a new instance of the filter.
|
KNeighborhoodFilter(V rootNode,
int radiusK,
KNeighborhoodFilter.EdgeType edgeType)
Constructs a new instance of the filter.
|
Copyright © 2016. All rights reserved.