Uses of Class
org.biojavax.bio.phylo.io.nexus.NexusComment
Packages that use NexusComment
-
Uses of NexusComment in org.biojavax.bio.phylo.io.nexus
Methods in org.biojavax.bio.phylo.io.nexus with parameters of type NexusCommentModifier and TypeMethodDescriptionvoidCharactersBlock.addComment(NexusComment comment) Adds a comment.protected voidCharactersBlockBuilder.addComment(NexusComment comment) voidDistancesBlock.addComment(NexusComment comment) Adds a comment.protected voidDistancesBlockBuilder.addComment(NexusComment comment) protected abstract voidNexusBlockBuilder.Abstract.addComment(NexusComment comment) Tell the builder to add the given comment at the current location.voidTaxaBlock.addComment(NexusComment comment) Adds a comment.protected voidTaxaBlockBuilder.addComment(NexusComment comment) voidTreesBlock.addComment(NexusComment comment) Adds a comment.protected voidTreesBlockBuilder.addComment(NexusComment comment) voidCharactersBlock.removeComment(NexusComment comment) Removes a comment.voidDistancesBlock.removeComment(NexusComment comment) Removes a comment.voidTaxaBlock.removeComment(NexusComment comment) Removes a comment.voidTreesBlock.removeComment(NexusComment comment) Removes a comment.