Class Dataset
java.lang.Object
org.eclipse.rdf4j.sparqlbuilder.core.QueryElementCollection<From>
org.eclipse.rdf4j.sparqlbuilder.core.StandardQueryElementCollection<From>
org.eclipse.rdf4j.sparqlbuilder.core.Dataset
- All Implemented Interfaces:
QueryElement
A SPARQL dataset specification
- See Also:
-
Field Summary
Fields inherited from class QueryElementCollection
elements -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class StandardQueryElementCollection
getQueryString, printBodyIfEmpty, printNameIfEmpty, resetWrapperMethod, setOperatorName, setOperatorName, setWrapperMethodModifier and TypeMethodDescriptionprotected voidprintBodyIfEmpty(boolean printBodyIfEmpty) protected voidprintNameIfEmpty(boolean printNameIfEmpty) protected voidprotected voidsetOperatorName(String operatorName) protected voidsetOperatorName(String operatorName, boolean pad) protected voidsetWrapperMethod(Function<String, String> wrapperMethod) Methods inherited from class QueryElementCollection
addElements, addElements, isEmptyModifier and TypeMethodDescriptionprotected <O> voidaddElements(Function<? super O, ? extends From> mapper, O... os) protected voidaddElements(From... queryElements) booleanisEmpty()
-
Constructor Details
-
Dataset
public Dataset()
-
-
Method Details
-
from
-
from
-
from
-