public class CompactedDataStore extends Object implements DataStore
Modifier and Type | Method and Description |
---|---|
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.
|
public FiniteAlphabet getAlphabet()
DataStore
getAlphabet
in interface DataStore
public void search(String seqID, SymbolList symList, SearchListener listener)
DataStore
public String seqNameForID(int id)
DataStore
seqNameForID
in interface DataStore
id
- the int number of the sequence name to resolvepublic void fireHits(int word, int offset, SearchListener listener)
Copyright © 2014 BioJava. All rights reserved.