if (windowAnnotation != null && (annotationFS.getBegin() < windowAnnotation.getBegin()
|| annotationFS.getEnd() > windowAnnotation.getEnd())) {
return false;
}
FSMatchConstraint defaultConstraint = filter.getDefaultConstraint();
return defaultConstraint.match(annotationFS);
}
public RutaBasic getAnchor(boolean direction, int pointer) {
if(direction) {
return getBeginAnchor(pointer);