Interface Operand
-
- All Superinterfaces:
QueryElement
- All Known Subinterfaces:
Iri
,RdfBlankNode
,RdfResource
,RdfValue
- All Known Implementing Classes:
Aggregate
,BinaryOperation
,ConnectiveOperation
,CustomFunction
,Expression
,Function
,In
,NotIn
,Operation
,RdfBlankNode.AnonymousBlankNode
,RdfBlankNode.LabeledBlankNode
,RdfBlankNode.PropertiesBlankNode
,RdfLiteral
,RdfLiteral.BooleanLiteral
,RdfLiteral.NumericLiteral
,RdfLiteral.StringLiteral
,UnaryOperation
,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
-
-