Class MipavGraphXMLWriter
java.lang.Object
hypergraph.graphApi.io.AbstractGraphWriter
hypergraph.graphApi.io.GraphXMLWriter
gov.nih.mipav.view.graphVisualization.MipavGraphXMLWriter
- All Implemented Interfaces:
hypergraph.graphApi.io.GraphWriter
public class MipavGraphXMLWriter
extends hypergraph.graphApi.io.GraphXMLWriter
Writes the mipav graph to .xml format.
As the mipav graph format changes this is where new node attributes are written.
-
Field Summary
Fields inherited from class hypergraph.graphApi.io.AbstractGraphWriter
graph, writer -
Constructor Summary
ConstructorsConstructorDescriptionMipavGraphXMLWriter(File outputFile) Writes the Graph in the Mipav Graph XML format. -
Method Summary
Methods inherited from class hypergraph.graphApi.io.GraphXMLWriter
writeEdge, writeGroupMethods inherited from class hypergraph.graphApi.io.AbstractGraphWriter
setWriter, write
-
Constructor Details
-
MipavGraphXMLWriter
Writes the Graph in the Mipav Graph XML format.- Parameters:
outputFile- output file.- Throws:
IOException
-
-
Method Details
-
writeHeader
- Overrides:
writeHeaderin classhypergraph.graphApi.io.GraphXMLWriter- Throws:
IOException
-
writeNode
- Overrides:
writeNodein classhypergraph.graphApi.io.GraphXMLWriter- Throws:
IOException