Uses of Interface
org.biojavax.Comment
Packages that use Comment
Package
Description
The Biojava extensions packages, classes that extend the core biojava
functionality
Classes to represent biological entities and their relationships.
Classes to support the I/O of RichSequence and
Bioentry objects.
-
Uses of Comment in org.biojavax
Classes in org.biojavax that implement Comment -
Uses of Comment in org.biojavax.bio
Methods in org.biojavax.bio that return types with arguments of type CommentModifier and TypeMethodDescriptionBioEntry.getComments()
Returns a set of all comments associated with this bioentry.SimpleBioEntry.getComments()
Returns a set of all comments associated with this bioentry.Methods in org.biojavax.bio with parameters of type CommentModifier and TypeMethodDescriptionvoid
BioEntry.addComment
(Comment comment) Adds a comment instance to this bioentry.void
SimpleBioEntry.addComment
(Comment comment) Adds a comment instance to this bioentry.void
BioEntry.removeComment
(Comment comment) Removes a comment instance from this bioentry.void
SimpleBioEntry.removeComment
(Comment comment) Removes a comment instance from this bioentry. -
Uses of Comment in org.biojavax.bio.seq.io
Methods in org.biojavax.bio.seq.io with parameters of type CommentModifier and TypeMethodDescriptionstatic boolean
UniProtCommentParser.isParseable
(Comment c) Returns true if the comment may be parseable (starts with -!void
UniProtCommentParser.parseComment
(Comment c) Parses the comment string from the given comment and populates the internal fields appropriately.