Uses of Class
de.fuberlin.wiwiss.d2rq.rdql.NodeConstraint

Packages that use NodeConstraint
de.fuberlin.wiwiss.d2rq.map   
de.fuberlin.wiwiss.d2rq.rdql   
 

Uses of NodeConstraint in de.fuberlin.wiwiss.d2rq.map
 

Methods in de.fuberlin.wiwiss.d2rq.map with parameters of type NodeConstraint
 void UriMaker.matchConstraint(NodeConstraint c)
           
 void Pattern.matchPatternIntoNodeConstraint(Pattern other, NodeConstraint c)
           
 void NodeMaker.matchConstraint(NodeConstraint c)
          Adds constraint information to a NodeConstraint.
 void LiteralMaker.matchConstraint(NodeConstraint c)
           
 void FixedNodeMaker.matchConstraint(NodeConstraint c)
           
 void BlankNodeMaker.matchConstraint(NodeConstraint c)
           
 

Uses of NodeConstraint in de.fuberlin.wiwiss.d2rq.rdql
 

Methods in de.fuberlin.wiwiss.d2rq.rdql with parameters of type NodeConstraint
 ExpressionTranslator.Result ExpressionTranslator.translateNodeConstraint(NodeConstraint c)