Uses of Class
org.eclipse.rdf4j.sparqlbuilder.constraint.Operation
-
Packages that use Operation Package Description org.eclipse.rdf4j.sparqlbuilder.constraint -
-
Uses of Operation in org.eclipse.rdf4j.sparqlbuilder.constraint
Classes in org.eclipse.rdf4j.sparqlbuilder.constraint with type parameters of type Operation Modifier and Type Class Description (package private) class
Operation<T extends Operation<T>>
A SPARQL Operation.Subclasses of Operation in org.eclipse.rdf4j.sparqlbuilder.constraint Modifier and Type Class Description (package private) class
BinaryOperation
Represents a SPARQL operation that takes exactly 2 arguments(package private) class
ConnectiveOperation
Represents a SPARQL connective operation, which takes an arbitrary number of arguments(package private) class
UnaryOperation
Represents a SPARQL operation that takes exactly 1 argument
-