Class In
java.lang.Object
org.eclipse.rdf4j.sparqlbuilder.core.QueryElementCollection<Operand>
org.eclipse.rdf4j.sparqlbuilder.core.StandardQueryElementCollection<Operand>
org.eclipse.rdf4j.sparqlbuilder.constraint.Expression<org.eclipse.rdf4j.sparqlbuilder.constraint.Function>
org.eclipse.rdf4j.sparqlbuilder.constraint.In
- All Implemented Interfaces:
 Operand, Assignable, Groupable, Orderable, QueryElement
- 
Field Summary
Fields inherited from class Expression
operatorFields inherited from class QueryElementCollection
elements - 
Method Summary
Methods inherited from class Expression
parenthesize, parenthesizeMethods inherited from class StandardQueryElementCollection
printBodyIfEmpty, printNameIfEmpty, resetWrapperMethod, setOperatorName, setOperatorName, setWrapperMethodMethods inherited from class QueryElementCollection
addElements, addElements, isEmptyMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Assignable
as 
- 
Method Details
- 
getQueryString
- Specified by:
 getQueryStringin interfaceQueryElement- Overrides:
 getQueryStringin classStandardQueryElementCollection<Operand>- Returns:
 - the String representing the SPARQL syntax of this element
 
 
 -