Interface Assignable
- All Superinterfaces:
 QueryElement
- All Known Implementing Classes:
 Aggregate, CustomFunction, Expression, In, NotIn, Variable
A marker interface to denote objects which are bind-able in a SPARQL assignment expression.
- See Also:
 
- 
Method Summary
Methods inherited from interface QueryElement
getQueryString 
- 
Method Details
- 
as
Create a SPARQL assignment from this object- Parameters:
 var- the variable to bind the expression value to- Returns:
 - an Assignment object
 
 
 -