Package | Description |
---|---|
org.eclipse.rdf4j.query.algebra |
Abstract Query Algebra model.
|
org.eclipse.rdf4j.query.algebra.evaluation.impl | |
org.eclipse.rdf4j.query.algebra.helpers |
Modifier and Type | Method and Description |
---|---|
ProjectionElem |
ProjectionElem.clone() |
Modifier and Type | Method and Description |
---|---|
List<ProjectionElem> |
ProjectionElemList.getElements() |
Modifier and Type | Method and Description |
---|---|
void |
ProjectionElemList.addElement(ProjectionElem pe) |
void |
ProjectionElemList.addElements(ProjectionElem... elements) |
void |
QueryModelVisitor.meet(ProjectionElem node) |
Modifier and Type | Method and Description |
---|---|
void |
ProjectionElemList.addElements(Iterable<ProjectionElem> elements) |
void |
ProjectionElemList.setElements(List<ProjectionElem> elements) |
Constructor and Description |
---|
ProjectionElemList(ProjectionElem... elements) |
Constructor and Description |
---|
ProjectionElemList(Iterable<ProjectionElem> elements) |
Modifier and Type | Method and Description |
---|---|
void |
SameTermFilterOptimizer.VarRenamer.meet(ProjectionElem projElem) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractQueryModelVisitor.meet(ProjectionElem node) |
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.