Uses of Class
org.eclipse.rdf4j.query.algebra.Regex
Packages that use Regex
Package
Description
Abstract Query Algebra model.
This package contains classes for rendering RDF4J query objects as SPARQL queries.
See discussion at https://github.com/eclipse/rdf4j/issues/1262
-
Uses of Regex in org.eclipse.rdf4j.query.algebra
Methods in org.eclipse.rdf4j.query.algebra that return RegexMethods in org.eclipse.rdf4j.query.algebra with parameters of type Regex -
Uses of Regex in org.eclipse.rdf4j.query.algebra.evaluation.impl
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type RegexModifier and TypeMethodDescriptionprivate void
RegexAsStringFunctionOptimizer.RegexAsStringFunctionVisitor.containsCandidate
(Regex node, String potential) Deprecated, for removal: This API element is subject to removal in a future version.private void
RegexAsStringFunctionOptimizer.RegexAsStringFunctionVisitor.equalsCandidate
(Regex node, String regex) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.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.private void
RegexAsStringFunctionOptimizer.RegexAsStringFunctionVisitor.strendsCandidate
(Regex node, String regex) Deprecated, for removal: This API element is subject to removal in a future version.private void
RegexAsStringFunctionOptimizer.RegexAsStringFunctionVisitor.strstartsCandidate
(Regex node, String regex) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Regex in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps
Fields in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps declared as RegexModifier and TypeFieldDescriptionprivate final Regex
RegexValueEvaluationStepSupplier.ChangingRegexQueryValueEvaluationStep.node
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps with parameters of type RegexModifier and TypeMethodDescriptionstatic QueryValueEvaluationStep
RegexValueEvaluationStepSupplier.make
(EvaluationStrategy strategy, Regex node, QueryEvaluationContext context) Constructors in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps with parameters of type RegexModifierConstructorDescriptionprivate
ChangingRegexQueryValueEvaluationStep
(Regex node, EvaluationStrategy strategy) -
Uses of Regex in org.eclipse.rdf4j.query.algebra.evaluation.optimizer
Methods in org.eclipse.rdf4j.query.algebra.evaluation.optimizer with parameters of type RegexModifier and TypeMethodDescriptionprivate void
RegexAsStringFunctionOptimizer.RegexAsStringFunctionVisitor.containsCandidate
(Regex node, String potential) private void
RegexAsStringFunctionOptimizer.RegexAsStringFunctionVisitor.equalsCandidate
(Regex node, String regex) void
Override meetBinaryValueOperatorvoid
private void
RegexAsStringFunctionOptimizer.RegexAsStringFunctionVisitor.strendsCandidate
(Regex node, String regex) private void
RegexAsStringFunctionOptimizer.RegexAsStringFunctionVisitor.strstartsCandidate
(Regex node, String regex) -
Uses of Regex in org.eclipse.rdf4j.query.algebra.helpers
Methods in org.eclipse.rdf4j.query.algebra.helpers with parameters of type Regex -
Uses of Regex in org.eclipse.rdf4j.queryrender.sparql
Methods in org.eclipse.rdf4j.queryrender.sparql with parameters of type Regex -
Uses of Regex in org.eclipse.rdf4j.queryrender.sparql.experimental
Methods in org.eclipse.rdf4j.queryrender.sparql.experimental with parameters of type Regex -
Uses of Regex in org.eclipse.rdf4j.spin
Methods in org.eclipse.rdf4j.spin with parameters of type Regex