Class CompareOptimizer.CompareVisitor

java.lang.Object
org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor<RuntimeException>
org.eclipse.rdf4j.query.algebra.evaluation.impl.CompareOptimizer.CompareVisitor
All Implemented Interfaces:
QueryModelVisitor<RuntimeException>
Enclosing class:
CompareOptimizer

@Deprecated(forRemoval=true, since="4.1.0") protected static class CompareOptimizer.CompareVisitor extends AbstractQueryModelVisitor<RuntimeException>
Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • CompareVisitor

      protected CompareVisitor()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • meet

      public void meet(Compare compare)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      meet in interface QueryModelVisitor<RuntimeException>
      Overrides:
      meet in class AbstractQueryModelVisitor<RuntimeException>
    • isVar

      protected boolean isVar(ValueExpr valueExpr)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • isResource

      protected boolean isResource(ValueExpr valueExpr)
      Deprecated, for removal: This API element is subject to removal in a future version.