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

Packages that use NodeMaker
de.fuberlin.wiwiss.d2rq.algebra Implementation of an RDF-based relational algebra. 
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.find The find query implementation can answer simple queries for triple patterns (RDF triples that may contain wildcards in the subject, predicate, and/or object positions). 
de.fuberlin.wiwiss.d2rq.map Classes that represent the components of a mapping file. 
de.fuberlin.wiwiss.d2rq.nodes Code that maps a set of database values into a set of RDF nodes. 
 

Uses of NodeMaker in de.fuberlin.wiwiss.d2rq.algebra
 

Methods in de.fuberlin.wiwiss.d2rq.algebra that return NodeMaker
 NodeMaker RDFRelation.namedNodeMaker(String name)
           
 NodeMaker TripleRelation.namedNodeMaker(String name)
           
 NodeMaker UnionOverSameBase.namedNodeMaker(String name)
           
 NodeMaker RDFRelation.nodeMaker(int index)
          TODO Get rid of RDFRelation.nodeMaker(index)
 NodeMaker TripleRelation.nodeMaker(int index)
           
 NodeMaker UnionOverSameBase.nodeMaker(int index)
           
 

Constructors in de.fuberlin.wiwiss.d2rq.algebra with parameters of type NodeMaker
TripleRelation(Relation baseRelation, NodeMaker subjectMaker, NodeMaker predicateMaker, NodeMaker objectMaker)
           
 

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

Methods in de.fuberlin.wiwiss.d2rq.fastpath that return NodeMaker
 NodeMaker ConstraintHandler.NodeMakerIterator.nextNodeMaker()
           
 

Uses of NodeMaker in de.fuberlin.wiwiss.d2rq.find
 

Methods in de.fuberlin.wiwiss.d2rq.find with parameters of type NodeMaker
 void URIMakerRule.URIMakerRuleChecker.addPotentialMatch(NodeMaker nodeMaker)
           
 boolean URIMakerRule.URIMakerRuleChecker.canMatch(NodeMaker nodeMaker)
           
 

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

Methods in de.fuberlin.wiwiss.d2rq.map that return NodeMaker
 NodeMaker ResourceMap.buildNodeMakerForReferringPropertyBridge(ResourceMap other, boolean unique)
           
 NodeMaker PropertyBridge.nodeMaker()
           
 NodeMaker ResourceMap.nodeMaker()
           
 

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

Classes in de.fuberlin.wiwiss.d2rq.nodes that implement NodeMaker
 class FixedNodeMaker
           
 class TypedNodeMaker
           
 

Fields in de.fuberlin.wiwiss.d2rq.nodes declared as NodeMaker
static NodeMaker NodeMaker.EMPTY
           
 

Methods in de.fuberlin.wiwiss.d2rq.nodes that return NodeMaker
 NodeMaker FixedNodeMaker.renameColumns(ColumnRenamer renamer, MutableRelation relation)
           
 NodeMaker NodeMaker.renameColumns(ColumnRenamer renamer, MutableRelation relation)
           
 NodeMaker TypedNodeMaker.renameColumns(ColumnRenamer renamer, MutableRelation relation)
           
 NodeMaker FixedNodeMaker.selectNode(com.hp.hpl.jena.graph.Node n, MutableRelation relation)
           
 NodeMaker NodeMaker.selectNode(com.hp.hpl.jena.graph.Node node, MutableRelation relation)
           
 NodeMaker TypedNodeMaker.selectNode(com.hp.hpl.jena.graph.Node node, MutableRelation relation)