|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.snver.pileup.meta.PileupPool
public class PileupPool
Pool for pileup process which use the SAMSequenceVo to generate SnverMeta
Created by IntelliJ IDEA. User: weicheng hu Date: 10/21/11 Time: 2:26 PM
| Constructor Summary | |
|---|---|
PileupPool(int bq)
Constructor |
|
| Method Summary | |
|---|---|
void |
add(SAMSequenceVo seq)
Add SAMSequenceVo into pool |
SnverMeta |
compute(java.lang.String name,
char ref,
int index)
Generate SnverMeta Object from pool |
boolean |
isEmpty()
Check is pool empty |
java.lang.String |
peek()
Peek the sequence name |
void |
skip()
Skip the useless position |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PileupPool(int bq)
bq - int| Method Detail |
|---|
public void add(SAMSequenceVo seq)
seq - SAMSequenceVo
public SnverMeta compute(java.lang.String name,
char ref,
int index)
name - Stringref - charindex - int
public void skip()
public boolean isEmpty()
public java.lang.String peek()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||