Interface SupportsGroups<T>
-
- All Known Subinterfaces:
QueryBuilder<T>
- All Known Implementing Classes:
AbstractQueryBuilder
,UnionBuilder
@Deprecated public interface SupportsGroups<T>
Deprecated.useSparqlBuilder
instead.Interface for anything that supports having a collection of groups or sub-groups.
- Author:
- Michael Grove
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description T
addGroup(Group theGroup)
Deprecated.Add this group from the queryT
removeGroup(Group theGroup)
Deprecated.Remove this group from the query
-