| Package | Description |
|---|---|
| org.eclipse.rdf4j.queryrender.builder |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicGroup
Internal class for representing a group within a query.
|
class |
UnionBuilder<T extends ParsedQuery,E extends SupportsGroups>
Builder class for creating Unioned groups
|
| Modifier and Type | Method and Description |
|---|---|
Group |
GroupBuilder.getGroup() |
| Modifier and Type | Method and Description |
|---|---|
void |
UnionBuilder.addChild(Group theGroup) |
void |
Group.addChild(Group theGroup) |
void |
BasicGroup.addChild(Group theGroup) |
UnionBuilder<T,E> |
UnionBuilder.addGroup(Group theGroup) |
T |
SupportsGroups.addGroup(Group theGroup)
Add this group from the query
|
QueryBuilder<T> |
AbstractQueryBuilder.addGroup(Group theGroup) |
void |
BasicGroup.removeChild(Group theGroup)
Remove a child from this group
|
UnionBuilder<T,E> |
UnionBuilder.removeGroup(Group theGroup) |
T |
SupportsGroups.removeGroup(Group theGroup)
Remove this group from the query
|
QueryBuilder<T> |
AbstractQueryBuilder.removeGroup(Group theGroup) |
Copyright © 2015-2018 Eclipse Foundation. All Rights Reserved.