Class Dataset
java.lang.Object
org.eclipse.rdf4j.sparqlbuilder.core.QueryElementCollection<T>
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 org.eclipse.rdf4j.sparqlbuilder.core.QueryElementCollection
elements
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.rdf4j.sparqlbuilder.core.StandardQueryElementCollection
getQueryString, printBodyIfEmpty, printNameIfEmpty, resetWrapperMethod, setOperatorName, setOperatorName, setWrapperMethod
Methods inherited from class org.eclipse.rdf4j.sparqlbuilder.core.QueryElementCollection
addElements, addElements, isEmpty
-
Constructor Details
-
Dataset
public Dataset()
-
-
Method Details
-
from
Add graph references to this dataset- Parameters:
graphs
- the datasets to add- Returns:
- this object
-
from
Add unnamed graph references to this dataset- Parameters:
iris
- the IRI's of the graphs to add- Returns:
- this
-
from
-