|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FilterPredicate
Interface for Predicates
Method Summary | |
---|---|
boolean |
compute(java.lang.Object caseObject,
java.lang.Object queryObject)
Computes the predicate |
Method Detail |
---|
boolean compute(java.lang.Object caseObject, java.lang.Object queryObject) throws NoApplicableFilterPredicateException
caseObject
- is the object of the case being comparedqueryObject
- is the object of the query being compared
NoApplicableFilterPredicateException
- if the predicate cannot be applied to those objects.
|
GAIA - Group for Artificial Intelligence Applications http://gaia.fdi.ucm.es |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |