Interface CatalogFilter


public interface CatalogFilter
Interface for catalog filters for celestial bodies
  • Method Summary

    Modifier and Type Method Description
    boolean filter​(CelestialBody s)
    Implements the filtering
  • Method Details

    • filter

      boolean filter​(CelestialBody s)
      Implements the filtering
      Parameters:
      s - The celestial body
      Returns:
      True if the celestial body passes the filter and should be added to the final catalog, false otherwise