Package | Description |
---|---|
org.openrdf.query.algebra |
Query Algebra
|
org.openrdf.query.algebra.evaluation.iterator | |
org.openrdf.query.algebra.helpers | |
org.openrdf.queryrender |
This package contains classes for working with OpenRDF query objects.
|
Modifier and Type | Method and Description |
---|---|
ProjectionElemList |
ProjectionElemList.clone() |
ProjectionElemList |
Projection.getProjectionElemList() |
Modifier and Type | Method and Description |
---|---|
List<ProjectionElemList> |
MultiProjection.getProjections() |
Modifier and Type | Method and Description |
---|---|
void |
MultiProjection.addProjection(ProjectionElemList projection) |
void |
QueryModelVisitor.meet(ProjectionElemList node) |
void |
Projection.setProjectionElemList(ProjectionElemList projElemList) |
Modifier and Type | Method and Description |
---|---|
void |
MultiProjection.addProjections(Iterable<ProjectionElemList> projections) |
void |
MultiProjection.setProjections(Iterable<ProjectionElemList> projections) |
Constructor and Description |
---|
Projection(TupleExpr arg,
ProjectionElemList elements) |
Constructor and Description |
---|
MultiProjection(TupleExpr arg,
Iterable<ProjectionElemList> projections) |
Modifier and Type | Method and Description |
---|---|
static BindingSet |
ProjectionIterator.project(ProjectionElemList projElemList,
BindingSet sourceBindings,
BindingSet parentBindings) |
Modifier and Type | Method and Description |
---|---|
void |
QueryModelVisitorBase.meet(ProjectionElemList node) |
Modifier and Type | Field and Description |
---|---|
protected List<ProjectionElemList> |
BaseTupleExprRenderer.mProjection
The list of elements include in the projection of the query
|
Modifier and Type | Method and Description |
---|---|
List<ProjectionElemList> |
BaseTupleExprRenderer.getProjection() |
Modifier and Type | Method and Description |
---|---|
static boolean |
BaseTupleExprRenderer.isSPOElemList(ProjectionElemList theList)
Return whether or not this projection looks like an spo binding for a
construct query
|
void |
BaseTupleExprRenderer.meet(ProjectionElemList theProjectionElemList) |
StatementPattern |
BaseTupleExprRenderer.toStatementPattern(ProjectionElemList theList)
Turn a ProjectionElemList for a construct query projection (three elements
aliased as 'subject', 'predicate' and 'object' in that order) into a
StatementPattern.
|
Copyright © 2001-2013 Aduna. All Rights Reserved.