See: Description
| Interface | Description |
|---|---|
| Filter<V,E> |
An interface for classes that return a subset of the input
Graph
as a Graph. |
| Class | Description |
|---|---|
| EdgePredicateFilter<V,E> |
Transforms the input graph into one which contains only those edges
that pass the specified
Predicate. |
| FilterUtils |
Utility methods relating to filtering.
|
| KNeighborhoodFilter<V,E> |
A filter used to extract the k-neighborhood around one or more root node(s).
|
| VertexPredicateFilter<V,E> |
Transforms the input graph into one which contains only those vertices
that pass the specified
Predicate. |
| Enum | Description |
|---|---|
| KNeighborhoodFilter.EdgeType |
The type of edge to follow for defining the neighborhood.
|
Filter: an interface for graph filters
{Edge,Vertex}PredicateFilter: graph filters that return the
induced subgraph according to the
specified edge or vertex Predicate, respectively.
KNeighborhoodFilter: a filter that returns the subgraph
induced by vertices within (unweighted) distance k of a specified vertex.
Copyright © 2016. All rights reserved.