Nepomuk
comparisonterm.h
Go to the documentation of this file.
114 SmallerOrEqual
129 NoAggregateFunction = 0,
183 DistinctAverage
204 ComparisonTerm( const Types::Property& property, const Term& term, Comparator comparator = Contains );
@ Count
Count the number of matching results instead of returning the results themselves.
Definition: comparisonterm.h:137
@ Sum
Return the sum of all result values instead of the results themselves.
Definition: comparisonterm.h:164
Abstract base class for NegationTerm and ComparisonTerm which maintains one sub-term.
Definition: simpleterm.h:41
@ DistinctCount
The same as Count except that no two similar results are counted twice.
Definition: comparisonterm.h:143
@ Smaller
A LiteralTerm sub-term is matched to smaller literal values.
Definition: comparisonterm.h:104
@ DistinctSum
The same as Sum except that no two similar results are added twice.
Definition: comparisonterm.h:170
@ Average
Return the average value of all results instead of the results themselves.
Definition: comparisonterm.h:177
AggregateFunction
Aggregate functions which can be applied to a comparison term to influence the value they return.
Definition: comparisonterm.h:125
@ Max
Return the maximum value of all results instead of the results themselves.
Definition: comparisonterm.h:150
@ GreaterOrEqual
A LiteralTerm sub-term is matched to greater or equal literal values.
Definition: comparisonterm.h:109
@ Regexp
A LiteralTerm sub-term is matched against a string literal value using the literal term's value as a ...
Definition: comparisonterm.h:89
@ Contains
A LiteralTerm sub-term is matched against string literal values.
Definition: comparisonterm.h:81
@ Greater
A LiteralTerm sub-term is matched to greater literal values.
Definition: comparisonterm.h:99
A property is a resource of type rdf:Property which relates a domain with a range....
Definition: property.h:52
A term matching the value of a property.
Definition: comparisonterm.h:70
@ Min
Return the minimum value of all results instead of the results themselves.
Definition: comparisonterm.h:157
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Thu Jan 30 2020 00:00:00 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Thu Jan 30 2020 00:00:00 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.