Interface BetweenComparisonOperator<R>

Type Parameters:
R - the type of resources (e.g. Feature) to filter.
All Superinterfaces:
ComparisonOperator<R>, Filter<R>, Predicate<R>

@UML(identifier="BetweenComparisonOperator", specification=ISO_19143) public interface BetweenComparisonOperator<R> extends ComparisonOperator<R>
A compact way of encoding a range check. The lower and upper boundary values are inclusive.
Since:
3.1