Class Operation<T extends Operation<T>>

Type Parameters:
T - The type of operation. Used to support fluency.
All Implemented Interfaces:
Operand, Assignable, Groupable, Orderable, QueryElement
Direct Known Subclasses:
BinaryOperation, ConnectiveOperation, UnaryOperation

abstract class Operation<T extends Operation<T>> extends Expression<T>
A SPARQL Operation. Differs from a Function in the way operators and arguments are printed.
  • Field Details

    • operandLimit

      protected int operandLimit
  • Constructor Details

  • Method Details