Interface CorrelationFilter<T>


public interface CorrelationFilter<T>
Interface for a filter which can accept or reject a correlation based on some criteria determined by the implementation of the filter.
Author:
tap
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(Correlation<T> correlation, int fullCount)
     
  • Method Details

    • accept

      boolean accept(Correlation<T> correlation, int fullCount)