public class GraphAggregator<N> extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GraphAggregator.Result<N> |
| Constructor and Description |
|---|
GraphAggregator(DirectedGraph<N,?> graph) |
| Modifier and Type | Method and Description |
|---|---|
GraphAggregator.Result<N> |
group(Collection<? extends N> startNodes,
Collection<? extends N> allNodes) |
public GraphAggregator(DirectedGraph<N,?> graph)
public GraphAggregator.Result<N> group(Collection<? extends N> startNodes, Collection<? extends N> allNodes)
Copyright © 2013. All rights reserved