Class BinaryOperation
- java.lang.Object
-
- org.eclipse.rdf4j.sparqlbuilder.core.QueryElementCollection<T>
-
- org.eclipse.rdf4j.sparqlbuilder.core.StandardQueryElementCollection<Operand>
-
- org.eclipse.rdf4j.sparqlbuilder.constraint.Expression<T>
-
- org.eclipse.rdf4j.sparqlbuilder.constraint.Operation<BinaryOperation>
-
- org.eclipse.rdf4j.sparqlbuilder.constraint.BinaryOperation
-
- All Implemented Interfaces:
Operand
,Assignable
,Groupable
,Orderable
,QueryElement
class BinaryOperation extends Operation<BinaryOperation>
Represents a SPARQL operation that takes exactly 2 arguments
-
-
Field Summary
-
Fields inherited from class org.eclipse.rdf4j.sparqlbuilder.constraint.Operation
operandLimit
-
Fields inherited from class org.eclipse.rdf4j.sparqlbuilder.constraint.Expression
operator
-
Fields inherited from class org.eclipse.rdf4j.sparqlbuilder.core.QueryElementCollection
elements
-
-
Constructor Summary
Constructors Constructor Description BinaryOperation(BinaryOperator operator)
-
Method Summary
-
Methods inherited from class org.eclipse.rdf4j.sparqlbuilder.constraint.Operation
addOperand, getQueryString, isAtOperatorLimit, isBelowOperatorLimit
-
Methods inherited from class org.eclipse.rdf4j.sparqlbuilder.constraint.Expression
addOperand, getOperand, parenthesize, parenthesize
-
Methods inherited from class org.eclipse.rdf4j.sparqlbuilder.core.StandardQueryElementCollection
printBodyIfEmpty, printNameIfEmpty, resetWrapperMethod, setOperatorName, setOperatorName, setWrapperMethod
-
Methods inherited from class org.eclipse.rdf4j.sparqlbuilder.core.QueryElementCollection
addElements, addElements, isEmpty
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.rdf4j.sparqlbuilder.core.Assignable
as
-
-
-
-
Constructor Detail
-
BinaryOperation
BinaryOperation(BinaryOperator operator)
-
-