Uses of Class
org.biojavax.bio.phylo.io.nexus.NexusComment

Packages that use NexusComment
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
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.