Uses of Interface
org.biojavax.Comment
-
Packages that use Comment Package Description org.biojavax The Biojava extensions packages, classes that extend the core biojava functionalityorg.biojavax.bio Classes to represent biological entities and their relationships.org.biojavax.bio.seq.io Classes to support the I/O of RichSequence and Bioentry objects. -
-
Uses of Comment in org.biojavax
Classes in org.biojavax that implement Comment Modifier and Type Class Description class
SimpleComment
An implementaion of Comment. -
Uses of Comment in org.biojavax.bio
Methods in org.biojavax.bio that return types with arguments of type Comment Modifier and Type Method Description Set<Comment>
BioEntry. getComments()
Returns a set of all comments associated with this bioentry.Set<Comment>
SimpleBioEntry. getComments()
Returns a set of all comments associated with this bioentry.Methods in org.biojavax.bio with parameters of type Comment Modifier and Type Method Description void
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 Comment Modifier and Type Method Description static 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.
-