public static interface Search.Listener
Modifier and Type | Method and Description |
---|---|
boolean |
reportMatch(SymbolList seq,
Pattern pattern,
int start,
int end) |
boolean reportMatch(SymbolList seq, Pattern pattern, int start, int end)
seq
- Sequence on which the search was conducted.pattern
- Pattern object used to conduct search.start
- start coordinate of match.end
- end of match plus one.Copyright © 2014 BioJava. All rights reserved.