public void addEventMatcher(EventMatcher eventMatcher) {
matchers.add(eventMatcher);
}
protected void processLines(IntRange range, List<Line> regionLines) {
indexed.add(new MemoryIntField(range, new ArrayIntList(0)));
for (Line l: regionLines) {
processLine(l);
}
}