Home / Development / Documentation / 2.0.44 / Uses of Interface info.bioinfweb.treegraph.document.io.SingleReadWriteFactory
TreeGraph 2
 


Uses of Interface
info.bioinfweb.treegraph.document.io.SingleReadWriteFactory

Packages that use SingleReadWriteFactory
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 SingleReadWriteFactory in info.bioinfweb.treegraph.document.io
 

Fields in info.bioinfweb.treegraph.document.io with type parameters of type SingleReadWriteFactory
private  EnumMap<ReadWriteFormat,SingleReadWriteFactory> ReadWriteFactory.factories
           
 

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

Classes in info.bioinfweb.treegraph.document.io.newick that implement SingleReadWriteFactory
 class NewickFactory
           
 

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

Classes in info.bioinfweb.treegraph.document.io.nexus that implement SingleReadWriteFactory
 class NexusFactory
           
 

Uses of SingleReadWriteFactory in info.bioinfweb.treegraph.document.io.phyloxml
 

Classes in info.bioinfweb.treegraph.document.io.phyloxml that implement SingleReadWriteFactory
 class PhyloXMLFactory
           
 

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

Classes in info.bioinfweb.treegraph.document.io.tgf that implement SingleReadWriteFactory
 class TGFFactory
           
 

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

Classes in info.bioinfweb.treegraph.document.io.xtg that implement SingleReadWriteFactory
 class XTGFactory