|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jannot.alignment.maf.AbstractAlignmentBlock
net.sf.jannot.alignment.maf.LazyAlignmentBlock
public class LazyAlignmentBlock
| Constructor Summary | |
|---|---|
LazyAlignmentBlock(long offsetStart,
LineBlockCompressedInputStream zr,
int start,
int end)
|
|
| Method Summary | |
|---|---|
void |
add(AbstractAlignmentSequence as)
|
AbstractAlignmentSequence |
getAlignmentSequence(int i)
|
java.util.Iterator<AbstractAlignmentSequence> |
iterator()
|
void |
lazyLoad()
Load the actual alignment block from the zipped maf file and fill in the gaps in the alignment sequences |
int |
size()
|
| Methods inherited from class net.sf.jannot.alignment.maf.AbstractAlignmentBlock |
|---|
compareTo, end, length, start |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LazyAlignmentBlock(long offsetStart,
LineBlockCompressedInputStream zr,
int start,
int end)
| Method Detail |
|---|
public void add(AbstractAlignmentSequence as)
add in class AbstractAlignmentBlockpublic void lazyLoad()
public java.util.Iterator<AbstractAlignmentSequence> iterator()
public AbstractAlignmentSequence getAlignmentSequence(int i)
getAlignmentSequence in class AbstractAlignmentBlockpublic int size()
size in class AbstractAlignmentBlock
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||