public class GraphExporter extends Object
| Constructor and Description |
|---|
GraphExporter() |
| Modifier and Type | Method and Description |
|---|---|
static void |
exportGraphml(com.tinkerpop.blueprints.Graph graph,
String filename) |
static void |
exportGraphml(com.tinkerpop.blueprints.Graph graph,
String filename,
boolean prettyPrint) |
static void |
exportGson(com.tinkerpop.blueprints.Graph graph,
String filename) |
public static void exportGraphml(com.tinkerpop.blueprints.Graph graph,
String filename)
throws IOException
IOExceptionpublic static void exportGraphml(com.tinkerpop.blueprints.Graph graph,
String filename,
boolean prettyPrint)
throws IOException
IOExceptionpublic static void exportGson(com.tinkerpop.blueprints.Graph graph,
String filename)
throws IOException
IOExceptionCopyright © 2015. All rights reserved.