|
PhyloSort | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectphylosort.NewickParser
public final class NewickParser
A parser to Newick (8:45) tree standard format. Currently, it is assumed that no whitespaces are included in the text of the tree.
| Constructor Summary | |
|---|---|
NewickParser()
|
|
| Method Summary | |
|---|---|
static TreeNode |
parse(java.lang.String str)
Parses a tree string into a TreeNode |
static TreeNode |
parse(java.lang.String _str,
TreeNode parent)
Parses a tree string into a TreeNode |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NewickParser()
| Method Detail |
|---|
public static TreeNode parse(java.lang.String str)
TreeNode
str - The string to parse
TreeNode representation of the tree string
public static TreeNode parse(java.lang.String _str,
TreeNode parent)
TreeNode
_str - The string to parseparent - The parent of the tree of the tree to parse
TreeNode representation of the tree string
|
PhyloSort | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||