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 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