| Package | Description | 
|---|---|
| org.biojavax.bio.phylo.io.nexus | 
 Classes to support the I/O of Nexus files. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DistancesBlock.addComment(NexusComment comment)
Adds a comment. 
 | 
void | 
TaxaBlock.addComment(NexusComment comment)
Adds a comment. 
 | 
protected void | 
TaxaBlockBuilder.addComment(NexusComment comment)  | 
protected void | 
TreesBlockBuilder.addComment(NexusComment comment)  | 
protected void | 
DistancesBlockBuilder.addComment(NexusComment comment)  | 
void | 
TreesBlock.addComment(NexusComment comment)
Adds a comment. 
 | 
protected void | 
CharactersBlockBuilder.addComment(NexusComment comment)  | 
void | 
CharactersBlock.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. 
 | 
void | 
DistancesBlock.removeComment(NexusComment comment)
Removes a comment. 
 | 
void | 
TaxaBlock.removeComment(NexusComment comment)
Removes a comment. 
 | 
void | 
TreesBlock.removeComment(NexusComment comment)
Removes a comment. 
 | 
void | 
CharactersBlock.removeComment(NexusComment comment)
Removes a comment. 
 | 
Copyright © 2020 BioJava. All rights reserved.