public class NEListWriter extends GraphWriter
Constructor and Description |
---|
NEListWriter(java.io.Writer writer,
int mode)
Create a writer for a simple node/edge list format.
|
Modifier and Type | Method and Description |
---|---|
void |
writeGraph()
Write the current graph description.
|
void |
writeHeader()
Write a header.
|
createWriter, getMode, getNotation, setAbsCompl, setAbsSupp, setGraph, setName, setRelCompl, setRelSupp, setValue
public NEListWriter(java.io.Writer writer, int mode)
writer
- the writer to write tomode
- the write modepublic void writeHeader() throws java.io.IOException
This function does nothing, since headers are not supported with a node/edge list format.
writeHeader
in class GraphWriter
java.io.IOException
- if an i/o error occurspublic void writeGraph() throws java.io.IOException
writeGraph
in class GraphWriter
java.io.IOException
- if an i/o error occurs