Home / Development / Documentation / 2.0.44 / Uses of Class info.bioinfweb.treegraph.document.nodebranchdata.BranchLengthAdapter
TreeGraph 2
 


Uses of Class
info.bioinfweb.treegraph.document.nodebranchdata.BranchLengthAdapter

Packages that use BranchLengthAdapter
info.bioinfweb.treegraph.document.io.newick Contains classes implementing the import from and export to the Newick format. 
info.bioinfweb.treegraph.document.nodebranchdata Contains classes that implement the access to different data fields of the document elements over the common interface NodeBranchDataAdapter
 

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

Fields in info.bioinfweb.treegraph.document.io.newick declared as BranchLengthAdapter
static BranchLengthAdapter NewickStringReader.BRANCH_LENGTH_ADAPTER
           
 

Uses of BranchLengthAdapter in info.bioinfweb.treegraph.document.nodebranchdata
 

Fields in info.bioinfweb.treegraph.document.nodebranchdata declared as BranchLengthAdapter
private static BranchLengthAdapter BranchLengthAdapter.sharedInstance
           
 

Methods in info.bioinfweb.treegraph.document.nodebranchdata that return BranchLengthAdapter
static BranchLengthAdapter BranchLengthAdapter.getSharedInstance()