Interface Operand
-
- All Superinterfaces:
QueryElement
- All Known Subinterfaces:
Iri
,RdfBlankNode
,RdfResource
,RdfValue
- All Known Implementing Classes:
Aggregate
,CustomFunction
,Expression
,In
,NotIn
,RdfBlankNode.AnonymousBlankNode
,RdfBlankNode.LabeledBlankNode
,RdfBlankNode.PropertiesBlankNode
,RdfLiteral
,RdfLiteral.BooleanLiteral
,RdfLiteral.NumericLiteral
,RdfLiteral.StringLiteral
,Variable
public interface Operand extends QueryElement
Denotes an element that can be used as an operand to anExpression
-
-
Method Summary
-
Methods inherited from interface org.eclipse.rdf4j.sparqlbuilder.core.QueryElement
getQueryString
-
-