|
Class Summary |
| BooleanEq |
Implements = on boolean arguments. |
| BooleanGe |
Implements >= on boolean values. |
| BooleanGt |
Implements > on boolean values. |
| BooleanLe |
Implements <= on boolean values. |
| BooleanLt |
Implements < on boolean values. |
| BooleanNe |
Implements != on boolean values. |
| Bound |
Implements the SPARQL bound function. |
| Datatype |
Implements the SPARQL datatype function. |
| DateTimeEq |
Equality test for two xsd:datetime values. |
| DateTimeGe |
>= test for two xsd:datetime values. |
| DateTimeGt |
> test for two xsd:datetime values. |
| DateTimeLe |
<= test for two xsd:datetime values. |
| DateTimeLt |
< test for two xsd:datetime values. |
| DateTimeNe |
Inequality test for two xsd:datetime values. |
| IsBlank |
Implements the SPARQL isBlank function. |
| IsIRI |
Implements the SPARQL isIri function. |
| IsLiteral |
Implements the SPARQL isLiteral function. |
| Lang |
Implements the SPARQL lang function. |
| LangMatches |
Implements the SPARQL langMatches function. |
| LogicalAnd |
Tri-state (including errors) logical-and operator (&&). |
| LogicalOr |
Tri-state (including errors) logical-or operator (||). |
| Not |
Tri-state (including errors) logical-not operator (!). |
| NumericAdd |
Numeric addition. |
| NumericDivide |
Numeric division. |
| NumericEq |
Numeric equality. |
| NumericGe |
Numeric >=. |
| NumericGt |
Numeric >. |
| NumericLe |
Numeric <=. |
| NumericLt |
Numeric <. |
| NumericMultiply |
Numeric multiplication. |
| NumericNe |
Numeric inequality. |
| NumericSubtract |
Numeric subtraction. |
| PolymorphicEq |
The = operator functions on numerics, booleans, datetimes, and RDF terms, in that priority order. |
| PolymorphicGe |
The >= operator functions on numerics, booleans, datetimes, and RDF terms, in that priority order. |
| PolymorphicGt |
The > operator functions on numerics, booleans, datetimes, and RDF terms, in that priority order. |
| PolymorphicLe |
The <= operator functions on numerics, booleans, datetimes, and RDF terms, in that priority order. |
| PolymorphicLt |
The < operator functions on numerics, booleans, datetimes, and RDF terms, in that priority order. |
| PolymorphicNe |
The != operator functions on numerics, booleans, datetimes, and RDF terms, in that priority order. |
| RDFTermEq |
Implements the SPARQL RDFterm-equal function. |
| RDFTermNe |
Implements negation of the SPARQL RDFterm-equal function. |
| RegEx |
Implements the SPARQL regex function. |
| SameTerm |
Implements the SPARQL sameTerm function. |
| Str |
Implements the SPARQL str function. |
| StringLiteralGe |
String >=. |
| StringLiteralGt |
String >. |
| StringLiteralLe |
String <=. |
| StringLiteralLt |
String <. |
| UnaryMinus |
Implements the unary numeric negation (minus) operator. |
| UnaryPlus |
Implements the unary numeric identity (plus) operator. |