org.d2rq.nodes
Class FixedNodeMaker
java.lang.Object
org.d2rq.nodes.FixedNodeMaker
- All Implemented Interfaces:
- NodeMaker
public class FixedNodeMaker
- extends Object
- implements NodeMaker
FixedNodeMaker
public FixedNodeMaker(Node node)
getFixedNode
public Node getFixedNode()
makeNode
public Node makeNode(ResultRow tuple)
- Specified by:
makeNode
in interface NodeMaker
describeSelf
public void describeSelf(NodeSetFilter c)
- Specified by:
describeSelf
in interface NodeMaker
projectionSpecs
public Set<ProjectionSpec> projectionSpecs()
- Specified by:
projectionSpecs
in interface NodeMaker
toString
public String toString()
- Overrides:
toString
in class Object
orderSpecs
public List<OrderOp.OrderSpec> orderSpecs(boolean ascending)
- Description copied from interface:
NodeMaker
- Returns expressions (with possible ASC/DESC marker) that re necessary
for ordering a relation by the nodes in this NodeMaker. Uses SPARQL
semantics for ordering.
- Specified by:
orderSpecs
in interface NodeMaker
accept
public void accept(NodeMakerVisitor visitor)
- Specified by:
accept
in interface NodeMaker