Class BlastLikeSearchFilter.AbstractBlastLikeSearchFilter

    • Field Detail

      • cachedOutcome

        protected TriState cachedOutcome
    • Method Detail

      • accept

        public TriState accept()
        Description copied from interface: BlastLikeSearchFilter
        returns a TriState indicating the current outcome of evaluating this filter. This is usually the outcome saved when evaluate(FilteringContentHandler fch) was called.
        Specified by:
        accept in interface BlastLikeSearchFilter
      • reset

        public void reset()
        Description copied from interface: BlastLikeSearchFilter
        resets the internal state of this filter including any cached evaluations. This method is only exposed to permit it to be included in an interface. Users should not use it.
        Specified by:
        reset in interface BlastLikeSearchFilter