|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcolibri.method.retrieve.FilterBasedRetrieval.predicates.QueryLess
public class QueryLess
Predicate that compares if the query object is less than the case object. Only applicable to enums and numbers.
FilterBasedRetrievalMethod
,
FilterConfig
Constructor Summary | |
---|---|
QueryLess()
|
Method Summary | |
---|---|
boolean |
compute(java.lang.Object caseObject,
java.lang.Object queryObject)
Computes the predicate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QueryLess()
Method Detail |
---|
public boolean compute(java.lang.Object caseObject, java.lang.Object queryObject) throws NoApplicableFilterPredicateException
FilterPredicate
compute
in interface FilterPredicate
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 |