Uses of Interface
org.eclipse.rdf4j.sparqlbuilder.constraint.SparqlOperator
-
Packages that use SparqlOperator Package Description org.eclipse.rdf4j.sparqlbuilder.constraint org.eclipse.rdf4j.sparqlbuilder.rdf -
-
Uses of SparqlOperator in org.eclipse.rdf4j.sparqlbuilder.constraint
Classes in org.eclipse.rdf4j.sparqlbuilder.constraint that implement SparqlOperator Modifier and Type Class Description (package private) classBinaryOperatorThe SPARQL binary operators(package private) classConnectiveOperatorThe SPARQL connective operatorsclassSparqlAggregateThe built-in SPARQL aggregates.classSparqlFunctionThe built-in SPARQL Functions.(package private) classUnaryOperatorThe SPARQL unary operatorsFields in org.eclipse.rdf4j.sparqlbuilder.constraint declared as SparqlOperator Modifier and Type Field Description protected SparqlOperatorExpression. operatorConstructors in org.eclipse.rdf4j.sparqlbuilder.constraint with parameters of type SparqlOperator Constructor Description Expression(SparqlOperator operator)Expression(SparqlOperator operator, java.lang.String delimeter)Operation(SparqlOperator operator)Operation(SparqlOperator operator, int operandLimit) -
Uses of SparqlOperator in org.eclipse.rdf4j.sparqlbuilder.rdf
Subinterfaces of SparqlOperator in org.eclipse.rdf4j.sparqlbuilder.rdf Modifier and Type Interface Description interfaceIriDenotes an RDF IRI
-