public class GraphMLExportService extends Object
| Constructor and Description |
|---|
GraphMLExportService() |
| Modifier and Type | Method and Description |
|---|---|
static void |
exportGraph(AutomatonGraph graph,
File file)
Exports a Graph to a GraphML file.
|
public static void exportGraph(AutomatonGraph graph, File file)
graph - The graph.file - The new target file.Copyright © 2017. All rights reserved.