Class ORFilter

All Implemented Interfaces:
AirportFilter

public class ORFilter extends MultiFilter
An Airport filter to support multiple chained filters.
Since:
5.0
Version:
5.0
Author:
Luke
  • Constructor Details

    • ORFilter

      public ORFilter()
  • Method Details

    • accept

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