|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TreesBlockListener
Listens to events that represent Nexus trees blocks.
Method Summary | |
---|---|
void |
addTranslation(java.lang.String label,
java.lang.String taxa)
Add a translation. |
void |
addTree(java.lang.String label,
TreesBlock.NewickTreeString tree)
Adds a tree. |
Methods inherited from interface org.biojavax.bio.phylo.io.nexus.NexusBlockListener |
---|
beginComment, commentText, endBlock, endComment, endTokenGroup, startBlock |
Method Detail |
---|
void addTranslation(java.lang.String label, java.lang.String taxa)
label
- the label to add.taxa
- the taxa name this label will represent.void addTree(java.lang.String label, TreesBlock.NewickTreeString tree)
label
- the label to give the tree.tree
- the tree to add.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |