Class UnaryOperation
java.lang.Object
org.eclipse.rdf4j.sparqlbuilder.core.QueryElementCollection<Operand>
org.eclipse.rdf4j.sparqlbuilder.core.StandardQueryElementCollection<Operand>
org.eclipse.rdf4j.sparqlbuilder.constraint.Expression<UnaryOperation>
org.eclipse.rdf4j.sparqlbuilder.constraint.Operation<UnaryOperation>
org.eclipse.rdf4j.sparqlbuilder.constraint.UnaryOperation
- All Implemented Interfaces:
Operand,Assignable,Groupable,Orderable,QueryElement
Represents a SPARQL operation that takes exactly 1 argument
-
Field Summary
Fields inherited from class org.eclipse.rdf4j.sparqlbuilder.constraint.Operation
operandLimitFields inherited from class org.eclipse.rdf4j.sparqlbuilder.constraint.Expression
operatorFields inherited from class org.eclipse.rdf4j.sparqlbuilder.core.QueryElementCollection
elements -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.rdf4j.sparqlbuilder.constraint.Operation
addOperand, getQueryString, isAtOperatorLimit, isBelowOperatorLimitMethods inherited from class org.eclipse.rdf4j.sparqlbuilder.constraint.Expression
addOperand, getOperand, parenthesize, parenthesizeMethods inherited from class org.eclipse.rdf4j.sparqlbuilder.core.StandardQueryElementCollection
printBodyIfEmpty, printNameIfEmpty, resetWrapperMethod, setOperatorName, setOperatorName, setWrapperMethodMethods inherited from class org.eclipse.rdf4j.sparqlbuilder.core.QueryElementCollection
addElements, addElements, isEmptyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.rdf4j.sparqlbuilder.core.Assignable
as
-
Constructor Details
-
UnaryOperation
UnaryOperation(UnaryOperator operator)
-