Package | Description |
---|---|
org.eclipse.rdf4j.query.algebra |
Query Algebra
|
org.eclipse.rdf4j.query.algebra.helpers |
Modifier and Type | Method and Description |
---|---|
GroupElem |
GroupElem.clone() |
Modifier and Type | Method and Description |
---|---|
List<GroupElem> |
Group.getGroupElements() |
Modifier and Type | Method and Description |
---|---|
void |
Group.addGroupElement(GroupElem groupElem) |
void |
QueryModelVisitor.meet(GroupElem node) |
Modifier and Type | Method and Description |
---|---|
void |
Group.setGroupElements(Iterable<GroupElem> elements) |
Constructor and Description |
---|
Group(TupleExpr arg,
Iterable<String> groupBindingNames,
Iterable<GroupElem> groupElements) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractQueryModelVisitor.meet(GroupElem node) |
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.