owltools.gaf.io
Class GafWriter

java.lang.Object
  extended by owltools.gaf.io.GafWriter

public class GafWriter
extends Object


Field Summary
protected  OWLPrettyPrinter prettyPrinter
           
protected  PrintStream stream
           
 
Constructor Summary
GafWriter()
           
 
Method Summary
 PrintStream getStream()
           
protected  void nl()
           
protected  void print(String s)
           
protected  void sep()
           
 void setStream(PrintStream stream)
           
 void setStream(String file)
           
 void write(GafDocument gdoc)
           
 void write(GeneAnnotation ann)
           
 void writeHeader(GafDocument gdoc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

prettyPrinter

protected OWLPrettyPrinter prettyPrinter

stream

protected PrintStream stream
Constructor Detail

GafWriter

public GafWriter()
Method Detail

getStream

public PrintStream getStream()

setStream

public void setStream(PrintStream stream)

setStream

public void setStream(String file)

write

public void write(GafDocument gdoc)

writeHeader

public void writeHeader(GafDocument gdoc)

write

public void write(GeneAnnotation ann)

print

protected void print(String s)

sep

protected void sep()

nl

protected void nl()


Copyright © 2010-2013. All Rights Reserved.