Uses of Class
org.eclipse.rdf4j.query.algebra.Regex
-
Packages that use Regex Package Description org.eclipse.rdf4j.query.algebra Abstract Query Algebra model.org.eclipse.rdf4j.query.algebra.evaluation.impl org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps org.eclipse.rdf4j.query.algebra.helpers org.eclipse.rdf4j.queryrender.sparql -
-
Uses of Regex in org.eclipse.rdf4j.query.algebra
Methods in org.eclipse.rdf4j.query.algebra that return Regex Modifier and Type Method Description Regex
Regex. clone()
Methods in org.eclipse.rdf4j.query.algebra with parameters of type Regex Modifier and Type Method Description void
QueryModelVisitor. meet(Regex node)
-
Uses of Regex in org.eclipse.rdf4j.query.algebra.evaluation.impl
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type Regex Modifier and Type Method Description Value
StrictEvaluationStrategy. evaluate(Regex node, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.void
ConstantOptimizer.ConstantVisitor. meet(Regex node)
Override meetBinaryValueOperatorvoid
RegexAsStringFunctionOptimizer.RegexAsStringFunctionVisitor. meet(Regex node)
protected QueryValueEvaluationStep
StrictEvaluationStrategy. 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
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps with parameters of type Regex Modifier and Type Method Description static QueryValueEvaluationStep
RegexValueEvaluationStepSupplier. make(EvaluationStrategy strategy, Regex node, QueryEvaluationContext context)
-
Uses of Regex in org.eclipse.rdf4j.query.algebra.helpers
Methods in org.eclipse.rdf4j.query.algebra.helpers with parameters of type Regex Modifier and Type Method Description void
AbstractQueryModelVisitor. meet(Regex node)
void
AbstractSimpleQueryModelVisitor. meet(Regex node)
void
StatementPatternVisitor. meet(Regex node)
-
Uses of Regex in org.eclipse.rdf4j.queryrender.sparql
Methods in org.eclipse.rdf4j.queryrender.sparql with parameters of type Regex Modifier and Type Method Description void
SparqlTupleExprRenderer. meet(Regex node)
-