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

Packages that use NexusDocument
info.bioinfweb.treegraph.document.io.nexus   
 

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(java.lang.String content)
           
 

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