All Implemented Interfaces:
LogicalStatement

public class Nor extends AbstractOperator
An operator that implements NOR by negating an OR operation.
Author:
Kim Shepherd
  • Constructor Details

    • Nor

      public Nor()
      Default constructor
    • Nor

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