Class CompositeFilter

  • All Implemented Interfaces:
    Filter
    Direct Known Subclasses:
    AndFilter, OrFilter

    public abstract class CompositeFilter
    extends Object
    implements Filter
    Useful for the AND, OR, XOR, etc..
    • Method Detail

      • getLeft

        public Filter getLeft()
        Returns:
        the left side of the composite.
      • getRight

        public Filter getRight()
        Returns:
        the right side of the composite.