Home / Development / Documentation / 2.0.44 / NewickFactory
TreeGraph 2
 


info.bioinfweb.treegraph.document.io.newick
Class NewickFactory

java.lang.Object
  extended by info.bioinfweb.treegraph.document.io.newick.NewickFactory
All Implemented Interfaces:
SingleReadWriteFactory

public class NewickFactory
extends Object
implements SingleReadWriteFactory


Constructor Summary
NewickFactory()
           
 
Method Summary
 AbstractFilter getFilter()
           
 DocumentReader getReader()
           
 DocumentWriter getWriter()
           
 boolean hasReader()
           
 boolean hasWriter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewickFactory

public NewickFactory()
Method Detail

getFilter

public AbstractFilter getFilter()
Specified by:
getFilter in interface SingleReadWriteFactory

getReader

public DocumentReader getReader()
Specified by:
getReader in interface SingleReadWriteFactory

getWriter

public DocumentWriter getWriter()
Specified by:
getWriter in interface SingleReadWriteFactory

hasReader

public boolean hasReader()
Specified by:
hasReader in interface SingleReadWriteFactory

hasWriter

public boolean hasWriter()
Specified by:
hasWriter in interface SingleReadWriteFactory