| Modifier and Type | Method and Description |
|---|---|
String |
GraphFormatter.format(String graphName,
Collection<Node<?>> nodes,
Collection<Edge> edges) |
| Modifier and Type | Method and Description |
|---|---|
String |
DotGraphFormatter.format(String graphName,
Collection<Node<?>> nodes,
Collection<Edge> edges) |
| Modifier and Type | Method and Description |
|---|---|
String |
GmlGraphFormatter.format(String graphName,
Collection<Node<?>> nodes,
Collection<Edge> edges) |
| Modifier and Type | Method and Description |
|---|---|
String |
JsonGraphFormatter.format(String graphName,
Collection<Node<?>> nodes,
Collection<Edge> edges) |
| Modifier and Type | Method and Description |
|---|---|
String |
PumlGraphFormatter.format(String graphName,
Collection<Node<?>> nodes,
Collection<Edge> edges) |
| Modifier and Type | Method and Description |
|---|---|
String |
TextGraphFormatter.format(String graphName,
Collection<Node<?>> nodes,
Collection<Edge> edges) |
Copyright © 2017. All rights reserved.