Class Nand

All Implemented Interfaces:
LogicalStatement

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

    • 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
  • Method Details