|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Qualitative
Qualitative is an interface for classes wanting to hold quality data in symbolic form such as Phred scores.
Copyright (c) 2001
Company: AgResearch
| Method Summary | |
|---|---|
SymbolList |
getQuality()
Retreives the list of quality symbols from the underlying object. |
Symbol |
getQualityAt(int index)
Retreives the quality symbol for the specified index. |
| Method Detail |
|---|
SymbolList getQuality()
Symbol getQualityAt(int index)
throws IndexOutOfBoundsException
index - - Must be greater than zero.
IndexOutOfBoundsException - if index is outside of the quality symbol list.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||