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:
  • Method Summary

    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 Details

    • 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