Uses of Interface
org.eclipse.rdf4j.sparqlbuilder.constraint.Operand
Packages that use Operand
-
Uses of Operand in org.eclipse.rdf4j.sparqlbuilder.constraint
Classes in org.eclipse.rdf4j.sparqlbuilder.constraint that implement OperandModifier and TypeClassDescriptionclassA SPARQL aggregate expression.(package private) classRepresents a SPARQL operation that takes exactly 2 arguments(package private) classRepresents a SPARQL connective operation, which takes an arbitrary number of argumentsclassclassExpression<T extends Expression<T>>A SPARQL expression.(package private) classA SPARQL Function.classclass(package private) classA SPARQL Operation.(package private) classRepresents a SPARQL operation that takes exactly 1 argumentSubclasses with type arguments of type Operand in org.eclipse.rdf4j.sparqlbuilder.constraintFields in org.eclipse.rdf4j.sparqlbuilder.constraint declared as OperandMethods in org.eclipse.rdf4j.sparqlbuilder.constraint that return OperandMethods in org.eclipse.rdf4j.sparqlbuilder.constraint with parameters of type OperandModifier and TypeMethodDescriptionstatic Expression<?> ABS(operand)static Expression<?> operand1 + operand2 + ...(package private) TExpression.addOperand(Operand... operands) (package private) TOperation.addOperand(Operand operand) static Expression<?> operand1 invalid input: '&'invalid input: '&' operand2 invalid input: '&'invalid input: '&' ...static Aggregateavg(...)private static BinaryOperationExpressions.binaryExpression(BinaryOperator operator, Operand op1, Operand op2) static Expression<?> CEIL(operand)static Expression<?> COALESCE(operand1, operand2, ...static Expression<?> CONCAT(operand1, operand2, ...private static ConnectiveOperationExpressions.connectiveExpression(ConnectiveOperator operator, Operand... operands) static Aggregatecount()static Expression<?> static Expression<?> static Expression<?> operand1 / operand2 / ...static Expression<?> left = rightstatic Expression<?> Expressions.function(SparqlFunction function, Operand... operands) Too lazy at the moment.static AggregateExpressions.group_concat(String separator, Operand... operands) static AggregateExpressions.group_concat(Operand... operands) static Expression<?> left > rightstatic Expression<?> left > rightstatic Expression<?> left > rightstatic Expression<?> left >= rightstatic Expression<?> static Expression<?> operand IN (expression1, expression2...)static Expression<?> left invalid input: '<' rightstatic Expression<?> left invalid input: '<' rightstatic Expression<?> left invalid input: '<' rightstatic Expression<?> left invalid input: '<'= rightstatic Aggregatestatic Aggregatestatic Expression<?> -operandstatic Expression<?> operand1 * operand2 * ...static Expression<?> !operandstatic Expression<?> left != rightstatic Expression<?> operand NOT IN (expression1, expression2...)static Expression<?> operand1 || operand2 || ...static Expression<?> +operandstatic Expression<?> REGEX(testString, pattern)static Expression<?> REGEX(testString, pattern, flags)static Expression<?> REGEX(testString, pattern)static Expression<?> REGEX(testString, pattern, flags)static Aggregatestatic Expression<?> STR(literal)orSTR(iri)static Expression<?> static Expression<?> static Expression<?> operand1 - operand2 - ...static Aggregateprivate static UnaryOperationExpressions.unaryExpression(UnaryOperator operator, Operand operand) Constructors in org.eclipse.rdf4j.sparqlbuilder.constraint with parameters of type Operand -
Uses of Operand in org.eclipse.rdf4j.sparqlbuilder.core
Classes in org.eclipse.rdf4j.sparqlbuilder.core that implement Operand -
Uses of Operand in org.eclipse.rdf4j.sparqlbuilder.rdf
Subinterfaces of Operand in org.eclipse.rdf4j.sparqlbuilder.rdfModifier and TypeInterfaceDescriptioninterfaceDenotes an RDF IRIinterfaceDenotes an RDF Blank NodeinterfaceDenotes an RDF ResourceinterfaceDenotes an RDF Value.Classes in org.eclipse.rdf4j.sparqlbuilder.rdf that implement OperandModifier and TypeClassDescriptionstatic classan anonymous blank nodestatic classa labeled blank node, of the form "_:label"static classA blank node representing a resource that matches the contained set of predicate-object listsclassRdfLiteral<T>Denotes an RDF literalstatic classRepresents an RDF boolean literalstatic classRepresents an RDF number literalstatic classRepresents an RDF string literal