Uses of Class
org.eclipse.rdf4j.sparqlbuilder.core.QueryElementCollection
-
Packages that use QueryElementCollection Package Description org.eclipse.rdf4j.sparqlbuilder.constraint org.eclipse.rdf4j.sparqlbuilder.core Core classes and interfaces for the SPARQLBuilder.org.eclipse.rdf4j.sparqlbuilder.graphpattern org.eclipse.rdf4j.sparqlbuilder.rdf -
-
Uses of QueryElementCollection in org.eclipse.rdf4j.sparqlbuilder.constraint
Subclasses of QueryElementCollection in org.eclipse.rdf4j.sparqlbuilder.constraint Modifier and Type Class Description classAggregateA SPARQL aggregate expression.(package private) classBinaryOperationRepresents a SPARQL operation that takes exactly 2 arguments(package private) classConnectiveOperationRepresents a SPARQL connective operation, which takes an arbitrary number of argumentsclassCustomFunctionclassExpression<T extends Expression<T>>A SPARQL expression.(package private) classFunctionA SPARQL Function.classInclassNotIn(package private) classOperation<T extends Operation<T>>A SPARQL Operation.(package private) classUnaryOperationRepresents a SPARQL operation that takes exactly 1 argument -
Uses of QueryElementCollection in org.eclipse.rdf4j.sparqlbuilder.core
Subclasses of QueryElementCollection in org.eclipse.rdf4j.sparqlbuilder.core Modifier and Type Class Description classDatasetA SPARQL dataset specificationclassGroupByA SPARQL Group By clauseclassHavingA SPARQL Having clauseclassOrderByA SPARQL Order By clauseclassPrefixDeclarationsA collection of SPARQL Prefix declarationsclassProjectionA SPARQL ProjectionclassStandardQueryElementCollection<T extends QueryElement>AQueryElementCollectionthat follows a more standard way of converting to a query stringclassTriplesTemplateRepresents a collection of triple patterns -
Uses of QueryElementCollection in org.eclipse.rdf4j.sparqlbuilder.graphpattern
Subclasses of QueryElementCollection in org.eclipse.rdf4j.sparqlbuilder.graphpattern Modifier and Type Class Description (package private) classAlternativeGraphPatternA SPARQL Alternative Graph Pattern.(package private) classFilterExistsGraphPatternA SPARQL Graph Pattern Filter(package private) classGroupGraphPatternA SPARQL Group Graph Pattern(package private) classMinusGraphPattern -
Uses of QueryElementCollection in org.eclipse.rdf4j.sparqlbuilder.rdf
Subclasses of QueryElementCollection in org.eclipse.rdf4j.sparqlbuilder.rdf Modifier and Type Class Description classRdfPredicateObjectListA Predicate-Object ListclassRdfPredicateObjectListCollectionAn RDF predicate-object list collection
-