Uses of Class
info.bioinfweb.treegraph.document.io.AbstractDocumentReader

Packages that use AbstractDocumentReader
info.bioinfweb.treegraph.document.io Contains classes necessary to read and write the data structure of a TreeGraph 2 document from and to different formats. 
info.bioinfweb.treegraph.document.io.newick   
info.bioinfweb.treegraph.document.io.nexus   
info.bioinfweb.treegraph.document.io.tgf   
info.bioinfweb.treegraph.document.io.xtg   
 

Uses of AbstractDocumentReader in info.bioinfweb.treegraph.document.io
 

Subclasses of AbstractDocumentReader in info.bioinfweb.treegraph.document.io
 class TextStreamReader
           
 

Uses of AbstractDocumentReader in info.bioinfweb.treegraph.document.io.newick
 

Subclasses of AbstractDocumentReader in info.bioinfweb.treegraph.document.io.newick
 class NewickReader
           
 

Uses of AbstractDocumentReader in info.bioinfweb.treegraph.document.io.nexus
 

Subclasses of AbstractDocumentReader in info.bioinfweb.treegraph.document.io.nexus
 class NexusReader
          This class reads a tree loads a tree out of a nexus file.
 

Uses of AbstractDocumentReader in info.bioinfweb.treegraph.document.io.tgf
 

Subclasses of AbstractDocumentReader in info.bioinfweb.treegraph.document.io.tgf
 class TGFReader
           
 

Uses of AbstractDocumentReader in info.bioinfweb.treegraph.document.io.xtg
 

Subclasses of AbstractDocumentReader in info.bioinfweb.treegraph.document.io.xtg
 class XTGReader
          Reads the TreeGraph 2 specific XML format (*.xtg).