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) class
BinaryOperator
The SPARQL binary operators(package private) class
ConnectiveOperator
The SPARQL connective operatorsclass
SparqlAggregate
The built-in SPARQL aggregates.class
SparqlFunction
The built-in SPARQL Functions.(package private) class
UnaryOperator
The SPARQL unary operatorsFields in org.eclipse.rdf4j.sparqlbuilder.constraint declared as SparqlOperator Modifier and Type Field Description protected SparqlOperator
Expression. operator
Constructors 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 interface
Iri
Denotes an RDF IRI
-