public class QBQuadHolder extends Object implements QuadHolder
| Constructor and Description |
|---|
QBQuadHolder(AbstractQueryBuilder<?> qb)
Constructor.
|
QBQuadHolder(Node graph,
AbstractQueryBuilder<?> qb)
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)
Apply values to the variables in the quads held by this holder.
|
public QBQuadHolder(Node graph, AbstractQueryBuilder<?> qb)
graph - the default graph name for the triplesqb - the AbstractQueryBuilder that is providing the triples.public QBQuadHolder(AbstractQueryBuilder<?> qb)
qb - the AbstractQueryBuilder that is providing the triples.Quad.defaultGraphNodeGeneratedpublic ExtendedIterator<Quad> getQuads()
QuadHoldergetQuads in interface QuadHolderpublic QuadHolder setValues(Map<Var,Node> values)
QuadHoldersetValues in interface QuadHoldervalues - the values to set.Licensed under the Apache License, Version 2.0