| Package | Description |
|---|---|
| org.eclipse.rdf4j.query.algebra |
Abstract Query Algebra model.
|
| org.eclipse.rdf4j.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) |
Projection(TupleExpr arg,
ProjectionElemList elements,
boolean subquery) |
| Constructor and Description |
|---|
MultiProjection(TupleExpr arg,
Iterable<ProjectionElemList> projections) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractQueryModelVisitor.meet(ProjectionElemList node) |
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.