Interface Assignable
-
- All Superinterfaces:
QueryElement
- All Known Implementing Classes:
Aggregate
,CustomFunction
,Expression
,In
,NotIn
,Variable
public interface Assignable extends QueryElement
A marker interface to denote objects which are bind-able in a SPARQL assignment expression.- See Also:
- SPARQL Assignments
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Assignment
as(Variable var)
Create a SPARQL assignment from this object-
Methods inherited from interface org.eclipse.rdf4j.sparqlbuilder.core.QueryElement
getQueryString
-
-
-
-
Method Detail
-
as
default Assignment as(Variable var)
Create a SPARQL assignment from this object- Parameters:
var
- the variable to bind the expression value to- Returns:
- an Assignment object
-
-