| Constructor and Description |
|---|
KeyGraphToDot() |
| Modifier and Type | Method and Description |
|---|---|
static <L> void |
write(KeyGraph<L> graph,
Appendable output)
Describes the provided key graph using DOT file format.
|
public static <L> void write(KeyGraph<L> graph, Appendable output) throws IOException
L - The type of locations used in the vertices of the key graphgraph - The key graphoutput - Where to write the DOT file inIOExceptionCopyright © 2022. All rights reserved.