public class IntervalTreeQuery
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
protected class |
IntervalTreeQuery.FilterVisitor |
Modifier and Type | Field and Description |
---|---|
protected IntervalTree |
tree |
Constructor and Description |
---|
IntervalTreeQuery(IntervalTree tree) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<IntervalTreeNode> |
Query(Interval interval,
byte minLevel,
byte maxLevel)
Finds all node intersecting the given Interval interval and
with a level between minLevel and maxLevel.
|
protected IntervalTree tree
public IntervalTreeQuery(IntervalTree tree)
public java.util.ArrayList<IntervalTreeNode> Query(Interval interval, byte minLevel, byte maxLevel)
interval
- minLevel
- maxLevel
- Copyright © 2010-2014 Pacific Biosciences. All Rights Reserved.