Package org.eclipse.rdf4j.sparqlbuilder.constraint
-
Interface Summary Interface Description Operand Denotes an element that can be used as an operand to anExpression
SparqlOperator Interface to denote an Expression operator -
Class Summary Class Description Aggregate A SPARQL aggregate expression.BinaryOperation Represents a SPARQL operation that takes exactly 2 argumentsBind ConnectiveOperation Represents a SPARQL connective operation, which takes an arbitrary number of argumentsCustomFunction Expression<T extends Expression<T>> A SPARQL expression.Expressions A class with static methods to create SPARQL expressions.Function A SPARQL Function.In NotIn Operation<T extends Operation<T>> A SPARQL Operation.UnaryOperation Represents a SPARQL operation that takes exactly 1 argument -
Enum Summary Enum Description BinaryOperator The SPARQL binary operatorsConnectiveOperator The SPARQL connective operatorsSparqlAggregate The built-in SPARQL aggregates.SparqlFunction The built-in SPARQL Functions.UnaryOperator The SPARQL unary operators