|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RootedTreeNode
Method Summary | |
---|---|
void |
addChild(Node node)
|
Collection |
getChildren()
|
RootedTreeNode |
getParent()
|
Branch |
getParentBranch()
|
int |
getSubtreeSize()
|
boolean |
isLeaf()
|
void |
setParentBranch(Branch parentBranch)
|
Methods inherited from interface org.biojavax.bio.phylo.tree.Node |
---|
addBranch, getBranches |
Method Detail |
---|
RootedTreeNode getParent()
void setParentBranch(Branch parentBranch)
Branch getParentBranch()
Collection getChildren()
void addChild(Node node)
boolean isLeaf()
int getSubtreeSize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |