You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by Richard Eckart de Castilho <re...@apache.org> on 2016/10/17 19:58:49 UTC

Select method naming

On 17.10.2016, at 21:49, schor@apache.org wrote:
> 
> +  SelectFSs<T> includeAnnotationsWithEndBeyondBounds();  // AI known as "strict"
> +  SelectFSs<T> includeAnnotationsWithEndBeyondBounds(boolean endWithinBounds); // AI

This is a quite humongous for a method, isn't it ;) 

We could just use the name "strict()", but based on the conventions, that would imply
that "strict(false)" is the default. Maybe "lax()"?

Best,

-- Richard