Home / Development / Documentation / 2.0.44 / Uses of Class info.bioinfweb.treegraph.document.io.AbstractDocumentReader
TreeGraph 2
 


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 Contains classes implementing the import from and export to the Newick format. 
info.bioinfweb.treegraph.document.io.nexus Contains classes implementing the import from and export to the Nexus format. 
info.bioinfweb.treegraph.document.io.phyloxml Contains classes implementing the import from the phyloXML format. 
info.bioinfweb.treegraph.document.io.tgf The classes in this package were planned to allow the import of TGF files into TreeGraph 2. 
info.bioinfweb.treegraph.document.io.xtg Contains classes implementing reading and writing of TreeGraph 2 documents. 
 

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
          Reads text files consisting only of Newick strings.
 

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.phyloxml
 

Subclasses of AbstractDocumentReader in info.bioinfweb.treegraph.document.io.phyloxml
 class PhyloXMLReader
          Reads a phyloXML document.
 

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).