Home / Development / Documentation / 2.0.44 / NexusFactory
TreeGraph 2
 


info.bioinfweb.treegraph.document.io.nexus
Class NexusFactory

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

public class NexusFactory
extends Object
implements SingleReadWriteFactory


Constructor Summary
NexusFactory()
           
 
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

NexusFactory

public NexusFactory()
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