|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Provides access to tissue information for sequences. This interface is implemented with a JDBC-aware class that connects to a database and retrieves the requested information. The database is loaded with information with DbEstParser, from the dbEst division of genbank.
| Method Summary | |
void |
addInfo(java.lang.String ac,
java.lang.String tissue,
java.lang.String organism)
Add a new tissue information to TissueInfo. |
void |
begin()
Notifies this class that a batch of interaction now begin. |
void |
destroy()
Destroy all TissueInfo data and tables. |
void |
empty()
Empty TissueInfo. |
void |
end()
Notifies this class that a batch of interaction now ends. |
TissueDetails |
getDetails(java.lang.String ac)
Return the tissue information associated with a sequence accession code. |
java.lang.String |
getOrganism(java.lang.String ac)
Return the organism associated with a sequence accession code. |
java.lang.String |
getTissue(java.lang.String ac)
Return the tissue information associated with a sequence accession code. |
java.lang.String[] |
getTissues(java.lang.String[] ac)
Return the tissue information associated with several sequence accession codes. |
| Method Detail |
public TissueDetails getDetails(java.lang.String ac)
throws TissueInfoNotAvailableException
TissueInfoNotAvailableException
public java.lang.String getTissue(java.lang.String ac)
throws TissueInfoNotAvailableException
TissueInfoNotAvailableException
public java.lang.String[] getTissues(java.lang.String[] ac)
throws TissueInfoNotAvailableException
TissueInfoNotAvailableException
public java.lang.String getOrganism(java.lang.String ac)
throws TissueInfoNotAvailableException
TissueInfoNotAvailableException
public void addInfo(java.lang.String ac,
java.lang.String tissue,
java.lang.String organism)
throws TissueInfoNotAvailableException
TissueInfoNotAvailableException
public void destroy()
throws TissueInfoNotAvailableException
TissueInfoNotAvailableException
public void empty()
throws TissueInfoNotAvailableException
TissueInfoNotAvailableException
public void begin()
throws TissueInfoNotAvailableException
TissueInfoNotAvailableException
public void end()
throws TissueInfoNotAvailableException
TissueInfoNotAvailableException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||