|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.biojava.bio.program.ssaha.CompactedDataStore
public class CompactedDataStore
An implementation of DataStore that will map onto a file using the NIO constructs. You should obtain one of these by using the methods in MappedDataStoreFactory.
| Method Summary | |
|---|---|
void |
fireHits(int word,
int offset,
SearchListener listener)
|
FiniteAlphabet |
getAlphabet()
The alphabet of symbol lists that can be searched against this DataStore. |
void |
search(String seqID,
SymbolList symList,
SearchListener listener)
Search the DataStore with a symbol list. |
String |
seqNameForID(int id)
Resolve an ID to a sequence name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public FiniteAlphabet getAlphabet()
DataStore
getAlphabet in interface DataStore
public void search(String seqID,
SymbolList symList,
SearchListener listener)
DataStore
search in interface DataStoreseqID - the ID to report the symbol list by e.g. 'test' or 'foo1'symList - the symbol list to search withlistener - the listener to inform of hitspublic String seqNameForID(int id)
DataStore
seqNameForID in interface DataStoreid - the int number of the sequence name to resolve
public void fireHits(int word,
int offset,
SearchListener listener)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||