|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkea.programs.jPrimrose.OligoSearchResultCollection
public class OligoSearchResultCollection
Collection of OligoSearchResult objects, generated by SearchDatabase.
Constructor Summary | |
---|---|
OligoSearchResultCollection()
Creates a new instance of OligoSearchResultCollection . |
Method Summary | |
---|---|
void |
addOligoSearchResult(OligoSearchResult oligoSearchResult)
Add OligoSearchResult object to collection. |
OligoSearchResult |
getOligoSearchResult(int index)
Returns OligoSearchResult object corresponding to index number supplied. |
OligoSearchResult |
getOligoSearchResult(kea.database.Oligo oligo)
Returns OligoSearchResult object corresponding to Oligo object supplied. |
OligoSearchResult[] |
getOligoSearchResults()
Returns array of oligo search result objects. |
int |
getSize()
Returns size of collection. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OligoSearchResultCollection()
OligoSearchResultCollection
.
Method Detail |
---|
public void addOligoSearchResult(OligoSearchResult oligoSearchResult)
oligoSearchResult
- Search result to add to collection.public OligoSearchResult getOligoSearchResult(kea.database.Oligo oligo)
oligo
- Oligo object.
public OligoSearchResult getOligoSearchResult(int index)
index
- Index number of required OligoSearchResult object.
public OligoSearchResult[] getOligoSearchResults()
public int getSize()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |