Interface ReadSelectionFilter

    • Method Detail

      • isOfInterest

        boolean isOfInterest​(MonitorValue monitorValue)
        decides if we will use the given monitor
        Parameters:
        monitorValue - the monitor-value to test
        Returns:
        true if the monitor shall be loaded, false otherwise
      • isOfInterest

        boolean isOfInterest​(CorrectorValue correctorValue)
        decides if we will use the given corrector
        Parameters:
        correctorValue - the value in question
        Returns:
        true if the the given value should be loaded, false otherwise