Class Nand

  • All Implemented Interfaces:
    LogicalStatement

    public class Nand
    extends AbstractOperator
    An operator that implements NAND by negating an AND operation
    Version:
    $Revision$
    Author:
    Kim Shepherd
    • Constructor Detail

      • Nand

        public Nand()
        Default constructor
      • Nand

        public Nand​(List<LogicalStatement> statements)
        Constructor that accepts predefined list of statements as defined in item-filters.xml
        Parameters:
        statements - List of logical statements