Package | Description |
---|---|
org.openrdf.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) |
QueryBuilder<T> |
AbstractQueryBuilder.addGroup(Group theGroup) |
T |
SupportsGroups.addGroup(Group theGroup)
Add this group from the query
|
void |
BasicGroup.removeChild(Group theGroup)
Remove a child from this group
|
UnionBuilder<T,E> |
UnionBuilder.removeGroup(Group theGroup) |
QueryBuilder<T> |
AbstractQueryBuilder.removeGroup(Group theGroup) |
T |
SupportsGroups.removeGroup(Group theGroup)
Remove this group from the query
|
Copyright © 2001–2015 Aduna. All rights reserved.