Class ModelQuadHolder
java.lang.Object
org.apache.jena.arq.querybuilder.updatebuilder.ModelQuadHolder
- All Implemented Interfaces:
QuadHolder
An QuadHolder that manages extracts all statements from a model as quads.
-
Constructor Summary
ConstructorsConstructorDescriptionModelQuadHolder
(Node graph, Model model) Constructor.ModelQuadHolder
(Model model) Constructor. -
Method Summary
Modifier and TypeMethodDescriptiongetQuads()
Get an extended iterator over the quads this holder holds.This implementation does nothing.
-
Constructor Details
-
ModelQuadHolder
Constructor.- Parameters:
graph
- the default graph name for the triplesmodel
- the model that is providing the triples.
-
ModelQuadHolder
Constructor. Uses Quad.defaultGraphNodeGenerated for the graph name.- Parameters:
model
- the model that is providing the triples.- See Also:
-
-
Method Details
-
getQuads
Description copied from interface:QuadHolder
Get an extended iterator over the quads this holder holds.- Specified by:
getQuads
in interfaceQuadHolder
- Returns:
- the extended iterator.
-
setValues
This implementation does nothing.- Specified by:
setValues
in interfaceQuadHolder
- Parameters:
values
- the values to set.- Returns:
- a QuadHolder in which the variables have been replaced.
-