|
||||||||||
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(String label,
String taxa)
Add a translation. |
void |
addTree(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(String label, String taxa)
label
- the label to add.taxa
- the taxa name this label will represent.void addTree(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 |