static QueryEvaluationUtility.Result |
QueryEvaluationUtility.compare(org.eclipse.rdf4j.model.Value leftVal,
org.eclipse.rdf4j.model.Value rightVal,
Compare.CompareOp operator) |
|
static QueryEvaluationUtility.Result |
QueryEvaluationUtility.compare(org.eclipse.rdf4j.model.Value leftVal,
org.eclipse.rdf4j.model.Value rightVal,
Compare.CompareOp operator,
boolean strict) |
|
static QueryEvaluationUtility.Result |
QueryEvaluationUtility.compareLiterals(org.eclipse.rdf4j.model.Literal leftLit,
org.eclipse.rdf4j.model.Literal rightLit,
Compare.CompareOp operator) |
Compares the supplied Literal arguments using the supplied operator, using strict (minimally-conforming)
SPARQL 1.1 operator behavior.
|
static QueryEvaluationUtility.Result |
QueryEvaluationUtility.compareLiterals(org.eclipse.rdf4j.model.Literal leftLit,
org.eclipse.rdf4j.model.Literal rightLit,
Compare.CompareOp operator,
boolean strict) |
Compares the supplied Literal arguments using the supplied operator.
|
static QueryEvaluationUtility.Result |
QueryEvaluationUtility.getEffectiveBooleanValue(org.eclipse.rdf4j.model.Value value) |
Determines the effective boolean value (EBV) of the supplied value as defined in the
SPARQL specification:
The EBV of any literal whose type is CoreDatatype.XSD:boolean or numeric is false if the lexical form is not
valid for that datatype (e.g.
|
static QueryEvaluationUtility.Result |
QueryEvaluationUtility.Result.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static QueryEvaluationUtility.Result[] |
QueryEvaluationUtility.Result.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|