Uses of Class
org.eclipse.rdf4j.query.algebra.Regex
Package
Description
Abstract Query Algebra model.
-
Uses of Regex in org.eclipse.rdf4j.query.algebra
-
Uses of Regex in org.eclipse.rdf4j.query.algebra.evaluation.impl
Modifier and TypeMethodDescriptionDefaultEvaluationStrategy.evaluate
(Regex node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.Override meetBinaryValueOperatorvoid
Deprecated, for removal: This API element is subject to removal in a future version.protected QueryValueEvaluationStep
DefaultEvaluationStrategy.prepare
(Regex node, QueryEvaluationContext context) Determines whether the two operands match according to theregex
operator. -
Uses of Regex in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps
Modifier and TypeMethodDescriptionstatic QueryValueEvaluationStep
RegexValueEvaluationStepSupplier.make
(EvaluationStrategy strategy, Regex node, QueryEvaluationContext context) -
Uses of Regex in org.eclipse.rdf4j.query.algebra.helpers
-
Uses of Regex in org.eclipse.rdf4j.queryrender.sparql