public class NewickTree
extends java.lang.Object
Constructor and Description |
---|
NewickTree(randomTree tree)
constructor that stores the newick tree string in the attribute
|
NewickTree(java.lang.String treeString)
constructor only to be called for ProcessTree to NewickTree conversion
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTree() |
public NewickTree(randomTree tree)
newickString
- contains the output of the python generation of a treepublic NewickTree(java.lang.String treeString)
treeString
-