public interface SequenceReader
Interface of Sequence Reader
Description:
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int[] |
getSequence(int index)
For example, a document or a setence could be treated as a seuqnce.
|
int |
getSequenceLength(int index) |
void |
initialize()
It is required to call this method before reading out sequence information from indexing files.
|
void initialize()
void close()
int[] getSequence(int index)
index: - the index of the sequenceint getSequenceLength(int index)
index: - the index of the sequenceCopyright © 2018 JULIE Lab, Germany. All rights reserved.