| Package | Description |
|---|---|
| org.openrdf.query.algebra |
Query Algebra
|
| org.openrdf.query.algebra.helpers |
| 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 |
|---|---|
void |
QueryModelVisitorBase.meet(ProjectionElemList node) |
Copyright © 2001-2014 Aduna. All Rights Reserved.