|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Comment | |
---|---|
org.biojavax | The Biojava extensions packages, classes that extend the core biojava functionality |
org.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 | |
---|---|
class |
SimpleComment
An implementaion of Comment. |
Uses of Comment in org.biojavax.bio |
---|
Methods in org.biojavax.bio with parameters of type Comment | |
---|---|
void |
SimpleBioEntry.addComment(Comment comment)
Adds a comment instance to this bioentry. |
void |
BioEntry.addComment(Comment comment)
Adds a comment instance to this bioentry. |
void |
SimpleBioEntry.removeComment(Comment comment)
Removes a comment instance from this bioentry. |
void |
BioEntry.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 | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |