org.pfsw.odem
Interface IExplorableElementFilter<E extends IExplorableElement>


public interface IExplorableElementFilter<E extends IExplorableElement>

Simple filter for IExplorableElement objects


Method Summary
 boolean matches(E element)
          Returns true if the given element matches the filter, otherwise false.
 

Method Detail

matches

boolean matches(E element)
Returns true if the given element matches the filter, otherwise false.