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


Uses of Class
info.bioinfweb.treegraph.document.io.nexus.NexusDocument

Packages that use NexusDocument
info.bioinfweb.treegraph.document.io.nexus Contains classes implementing the import from and export to the Nexus format. 
 

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

Methods in info.bioinfweb.treegraph.document.io.nexus that return NexusDocument
static NexusDocument NexusParser.parse(String content)
           
 

Methods in info.bioinfweb.treegraph.document.io.nexus with parameters of type NexusDocument
private static boolean NexusParser.readTree(String tokens, NexusDocument document)
          Reads a tree from the passed nexus command tokens and adds it to the passed document.