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   
info.bioinfweb.treegraph.document.io.nexus   
info.bioinfweb.treegraph.document.io.tgf   
info.bioinfweb.treegraph.document.io.xtg   
 

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

Fields in info.bioinfweb.treegraph.document.io with type parameters of type SingleReadWriteFactory
private  java.util.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.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