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


public interface IExplorableElementFilter<E extends IExplorableElement>

Simple filter for IExplorableElement objects

Version:
1.0
Author:
M.Duchrow

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.