|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectprefuse.data.io.AbstractGraphReader
prefuse.data.io.GraphMLReader
public class GraphMLReader
GraphReader instance that reads in graph file formatted using the GraphML file format. GraphML is an XML format supporting graph structure and typed data schemas for both nodes and edges. For more information about the format, please see the GraphML home page.
| Nested Class Summary | |
|---|---|
static class |
GraphMLReader.GraphMLHandler
A SAX Parser for GraphML data files. |
static interface |
GraphMLReader.Tokens
String tokens used in the GraphML format. |
| Constructor Summary | |
|---|---|
GraphMLReader()
|
|
| Method Summary | |
|---|---|
Graph |
readGraph(java.io.InputStream is)
Read in a graph from the given InputStream. |
| Methods inherited from class prefuse.data.io.AbstractGraphReader |
|---|
readGraph, readGraph, readGraph |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface prefuse.data.io.GraphReader |
|---|
readGraph, readGraph, readGraph |
| Constructor Detail |
|---|
public GraphMLReader()
| Method Detail |
|---|
public Graph readGraph(java.io.InputStream is)
throws DataIOException
GraphReader
readGraph in interface GraphReaderreadGraph in class AbstractGraphReaderis - the InputStream to read the graph from
DataIOExceptionGraphReader.readGraph(java.io.InputStream)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||