public class GexfWriter extends Object implements GraphWriter
| Modifier and Type | Field and Description |
|---|---|
protected String |
defaultEdgeType |
protected String |
edgeLabel |
protected com.tinkerpop.blueprints.Graph |
graph |
protected String |
mode |
protected String |
vertexLabelProperty |
| Constructor and Description |
|---|
GexfWriter(com.tinkerpop.blueprints.Graph graph) |
GexfWriter(com.tinkerpop.blueprints.Graph graph,
String mode,
String defaultEdgeType,
String vertexLabelProperty,
String edgeLabel) |
protected final com.tinkerpop.blueprints.Graph graph
protected String defaultEdgeType
protected String mode
protected String vertexLabelProperty
protected String edgeLabel
public void writeGraph(OutputStream os) throws IOException
writeGraph in interface GraphWriterIOExceptionCopyright © 2014 JBoss by Red Hat. All rights reserved.