Class BeforeFunction

  • All Implemented Interfaces:
    org.eclipse.rdf4j.query.algebra.evaluation.function.Function

    public class BeforeFunction
    extends RectComparisonFunction
    This function decides whether a rectangle rect1 is before another rectangle rect2 roughly at the same line. Both rectangles must have either the b:bounds property set to a b:Bounds object or they must be the b:Bounds object directly. Returns a boolean literal.
    Author:
    burgetr