de.uni_leipzig.cvk.data
Class EdgeListGraphReader
java.lang.Object
prefuse.data.io.AbstractGraphReader
de.uni_leipzig.cvk.data.EdgeListGraphReader
- All Implemented Interfaces:
- GraphReaderSettings, prefuse.data.io.GraphReader
public class EdgeListGraphReader
- extends prefuse.data.io.AbstractGraphReader
- implements GraphReaderSettings
Reads a given edge list to a Graph
instance.
-
-

Method Summary |
prefuse.data.Graph |
readGraph(java.io.File file,
boolean p_directed)
Reads an edge list to a Graph instance. |
prefuse.data.Graph |
readGraph(java.io.InputStream is)
|
prefuse.data.Graph |
readGraph(java.lang.String file,
boolean p_directed)
Reads an edge list to a Graph instance. |
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 |
EdgeListGraphReader
public EdgeListGraphReader(java.lang.String separator)
readGraph
public prefuse.data.Graph readGraph(java.io.File file,
boolean p_directed)
- Reads an edge list to a
Graph
instance.
- Parameters:
file
- p_directed
-
- Returns:
- a Graph instance
readGraph
public prefuse.data.Graph readGraph(java.io.InputStream is)
- Specified by:
readGraph
in interface prefuse.data.io.GraphReader
- Specified by:
readGraph
in class prefuse.data.io.AbstractGraphReader
- See Also:
GraphReader.readGraph(java.io.InputStream)
readGraph
public prefuse.data.Graph readGraph(java.lang.String file,
boolean p_directed)
- Reads an edge list to a
Graph
instance.
- Parameters:
file
- p_directed
-
- Returns:
- a Graph instance