|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SequenceDatabase
An interface describing a way to query a sequence database for sequence and existence information.
Method Summary | |
---|---|
boolean |
contains(java.lang.String id)
Determines whether or not the specified id points to a sequence in the database. |
java.lang.String |
getSequence(java.lang.String id)
Returns the sequence associated with the specified id from the database. |
Method Detail |
---|
boolean contains(java.lang.String id)
id
- The id to search for in the database.
java.lang.String getSequence(java.lang.String id)
id
- The id of the sequence to retrieve from the database.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |