gov.sns.tools.correlator
Interface RecordFilter

All Known Subinterfaces:
BpmFilter

public interface RecordFilter

RecordFilter is used in the correlator to accept or reject a record read for a particular channel. For example, the filter could be used to throw away a BPM reading where the signal is below some threshold.


Method Summary
 boolean accept(java.lang.Object record)
           
 

Method Detail

accept

public boolean accept(java.lang.Object record)