|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.glitter.query.rewriter.VariableRewriter
public class VariableRewriter
The VariableRewriter rewrites a triple pattern that contains a variable which is
bound to only a single value in the supplied bindings.
| Constructor Summary | |
|---|---|
VariableRewriter(java.util.Map<Bindable,RDFTerm> bindings)
Constructor. |
|
| Method Summary | |
|---|---|
TreeNode |
rewriteTreeNode(TreeNode node)
Rewrites the given node from a SPARQL abstract syntax tree. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VariableRewriter(java.util.Map<Bindable,RDFTerm> bindings)
bindings - Current bindings.| Method Detail |
|---|
public TreeNode rewriteTreeNode(TreeNode node)
TreeRewriter
rewriteTreeNode in interface TreeRewriternode - the node in question
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||