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 voidRegexAsStringFunctionOptimizer.RegexAsStringFunctionVisitor.containsCandidate(Regex node, String potential) Deprecated, for removal: This API element is subject to removal in a future version.private voidRegexAsStringFunctionOptimizer.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.voidDeprecated, for removal: This API element is subject to removal in a future version.Override meetBinaryValueOperatorvoidDeprecated, for removal: This API element is subject to removal in a future version.protected QueryValueEvaluationStepDefaultEvaluationStrategy.prepare(Regex node, QueryEvaluationContext context) Determines whether the two operands match according to theregexoperator.private voidRegexAsStringFunctionOptimizer.RegexAsStringFunctionVisitor.strendsCandidate(Regex node, String regex) Deprecated, for removal: This API element is subject to removal in a future version.private voidRegexAsStringFunctionOptimizer.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 RegexRegexValueEvaluationStepSupplier.ChangingRegexQueryValueEvaluationStep.nodeMethods in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps with parameters of type RegexModifier and TypeMethodDescriptionstatic QueryValueEvaluationStepRegexValueEvaluationStepSupplier.make(EvaluationStrategy strategy, Regex node, QueryEvaluationContext context) Constructors in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps with parameters of type RegexModifierConstructorDescriptionprivateChangingRegexQueryValueEvaluationStep(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 voidRegexAsStringFunctionOptimizer.RegexAsStringFunctionVisitor.containsCandidate(Regex node, String potential) private voidRegexAsStringFunctionOptimizer.RegexAsStringFunctionVisitor.equalsCandidate(Regex node, String regex) voidOverride meetBinaryValueOperatorvoidprivate voidRegexAsStringFunctionOptimizer.RegexAsStringFunctionVisitor.strendsCandidate(Regex node, String regex) private voidRegexAsStringFunctionOptimizer.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