| Package | Description | 
|---|---|
| org.dishevelled.graph.io.ygraphml | 
 Implementations of GraphReader and GraphWriter
 for the yFiles extension of the GraphML format. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Graph<ShapeNode,PolyLineEdge> | 
YGraphMLReader.read(File file)
Read a graph from the specified file. 
 | 
Graph<ShapeNode,PolyLineEdge> | 
YGraphMLReader.read(InputStream inputStream)
Read a graph from the specified input stream. 
 | 
Graph<ShapeNode,PolyLineEdge> | 
YGraphMLReader.read(URL url)
Read a graph from the specified URL. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
YGraphMLWriter.write(Graph<ShapeNode,PolyLineEdge> graph,
     File file)
Write the specified graph to the specified file. 
 | 
void | 
YGraphMLWriter.write(Graph<ShapeNode,PolyLineEdge> graph,
     OutputStream outputStream)
Write the specified graph to the specified output stream. 
 | 
Copyright (c) 2008-2013 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).