public class IntervalStack extends AbstractReaderStack
Modifier and Type | Field and Description |
---|---|
protected java.util.List<LocFeature> |
st |
protected LocFeature |
tempNode |
iseof, it, resultProcessor
Constructor and Description |
---|
IntervalStack(ProcessResult resultProcessor) |
Modifier and Type | Method and Description |
---|---|
void |
clearST() |
void |
findOverlap(LocFeature query) |
boolean |
findOverlapInST(LocFeature query) |
void |
findOverlaps(java.util.List<LocFeature> list) |
getIt, getResultProcessor, setIseof, setIterator, setResultProcessor
protected java.util.List<LocFeature> st
protected LocFeature tempNode
public IntervalStack(ProcessResult resultProcessor)
public void clearST()
clearST
in class AbstractReaderStack
public void findOverlaps(java.util.List<LocFeature> list)
findOverlaps
in class AbstractReaderStack
public boolean findOverlapInST(LocFeature query)
findOverlapInST
in class AbstractReaderStack
public void findOverlap(LocFeature query)
findOverlap
in class AbstractReaderStack