|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TupleExpr
An expression that evaluates to RDF tuples.
| Method Summary | |
|---|---|
TupleExpr |
clone()
Returns a (deep) clone of this query model node. |
Set<String> |
getAssuredBindingNames()
Gets the names of the bindings that are guaranteed to be present in the results produced by this tuple expression. |
Set<String> |
getBindingNames()
Gets the names of the bindings that are, or can be, returned by this tuple expression when it is evaluated. |
| Methods inherited from interface org.openrdf.query.algebra.QueryModelNode |
|---|
equals, getParentNode, getSignature, replaceChildNode, replaceWith, setParentNode, toString, visit, visitChildren |
| Method Detail |
|---|
Set<String> getBindingNames()
Set<String> getAssuredBindingNames()
TupleExpr clone()
QueryModelNode
clone in interface QueryModelNode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||