Class Containment

    • Field Detail

      • first

        public final Query first
        The first query.
      • second

        public final Query second
        The second query.
      • leftMargin

        public final int leftMargin
        A margin that will be added to the left of each interval of the first query.
      • rightMargin

        public final int rightMargin
        A margin that will be added to the right of each interval of first query.
    • Constructor Detail

      • Containment

        public Containment​(Query first,
                           Query second)
      • Containment

        public Containment​(Query first,
                           Query second,
                           int leftMargin,
                           int rightMargin)