Package | Description |
---|---|
org.biojavax.bio.phylo.io.nexus |
Classes to support the I/O of Nexus files.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TreesBlockBuilder.addComment(NexusComment comment) |
void |
TreesBlock.addComment(NexusComment comment)
Adds a comment.
|
protected void |
TaxaBlockBuilder.addComment(NexusComment comment) |
void |
TaxaBlock.addComment(NexusComment comment)
Adds a comment.
|
protected abstract void |
NexusBlockBuilder.Abstract.addComment(NexusComment comment)
Tell the builder to add the given comment at the current location.
|
protected void |
DistancesBlockBuilder.addComment(NexusComment comment) |
void |
DistancesBlock.addComment(NexusComment comment)
Adds a comment.
|
protected void |
CharactersBlockBuilder.addComment(NexusComment comment) |
void |
CharactersBlock.addComment(NexusComment comment)
Adds a comment.
|
void |
TreesBlock.removeComment(NexusComment comment)
Removes a comment.
|
void |
TaxaBlock.removeComment(NexusComment comment)
Removes a comment.
|
void |
DistancesBlock.removeComment(NexusComment comment)
Removes a comment.
|
void |
CharactersBlock.removeComment(NexusComment comment)
Removes a comment.
|
Copyright © 2014 BioJava. All rights reserved.