Class IntervalsFilter

    • Method Detail

      • isAfter

        public boolean isAfter()
        Is this variant instance of kind after?
      • after

        public Intervals after()
        Get the after variant value.
        Throws:
        java.lang.IllegalStateException - if the current variant is not of the after kind.
      • isBefore

        public boolean isBefore()
        Is this variant instance of kind before?
      • before

        public Intervals before()
        Get the before variant value.
        Throws:
        java.lang.IllegalStateException - if the current variant is not of the before kind.
      • isContainedBy

        public boolean isContainedBy()
        Is this variant instance of kind contained_by?
      • containedBy

        public Intervals containedBy()
        Get the contained_by variant value.
        Throws:
        java.lang.IllegalStateException - if the current variant is not of the contained_by kind.
      • isContaining

        public boolean isContaining()
        Is this variant instance of kind containing?
      • containing

        public Intervals containing()
        Get the containing variant value.
        Throws:
        java.lang.IllegalStateException - if the current variant is not of the containing kind.
      • isNotContainedBy

        public boolean isNotContainedBy()
        Is this variant instance of kind not_contained_by?
      • notContainedBy

        public Intervals notContainedBy()
        Get the not_contained_by variant value.
        Throws:
        java.lang.IllegalStateException - if the current variant is not of the not_contained_by kind.
      • isNotContaining

        public boolean isNotContaining()
        Is this variant instance of kind not_containing?
      • notContaining

        public Intervals notContaining()
        Get the not_containing variant value.
        Throws:
        java.lang.IllegalStateException - if the current variant is not of the not_containing kind.
      • isNotOverlapping

        public boolean isNotOverlapping()
        Is this variant instance of kind not_overlapping?
      • notOverlapping

        public Intervals notOverlapping()
        Get the not_overlapping variant value.
        Throws:
        java.lang.IllegalStateException - if the current variant is not of the not_overlapping kind.
      • isOverlapping

        public boolean isOverlapping()
        Is this variant instance of kind overlapping?
      • overlapping

        public Intervals overlapping()
        Get the overlapping variant value.
        Throws:
        java.lang.IllegalStateException - if the current variant is not of the overlapping kind.
      • isScript

        public boolean isScript()
        Is this variant instance of kind script?
      • script

        public Script script()
        Get the script variant value.
        Throws:
        java.lang.IllegalStateException - if the current variant is not of the script kind.