public class GraphMLWriter extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
GraphMLWriter.ProcessHook |
Constructor and Description |
---|
GraphMLWriter() |
Modifier and Type | Method and Description |
---|---|
static GraphmlType |
convert(GraphML graphML) |
static void |
write(GraphML graphML,
File file,
GraphMLWriter.ProcessHook... hooks) |
public static void write(GraphML graphML, File file, GraphMLWriter.ProcessHook... hooks) throws InvalidGraphException
InvalidGraphException
public static GraphmlType convert(GraphML graphML) throws InvalidGraphException
InvalidGraphException
Copyright © 2021. All rights reserved.