Uses of Class
org.biojavax.bio.phylo.io.nexus.NexusComment
-
Packages that use NexusComment Package Description org.biojavax.bio.phylo.io.nexus Classes to support the I/O of Nexus files. -
-
Uses of NexusComment in org.biojavax.bio.phylo.io.nexus
Methods in org.biojavax.bio.phylo.io.nexus with parameters of type NexusComment Modifier and Type Method Description void
CharactersBlock. addComment(NexusComment comment)
Adds a comment.protected void
CharactersBlockBuilder. addComment(NexusComment comment)
void
DistancesBlock. addComment(NexusComment comment)
Adds a comment.protected void
DistancesBlockBuilder. addComment(NexusComment comment)
protected abstract void
NexusBlockBuilder.Abstract. addComment(NexusComment comment)
Tell the builder to add the given comment at the current location.void
TaxaBlock. addComment(NexusComment comment)
Adds a comment.protected void
TaxaBlockBuilder. addComment(NexusComment comment)
void
TreesBlock. addComment(NexusComment comment)
Adds a comment.protected void
TreesBlockBuilder. addComment(NexusComment comment)
void
CharactersBlock. removeComment(NexusComment comment)
Removes a comment.void
DistancesBlock. removeComment(NexusComment comment)
Removes a comment.void
TaxaBlock. removeComment(NexusComment comment)
Removes a comment.void
TreesBlock. removeComment(NexusComment comment)
Removes a comment.
-