public class ModelQuadHolder extends Object implements QuadHolder
| Constructor and Description |
|---|
ModelQuadHolder(Model model)
Constructor.
|
ModelQuadHolder(Node graph,
Model model)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ExtendedIterator<Quad> |
getQuads()
Get an extended iterator over the quads this holder holds.
|
QuadHolder |
setValues(Map<Var,Node> values)
This implementation does nothing.
|
public ModelQuadHolder(Node graph, Model model)
graph - the default graph name for the triplesmodel - the model that is providing the triples.public ModelQuadHolder(Model model)
model - the model that is providing the triples.Quad.defaultGraphNodeGeneratedpublic ExtendedIterator<Quad> getQuads()
QuadHoldergetQuads in interface QuadHolderpublic QuadHolder setValues(Map<Var,Node> values)
setValues in interface QuadHoldervalues - the values to set.Licensed under the Apache License, Version 2.0