gov.sns.xal.tools.orbit
Interface BpmFilter

All Superinterfaces:
RecordFilter

public interface BpmFilter
extends RecordFilter

Interface that provides a mechanism for specifying record filters for each handle of a bpm. This record filter is used to filter bpm correlations which are records to an orbit correlation. This filter allows the maximum flexibility in filtering bpm correlations along with the individual bpm signals.


Method Summary
 RecordFilter filterForHandle(java.lang.String handle)
           
 
Methods inherited from interface gov.sns.tools.correlator.RecordFilter
accept
 

Method Detail

filterForHandle

public RecordFilter filterForHandle(java.lang.String handle)