Uses of Class
org.eclipse.rdf4j.query.algebra.SameTerm
-
Packages that use SameTerm Package Description org.eclipse.rdf4j.query.algebra Abstract Query Algebra model.org.eclipse.rdf4j.query.algebra.evaluation.impl org.eclipse.rdf4j.query.algebra.helpers org.eclipse.rdf4j.query.parser.sparql The rdf4j SPARQL 1.1 parser.org.eclipse.rdf4j.queryrender.sparql org.eclipse.rdf4j.queryrender.sparql.experimental This package contains classes for rendering RDF4J query objects as SPARQL queries. -
-
Uses of SameTerm in org.eclipse.rdf4j.query.algebra
Methods in org.eclipse.rdf4j.query.algebra that return SameTerm Modifier and Type Method Description SameTerm
SameTerm. clone()
Methods in org.eclipse.rdf4j.query.algebra with parameters of type SameTerm Modifier and Type Method Description void
QueryModelVisitor. meet(SameTerm node)
-
Uses of SameTerm in org.eclipse.rdf4j.query.algebra.evaluation.impl
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type SameTerm Modifier and Type Method Description Value
DefaultEvaluationStrategy. evaluate(SameTerm node, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.protected QueryValueEvaluationStep
DefaultEvaluationStrategy. prepare(SameTerm node, QueryEvaluationContext context)
-
Uses of SameTerm in org.eclipse.rdf4j.query.algebra.helpers
Methods in org.eclipse.rdf4j.query.algebra.helpers with parameters of type SameTerm Modifier and Type Method Description void
AbstractQueryModelVisitor. meet(SameTerm node)
void
AbstractSimpleQueryModelVisitor. meet(SameTerm node)
void
StatementPatternVisitor. meet(SameTerm node)
-
Uses of SameTerm in org.eclipse.rdf4j.query.parser.sparql
Fields in org.eclipse.rdf4j.query.parser.sparql with type parameters of type SameTerm Modifier and Type Field Description private java.util.Set<SameTerm>
TupleExprBuilder.SameTermCollector. collectedSameTerms
Methods in org.eclipse.rdf4j.query.parser.sparql that return SameTerm Modifier and Type Method Description SameTerm
TupleExprBuilder. visit(ASTSameTerm node, java.lang.Object data)
Methods in org.eclipse.rdf4j.query.parser.sparql that return types with arguments of type SameTerm Modifier and Type Method Description java.util.Set<SameTerm>
TupleExprBuilder.SameTermCollector. getCollectedSameTerms()
Methods in org.eclipse.rdf4j.query.parser.sparql with parameters of type SameTerm Modifier and Type Method Description void
TupleExprBuilder.SameTermCollector. meet(SameTerm st)
Method parameters in org.eclipse.rdf4j.query.parser.sparql with type arguments of type SameTerm Modifier and Type Method Description private java.util.List<StatementPattern>
TupleExprBuilder. replaceSameTermVars(java.util.List<StatementPattern> statementPatterns, java.util.Set<SameTerm> sameTermConstraints)
-
Uses of SameTerm in org.eclipse.rdf4j.queryrender.sparql
Methods in org.eclipse.rdf4j.queryrender.sparql with parameters of type SameTerm Modifier and Type Method Description void
SparqlTupleExprRenderer. meet(SameTerm node)
void
SparqlValueExprRenderer. meet(SameTerm theOp)
-
Uses of SameTerm in org.eclipse.rdf4j.queryrender.sparql.experimental
Methods in org.eclipse.rdf4j.queryrender.sparql.experimental with parameters of type SameTerm Modifier and Type Method Description void
ParsedQueryPreprocessor. meet(SameTerm node)
void
PreprocessedQuerySerializer. meet(SameTerm node)
-