twaver.filter
Interface IFilter<T>

Type Parameters:
T - 数据类型
All Known Subinterfaces:
IDataBox<T>, IElementBox, IHashCollection<T>, ILayerBox, ISelectionModel<T>
All Known Implementing Classes:
AlarmBox, DataBox, ElementBox, FilterDispatcher, HashCollection, LayerBox, SelectionModel

public interface IFilter<T>

过滤器接口


Method Summary
 boolean accept(T target)
          是否接受
 

Method Detail

accept

boolean accept(T target)
是否接受

Parameters:
target - 数据元素
Returns:
是否接受