public class GraphUtilities extends Object
| Constructor and Description |
|---|
GraphUtilities() |
| Modifier and Type | Method and Description |
|---|---|
static Graph<String> |
add(Graph<String> graph,
Graph<String> other) |
static Map<String,List<String>> |
convert(Graph<String> graph) |
static Graph<String> |
convert(Map<String,List<String>> graphMap) |
static Iterable<Node<String>> |
copy(Iterable<Node<String>> nodes) |
static Graph<String> |
intersect(Graph<String> graph,
Graph<String> other) |
static void |
normalize(Graph<String> graph) |
static Map<String,List<String>> |
normalize(Map<String,List<String>> graphMap) |
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.