Uses of Interface
de.fuberlin.wiwiss.d2rq.nodes.NodeSetFilter

Packages that use NodeSetFilter
de.fuberlin.wiwiss.d2rq.fastpath D2RQ's Fastpath query implementation is able to translate a basic graph pattern (a set of triples that may contain variables) into a single SQL expression. 
de.fuberlin.wiwiss.d2rq.nodes Code that maps a set of database values into a set of RDF nodes. 
de.fuberlin.wiwiss.d2rq.values Code for expressing a rule that generates a set of values from some data in the database. 
 

Uses of NodeSetFilter in de.fuberlin.wiwiss.d2rq.fastpath
 

Classes in de.fuberlin.wiwiss.d2rq.fastpath that implement NodeSetFilter
 class NodeConstraintImpl
          Holds constraint information for a variable node.
 

Uses of NodeSetFilter in de.fuberlin.wiwiss.d2rq.nodes
 

Methods in de.fuberlin.wiwiss.d2rq.nodes with parameters of type NodeSetFilter
 void FixedNodeMaker.describeSelf(NodeSetFilter c)
           
 void NodeMaker.describeSelf(NodeSetFilter c)
           
 void TypedNodeMaker.describeSelf(NodeSetFilter c)
           
 void TypedNodeMaker.NodeType.matchConstraint(NodeSetFilter c)
           
 

Uses of NodeSetFilter in de.fuberlin.wiwiss.d2rq.values
 

Methods in de.fuberlin.wiwiss.d2rq.values with parameters of type NodeSetFilter
 void BlankNodeID.describeSelf(NodeSetFilter c)
           
 void Column.describeSelf(NodeSetFilter c)
           
 void Pattern.describeSelf(NodeSetFilter c)
           
 void ValueDecorator.describeSelf(NodeSetFilter c)
           
 void ValueMaker.describeSelf(NodeSetFilter c)