Uses of Interface
org.d2rq.nodes.NodeMaker

Packages that use NodeMaker
org.d2rq   
org.d2rq.algebra   
org.d2rq.db.renamer   
org.d2rq.find   
org.d2rq.lang   
org.d2rq.nodes   
 

Uses of NodeMaker in org.d2rq
 

Constructors in org.d2rq with parameters of type NodeMaker
ResourceCollection(CompiledMapping mapping, SQLConnection connection, NodeMaker entityMaker, DatabaseOp entityTable, Collection<TripleRelation> entityDescription)
           
 

Uses of NodeMaker in org.d2rq.algebra
 

Methods in org.d2rq.algebra that return NodeMaker
 NodeMaker NodeRelation.nodeMaker(Var variable)
           
 

Constructors in org.d2rq.algebra with parameters of type NodeMaker
DownloadRelation(SQLConnection sqlConnection, DatabaseOp tabular, NodeMaker nodeMaker, ValueMaker mediaTypeMaker, ColumnName contentDownloadColumn)
           
TripleRelation(SQLConnection connection, DatabaseOp baseRelation, NodeMaker subjectMaker, NodeMaker predicateMaker, NodeMaker objectMaker)
           
 

Constructor parameters in org.d2rq.algebra with type arguments of type NodeMaker
NodeRelation(SQLConnection connection, DatabaseOp base, Map<Var,NodeMaker> nodeMakers)
           
 

Uses of NodeMaker in org.d2rq.db.renamer
 

Methods in org.d2rq.db.renamer that return NodeMaker
 NodeMaker Renamer.applyTo(NodeMaker nodeMaker)
           
 

Methods in org.d2rq.db.renamer with parameters of type NodeMaker
 NodeMaker Renamer.applyTo(NodeMaker nodeMaker)
           
 

Method parameters in org.d2rq.db.renamer with type arguments of type NodeMaker
 void Renamer.applyToNodeMakers(Map<Var,NodeMaker> nodeMakers)
          Replaces the node makers in the map with renamed versions.
 

Uses of NodeMaker in org.d2rq.find
 

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

Uses of NodeMaker in org.d2rq.lang
 

Methods in org.d2rq.lang that return NodeMaker
 NodeMaker NodeMakerFactory.createFrom(ResourceMap map)
           
 

Uses of NodeMaker in org.d2rq.nodes
 

Classes in org.d2rq.nodes that implement NodeMaker
 class FixedNodeMaker
           
static class NodeMaker.EmptyNodeMaker
           
 class TypedNodeMaker
          A NodeMaker that produces nodes from an underlying ValueMaker according to a TypedNodeMaker.NodeType.
 

Fields in org.d2rq.nodes declared as NodeMaker
static NodeMaker NodeMaker.EMPTY
           
 

Methods in org.d2rq.nodes that return NodeMaker
 NodeMaker BindingMaker.get(Var variable)
           
 

Methods in org.d2rq.nodes that return types with arguments of type NodeMaker
 Map<Var,NodeMaker> BindingMaker.getNodeMakers()
           
 

Constructor parameters in org.d2rq.nodes with type arguments of type NodeMaker
BindingMaker(Map<Var,NodeMaker> nodeMakers)
           
BindingMaker(Map<Var,NodeMaker> nodeMakers, ProjectionSpec condition)