helix.graph.io
Class AbstractGraphWriter

java.lang.Object
  extended by helix.graph.io.AbstractGraphWriter
All Implemented Interfaces:
GraphWriter
Direct Known Subclasses:
DimacsExtendedWriter

public abstract class AbstractGraphWriter
extends Object
implements GraphWriter


Constructor Summary
AbstractGraphWriter(Writer writer)
           
 
Method Summary
abstract  void write(Graph graph)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractGraphWriter

public AbstractGraphWriter(Writer writer)
Method Detail

write

public abstract void write(Graph graph)
                    throws IOException
Specified by:
write in interface GraphWriter
Throws:
IOException