org.openrdf.query.algebra.evaluation.impl
Class ConjunctiveConstraintSplitter.ConstraintVisitor

java.lang.Object
  extended by org.openrdf.query.algebra.helpers.QueryModelVisitorBase<RuntimeException>
      extended by org.openrdf.query.algebra.evaluation.impl.ConjunctiveConstraintSplitter.ConstraintVisitor
All Implemented Interfaces:
QueryModelVisitor<RuntimeException>
Enclosing class:
ConjunctiveConstraintSplitter

protected class ConjunctiveConstraintSplitter.ConstraintVisitor
extends QueryModelVisitorBase<RuntimeException>


Field Summary
protected  TupleExpr tupleExpr
           
 
Constructor Summary
ConjunctiveConstraintSplitter.ConstraintVisitor(TupleExpr tupleExpr)
           
 
Method Summary
protected  void getConjunctiveConstraints(ValueExpr valueExpr, List<ValueExpr> conjunctiveConstraints)
           
 void meet(Filter filter)
           
 
Methods inherited from class org.openrdf.query.algebra.helpers.QueryModelVisitorBase
meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meet, meetBinaryTupleOperator, meetBinaryValueOperator, meetCompareSubQueryValueOperator, meetNode, meetOther, meetSubQueryValueOperator, meetUnaryTupleOperator, meetUnaryValueOperator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tupleExpr

protected final TupleExpr tupleExpr
Constructor Detail

ConjunctiveConstraintSplitter.ConstraintVisitor

public ConjunctiveConstraintSplitter.ConstraintVisitor(TupleExpr tupleExpr)
Method Detail

meet

public void meet(Filter filter)
Specified by:
meet in interface QueryModelVisitor<RuntimeException>
Overrides:
meet in class QueryModelVisitorBase<RuntimeException>

getConjunctiveConstraints

protected void getConjunctiveConstraints(ValueExpr valueExpr,
                                         List<ValueExpr> conjunctiveConstraints)


Copyright © 2001-2009 Aduna. All Rights Reserved.