org.gcube.dataaccess.spd.havingengine
Interface HavingStatement<T>

Type Parameters:
T - the type of the element checked.
All Known Implementing Classes:
HavingStatementFactoryEXL.HavingStatementJEXL

public interface HavingStatement<T>

Author:
"Federico De Faveri defaveri@isti.cnr.it"

Method Summary
 boolean accept(T element)
          Checks if the passed element can be accepted.
 

Method Detail

accept

boolean accept(T element)
Checks if the passed element can be accepted.

Parameters:
element - the element to check.
Returns:
true if it is accepted, false otherwise.


Copyright © 2013. All Rights Reserved.