Uses of Interface
jcolibri.method.retrieve.FilterBasedRetrieval.predicates.FilterPredicate

Packages that use FilterPredicate
jcolibri.extensions.recommendation.navigationByProposing Methods to implement Navigation by Proposing recommenders. 
jcolibri.method.retrieve.FilterBasedRetrieval Filter-based retrieval method. 
jcolibri.method.retrieve.FilterBasedRetrieval.predicates Predicates for the filter-based retrieval. 
 

Uses of FilterPredicate in jcolibri.extensions.recommendation.navigationByProposing
 

Methods in jcolibri.extensions.recommendation.navigationByProposing that return FilterPredicate
 FilterPredicate CritiqueOption.getPredicate()
           
 

Methods in jcolibri.extensions.recommendation.navigationByProposing with parameters of type FilterPredicate
 void CritiqueOption.setPredicate(FilterPredicate predicate)
           
 

Constructors in jcolibri.extensions.recommendation.navigationByProposing with parameters of type FilterPredicate
CritiqueOption(java.lang.String label, Attribute attribute, FilterPredicate predicate)
          Creates a new critiqueOption
 

Uses of FilterPredicate in jcolibri.method.retrieve.FilterBasedRetrieval
 

Methods in jcolibri.method.retrieve.FilterBasedRetrieval that return FilterPredicate
 FilterPredicate FilterConfig.getPredicate(Attribute attribute)
          Gets the predicate for a given attribute
 

Methods in jcolibri.method.retrieve.FilterBasedRetrieval with parameters of type FilterPredicate
 void FilterConfig.addPredicate(Attribute attribute, FilterPredicate predicate)
          Adds a new predicate
 

Uses of FilterPredicate in jcolibri.method.retrieve.FilterBasedRetrieval.predicates
 

Classes in jcolibri.method.retrieve.FilterBasedRetrieval.predicates that implement FilterPredicate
 class Equal
          Predicate that compares if two objects are equal.
 class EqualTo
          Predicate that compares if the case object is equal to a fixed value.
 class NotEqual
          Predicate that compares if two objects are different.
 class NotEqualTo
          Predicate that compares if the case object is different to a fixed value.
 class OntologyCompatible
          Predicate that compares if two objects (that must be Instance typed) are compatible.
 class QueryLess
          Predicate that compares if the query object is less than the case object.
 class QueryLessOrEqual
          Predicate that compares if the query object is less or equal than the case object.
 class QueryMore
          Predicate that compares if the query object is more than the case object.
 class QueryMoreOrEqual
          Predicate that compares if the query object is more or equal than the case object.
 class Threshold
          Predicate that compares if the query object is less than the case object.
 


GAIA - Group for Artificial Intelligence Applications
http://gaia.fdi.ucm.es