Class NOTFilter

java.lang.Object
org.deltava.filter.NOTFilter
All Implemented Interfaces:
AirportFilter

public class NOTFilter extends Object implements AirportFilter
An AirportFilter to reverse another AirportFilter.
Since:
5.1
Version:
9.1
Author:
Luke
  • Constructor Details

    • NOTFilter

      public NOTFilter(AirportFilter f)
      Initializes the filter.
      Parameters:
      f - the AirportFilter to reverse
  • Method Details

    • accept

      public boolean accept(Airport a)
      Description copied from interface: AirportFilter
      Determines whether the Airport matches the criteria set by this Filter.
      Specified by:
      accept in interface AirportFilter
      Parameters:
      a - the Airport bean to examine
      Returns:
      TRUE if the airport matches the criteria, otherwise FALSE