public class ContextsCollector
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<SimpleInterval> |
backupList |
java.util.List<SimpleInterval> |
bars |
protected int |
nBudget |
protected SimpleInterval |
tmp_si |
| Constructor and Description |
|---|
ContextsCollector() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
getBudget() |
boolean |
insert(long L,
long R) |
int |
setBudget(int n) |
public java.util.List<SimpleInterval> bars
protected java.util.List<SimpleInterval> backupList
protected SimpleInterval tmp_si
protected int nBudget