Interface CatalogFilter


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

      • 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