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


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

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

Uses of TranslTable in info.bioinfweb.treegraph.document.io.newick
 

Fields in info.bioinfweb.treegraph.document.io.newick declared as TranslTable
private  TranslTable NewickStringReader.translTable
           
 

Methods in info.bioinfweb.treegraph.document.io.newick with parameters of type TranslTable
static Tree[] NewickStringReader.read(String[] newick, NodeBranchDataAdapter internalAdapter, NodeBranchDataAdapter branchLengthsAdapter, TranslTable translTable, boolean translateInternals)
           
 Tree NewickStringReader.read(String newick, NodeBranchDataAdapter internalAdapter, NodeBranchDataAdapter branchLengthsAdapter, TranslTable translTable, boolean translateInternals)
           
private  void NewickStringReader.readName(int previousEnd, int end, Node root, NodeBranchDataAdapter adapter, TranslTable translTable)
           
 

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

Fields in info.bioinfweb.treegraph.document.io.nexus declared as TranslTable
private  TranslTable NexusDocument.translTable
           
 

Methods in info.bioinfweb.treegraph.document.io.nexus that return TranslTable
 TranslTable NexusDocument.getTranslTable()
           
 

Methods in info.bioinfweb.treegraph.document.io.nexus with parameters of type TranslTable
private static void NexusParser.readTranslTable(NexusCommand command, TranslTable translTable)
          Reads the content of the passed translation table from the passed command.